This first lab is to assess your existing flash and actionscript skills, so I have a better
idea of where the classes' general ability lies, and can tailor my lessons accordingly. Complete
this using Actionscript 3.0 if you can. If you have no experience with Actionscript 3.0, thats OK.
Complete it however you can.
Create a simple point and click game (if you can call it that). The object of this game is
to repeatedly click on a given object. Complete the following:
Create an object on the screen which responds to a click.
If you miss the object, the game ends.
Count the number of objects you hit and display that number (either on the screen or output panel).
After you successfully click on the object, move it to a different place on the screen.
I'm looking for something like this:
If you're feeling ambitious, make the target object animated. Take a look at
this game to see the power of game design and level balancing.
It can make an terrible game somewhat engaging.
When you are done, post your final FLA and SWF to your website.