tell me if this is in the wrong area, if so, still please help!
im trying to make it so when the character reaches a certain point, it changes the background, and how do you make enemies?
Offline
Hi, VideoGameBacon, this is the right thread to post this.
To make the background change you need a designated color or sprite as the main goal. Then put this script in:
Script for the player sprite:
<when green flag clicked>
<forever>
<broadcast[ nextbackground
Script for the background:
<when I receive[ nextbackground
<next costume> (Next background technically)
Offline