Simple button for thrust
suntzumobile
Member Posts: 34
hey guys, I know it's the basics but I can't find the info in the sea of topics Can anyone instruct me on setting up a thrust button
thanks guys
thanks guys
Comments
Have it toggle a game attribute to true/false using Change Attribute behaviors in the both halves of the Rule.
Rule: If Actor Receives Event touch is pressed
--Change Attribute game.thrust is true
Otherwise:
--Change Attribute game.thrust is false
Then have your actor Accelerate when that game attribute is true.
Rule: If Attribute game.thrust is true
--Accelerate
thanks a lot seriously frustrated.
http://gamesalad.com/game/play/85304