Fire Button
jasmine12345
Member Posts: 39
I have created 2 buttons that will be placed on the phone screen one will fire a rocket and the other will fire a bomb i'm not sure how to create it, this is kind of the effect i want
http://gamesalad.com/game/3420
any help would be greatly appreciated
thank you
http://gamesalad.com/game/3420
any help would be greatly appreciated
thank you
Comments
In your Rocket button put if actor touch is pressed
then a behavour change attribute RocketFire to True
Same with the Bomb button but change attribute Bombfire to true.
then in your rocket actor you might put a rule if attribute RocketFire is true then behavour spawn rocket. Also add a change attribute in that rule to change RocketFire back to false.
Repeat for Bomb actor.
how would i be able to create a rocket every time i press the button