Game 1: Bouncing Ball
The bouncing ball game will provide the basics of using sprites, sounds, objects and rooms.
Game 1: Instructions
Bounce Code
///Bounce against walls
move_bounce_all(true);
move_outside_all(direction, 100);
Last updated
Was this helpful?