PaperDoll wrote:
I'm still a noob in this. How can I connect different backgrounds? And can you guys tell me the scripts to create a quiz game? Thank you.
![]()
Do you mean switching switching from one background to the next? D
Offline
This goes on the sprite:
When green flag clicked
Forever
If <touching color []>
Broadcast [Switch!]
End if
End forever
Put this on the background:
When broadcast [Switch!] received
Switch to background [background2]
You can name the broadcast anything, but both scripts need to use the same broadcast.
Offline