Pages: 1
Topic closed
i am making a point and click and i want it to change the background when i click a sprite.help!
Offline
when sprite 1 clicked
set [background] to (1)
and on the background
when green flag clicked
forever
switch to background (background)
Note that the "switch to background (background" refers the to the variable background.
Offline
Or
When Sprite Clicked
Broadcast "Change Background"
and on the background
When I recieve "Change Background"
Swtich to Background (background)
Offline
Topic closed
Pages: 1