mattjfk1 wrote:
I would like to be able to place Blocks that is used for the background in the same block as the Block used for sprites/characters.
You can't make a script continuous between stage/sprites, but you can use a broadcast.
Put this anywhere in your script
broadcast [message v]with any message you want, and then put this somewhere else:
when I receive [message v]Whenever the "broadcast" block is run, it'll send a message to all the sprites. Any sprites/stages with the "when I receive" block will receive the message, and will start the script.
Offline