Rotating Lines

Skills Covered
For Loop
Data Types
Stage.width
Stage.height
_rotation
createEmptyMovieClip

Hey students! Let's continue our Stupid Flash Tricks series. Isn't it weird how these projects seem so useless but you're learning some pretty useful stuff? It's all about Movie Clip properties:

_x = the x position of a Movie Clip
_y = the Y position of a Movie Clip
_alpha = the transparency of a Movie Clip described as a number from 0 (transparent) to 100 (fully visible).

It's great that all these properties are represented as numbers, because we can use simple math to manipulate them! In this lesson, we are going to explore another property: _rotation

Additionally, you are going to continue working with that extremely important skill: for loop