I was wondering how to make a ball move up,down,left, and right on its own. Meaning that the player is not controlling it, the ball is programmed to. Does anyone know how to do that? Thank you
Random time events.
System->Every random(1,5) seconds - Sprite -> Set Bullet angle of motion to random(1,360) degrees.
System -> On start of layout - Sprite -> Set Bullet speed to 15
Develop games in your browser. Powerful, performant & highly capable.
Thank you! Also do you know how to make a level page and have the levels locked until you beat the next level. I watched a video on it but it was very confusing with the stars?