Page 1 of 1

one more time...

PostPosted: Wed Mar 10, 2004 9:16 pm
by hobgoblin
i don't understand yet how to make a timer

how it works

PostPosted: Wed Mar 10, 2004 10:53 pm
by jazz_e_bob
Create an actor and call it "gun".

Create another actor and call it "bullet".

When the bullet is created set its xvelocity to 10.

When the gun is created add the action "create timer".
Make a new timer called "shoot". Set it for 500ms.

Now add a timer event to the gun. Select the "shoot" timer. Make the action "create actor". Create a "bullet".

The gun will now shoot bullets across the screen at 500ms intervals.

PostPosted: Wed Mar 10, 2004 11:19 pm
by hobgoblin
ty!