Actionscript Game

Here is a little actionscript game I saw at the bit-101.com forums.

Add a line to the following code. Next person can add another line, or change an existing line.

SIMPLE LINES PLEASE!
No ? : operators. No embedded statements. If you create an “if” block, you can only specify the conditional, not the content! heh. If you make a for loop, same thing. just the loop, not the content. let it build up slowly.

here’s the seed:


 createEmptyMovieClip("thing", 0);

Jonanin :slight_smile: