Hi guys, how would i get something to respawn after being destroyed?
Printable View
Hi guys, how would i get something to respawn after being destroyed?
Hi delta9857. In the same event as you destroy "something", create another "something" at the destroyed "something's" X,Y position.
Marv
ok thanks, and also how would i make it so that something can be hit more than once with an object before it gets destroyed?
Set a value or counter.
Bullit hits enemy
Only one action when event loops
>Subtract 1 from value or couter
Value or counter=0
>Kill your "something"
Marv