Hi,
Can someone help me with setting a button to go to a specific background?
I have a button and then a buttonPressed. When I click the button it switches to the costume buttonPressed. This is set as a script within the sprite "button."
Would this be an if statement as a script in the background itself. Can yo tell me how to go about this?
Thanks,
Angela
taking CS50 online
Offline
In the button, put this:
when [myButton] clicked broadcast [chBkgnd v]Then, on the stage put:
when I receive [chBkgnd v] next background
Last edited by BoltBait (2012-10-30 00:37:55)
Offline