Hi,
I need help changing backgrounds that will happen when one sprite touches another. Can you help? The backgrounds for my project are two different photos and I need a good way to move from one board to another and to have the music change when the board changes.
Any help will be most appreciated!
Thanks,
Anastasia Diamond-Ortiz
Offline
Your best bet is a broadcast.
On one of the sprites,
When touching other sprite
Broadcast "Change"
On the background
When I recieve "Change"
Change to Background "2nd picture"
Play "new music"
Offline
Thanks so much.
Anastasia
Offline