Need help!
smurfminer
Member Posts: 2
Ok so... I need to know how to do this
When I press/touch an actor it will change another actor's image please help
Comments
define an attribute (like x)as boolean..when actor 1 is pressed change it to true... in actor 2 set a rule that checks if x is true then change image
One way would be to create a rule in the actor that says:
Keep in mind that the image you use in the Change Imagine Behavior should be exactly the same pixel dimensions as the previous image.
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
Thank you