Game Development with ActionScript
| [ LiB ] |
-
Create a program that creates 100 randomly positioned lines on your stage. Use loops to do so. And, if you like, use an empty Movie Clipbut it's not required.
-
Modify the previous program and make the program create each new line in a new color and thickness .
-
Create a function that you can reuse that creates circles of any diameter.
| [ LiB ] |