Animations once change scene behaviour is in effect
Hey all!
I am wondering how I could have animations take place before the scene changes and after a button is pressed with the change scene behaviour (like things moving off screen and stuff).
Thanks!
I am wondering how I could have animations take place before the scene changes and after a button is pressed with the change scene behaviour (like things moving off screen and stuff).
Thanks!
Best Answer
-
The_Gamesalad_Guru Posts: 9,922
Okay make a game level Boolean then in your button in the when touch is pressed rule add a change attribute and change that Boolean to true.( Don't forget at some point you need to change it back to false)
In the actors you want to animate make a rule that looks to the Boolean and when it's true animate.
Answers
I know how to get the button actor when pressed to animate in a timer and then change scene in another timer that acts right after, but how can I have other actors recognize that the button actor was press to have those do the same animation feature.
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Thanks
Thank you for your help