hey, can some one please help.
I can't figure out how to make the background change when you click on a
sprite.
what do I do?
Offline
All you have to do is make a script on the sprite like this:
[blocks]
<when[ Sprite1 ]clicked>
<broadcast[ change background ]>
[/blocks]
Then, make a script on the stage like this:
[blocks]
<when I receive[ change background ]>
[/blocks]
[Next background]
EDIT: Wow, I can't believe how similar my post was to Coolstuff's. Weird coincidence. O_o
Last edited by Harakou (2010-06-21 22:36:55)
Offline
thanks I'll try that
I'm working on an awsome game
Offline
that worked thanks,
Offline