How do i change the image of another actor by touching an actor?

I need to be able to tap an actor (a light switch) and make it change the image of another actor (the background) to swap the background image with a darker one for when the light is turned off. Im fairly new to gamesalad so any help would be appreciated, thanks!

Best Answer

  • tarsiustudiotarsiustudio Posts: 130
    Accepted Answer
    You can set the background and you put a change attribute color alpha to 0. Then you create a boolean attribute in game. and then you create the rule that when the actor touch the switch changes the attribute to true. And finally you put the rule in the background when the attribute is created in true game change the atribute change color to alpha 1. I hope I have been helpful and welcome to GameSalad
Sign In or Register to comment.