Create a Flash Movie: 550 x 400 pixels.
2. Write 2 external ActionScript files, one of which MUST be the Document
Class.
3. Code a Rectangle with a Blue border and fill it with a Red and Greed Gradient
at a 45 degree angle. (Use the second ActionScript file for this)
4. Add 10 instances of this Rectangle to the stage, randomly placing them along
the TOP of the movie, one per second, for 10 seconds.
5. As soon as a square is added, it should start falling to the bottom of the
movie, where it bounces before coming to a stop.
· There should be NO Timeline animation of any kind, in-fact, there should be
nothing on any Frame of the .fla file at all.
· The Library of the .fla file should also be completely EMPTY.
· You are allowed to use no more than 60 lines of code, spread over the 2
allowed ActionScript Files.
· You must send the .fla file, together with the 2 ActionScript files in for
evaluation.