Pages: 1
Topic closed
Sure...probably the easiest way is to use the "Broadcast" block on the sprite that you want people to click on in a script like this
[blocks]
<when[ Sprite 1 ]clicked>
<broadcast[ New Page
[/blocks]
You can choose any name you want for the message - I picked "New Page" for this example. Then, in the Stage area, put a script like this
[blocks]
<when I receive[ New Page
<switch to costume[ Whatever
[/blocks]
Only it will be "switch to background" not "switch to costume". Hope that helps!
Offline
{When i receive new page}
(hide)
Do that in the sprites' scripts (the ones you want to hide)
Sorry I can't do the blocks!
Last edited by hamsandwitch678 (2009-08-11 21:53:04)
Offline
Topic closed
Pages: 1