change the background?
Offline
To make a button that goes to the next background, first make the sprite. Next make this script for it:
When sprite clicked
Broadcast "Next background"
Then make this script for the stage:
When I receive "Next background"
Next background
Is this what you mean?
Offline
im not sure, but i think so.
i have two buttons: "dress up a character" and "create a character"
dress up goes to an opening screen, and create goes to a template.
im going to try it though, thanks
and how do i get a button to disappear when one is clicked?
Offline
Simply add into the button's scripts:
When I receive "Next Background"
Hide
Offline
Kileymeister wrote:
Simply add into the button's scripts:
When I receive "Next Background"
Hide
thanks
Offline
for some reason i cant edit, so... new question: i want a drawer like thing, where i select one thing only. how do i get everything to disappear except that ONE thing
Offline
when you want everything to disappear, put this when you want things to hide
[broadcast[hide]]
and for all the things you want to hide,
[when I receive[hide]]
[hide]
Last edited by MarioLuigi2009 (2011-06-23 22:11:25)
Offline