Flash Scripter Test v1.0

Add an “About” button that should show a pop-up window with your information. ... Add a drop-down list allowing the user to reset the grid to fully filled or fully ...
56KB taille 0 téléchargements 162 vues
Flash Scripter Test v1.0 Name: Date: Position: Flash Scripter Instructions:  1.  Create a Flash AS2 application that begins with a simple 800x600 window showing the title  screen.  Add a “Start” button that will start the game.  Add an “About” button that should show a pop‐up window with your information.  Add a “Settings” button that shows a panel that allows you to set the size of the game  grid (default values:  40 width, 30 height). Create a custom‐made numeric stepper  component for this task (increments of 5 with values from 20 to 40).   2.  Pushing the “Start” button should start the game, creating a grid of tiles by subdividing the  screen into the number of tiles set in Settings.   3.  Each tile should be "filled" or "cleared" using the left mouse button (toggle).   4.  The tiles should be filled with a face appropriately chosen based on neighbors. Think of  painting "walls" in a top‐down game and look at the Num Pad:  Filled tiles at 4, 5 and 6 should result in 5 being a "flat" piece.  Filled tiles at 2, 5, and 6 should result in 5 being a "curved" piece.  Other pieces: “T” piece, “+” piece. Use your favorite image editor to create them.   5.  Hovering the mouse over some tile for more than 2 seconds should show a tooltip  describing the tile underneath.   6.  Add a drop‐down list allowing the user to reset the grid to fully filled or fully cleared states  as well as go back to the title screen.   7.  The more appealing you can make this simple application, the better. Use your imagination!  Possible ideas you can choose to implement:  Smooth animation transition when changing tiles (fade in / fade out).  Color the empty tiles in such a way that simulates basic occlusion (darken the ones close  to walls).  Subtle effect of a cloud layer rolling by.  Sounds on tile placement and removal.  Tooltips when the mouse idles over a tile.  Make the popup windows, tooltips and the drop‐down list appear in an artistic way.   8.  When you're done, please submit all of your final .SWF, .FLA and .AS files.