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
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:
When actor received event » touch » is » pressed Change Image (choose a new image for the actor from the pull down menu)
Keep in mind that the image you use in the Change Imagine Behavior should be exactly the same pixel dimensions as the previous image.
Thank you
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.
Thank you