One of the PROGRAMMING choices you have in here is Actionscripting with Flash. This language is very popular in making online games and advanced websites.
- Download and open this file (it should automatically open in Adobe Flash)
-- Flash Game File
- Click the first layer in the timeline (it is called "actionscr...")
- On your keyboard, hit the F9 key -- this will bring up the Actions Frame
- Go to line 143 -- lives = 5;
-- change the 5 to a 0
- On your keyboard, hit Ctrl+Enter to test the game
-- notice what happens when you miss a ball
Other Lines to mess with:
- 144 -- change the score from 0 to 10000000
- 89 -- change "Game Over" to "YOU LOSE!"
- 83 -- change "lives--;" to "lives++;"