SpeedballThis is the first fully fledged game, which is basically seven lines of code repeated four times (once for each direction arrow). It introduces two really important ideas, the use of onEnterFrame to runs actions continuously, and the use of IF statements to test for conditions. All the other games depend upon these ideas, so this game represents a stepping stone to future programming development. Action Script concepts include:
|