About 1000 seconds
1000 seconds is a simple arcade game, based on the old Rapid Roll.
The player has three lives, the goal is to reach a score of 1000.
Tap the left and right screen borders to move the ball.
Don't fall on the ground and don't touch the spikes.
Download and install
1000 seconds version 1.0 on your
Android device!
Downloaded 500+ times, content rating: Everyone
Android package:
com.danieltinazzi.thousandseconds, download 1000 seconds.apk
by Y####:
1. Add: Canvas Menu; 2. Add a exit button in canvas; 3. Assign a script to button; 4. Script: void ExitGame() { application.quit (); } Also don't forget to enable and disable canvas when you pause game: Menu.enabled=true; or Menu.enabled=false; Best of luck with your game!