Pages: 1
Topic closed
how do you make a stage switch backgrounds by: sprite1 touching sprite2 to switch backgrounds. please help.
Offline
Use these scripts:For Sprite1:[blocks]<if><touching[ Sprite2<broadcast[ switch backgrounds<end>[/blocks]For the stage:[blocks]<when I receive[ switch backgroundsswitch to background [background2][/blocks]
Is this what you need?On sprite1:
When green flag clicked Forever if <touching sprite2> Broadcast change
On the stage:
When I receive change next background
thanks, harakou and meowmeow55