Rally Pursuit

This navigation game imitates a board game, which uses dice and chance cards. Two key ideas here are using keyboard keys to interact with the game, and using IF statements to test for conditions. Action Script concepts include:

  • Using number variables
  • Using procedures and sub-procedures
  • Use of keyboard keys to control key events (use with IF statements, Key codes, isDown function)
  • Using the _rotation property of objects
  • Extending IF statements by using ELSE IF statement
  • Adding further conditions to IF statements using AND (&&) operator
  • Using the _alpha property to set visibility of objects