Animation... So I want this - button(pressed) ---> animation starts(car driving).

kreso123456kreso123456 Member Posts: 16
edited March 2015 in Working with GS (PC)

So I am new to gamesalad and I need help. Can someone please help me?
I have animation wich I want to start when button is pressed.

So I want this - button(pressed) ---> animation starts(car driving).

Can somebody please tell me what and how to do it?

Thank you!

Best Answer

  • tatiangtatiang Posts: 11,949
    Accepted Answer

    Create a boolean called game.startAnimation. In the button actor, If a Touch is Pressed then change attribute game.startAnimation to true. In the car actor, If attribute game.startAnimation is true then Animate.

    New to GameSalad? (FAQs)   |   Tutorials   |   Templates   |   Greenleaf Games   |   Educator & Certified GameSalad User

Answers

Sign In or Register to comment.