Heyya, Community!
So, I've been programming in Flash ActionScript 3.0 for a few years, gradually relearning everything. However, I can't figure this out for the life of me -- I've been forced to use inefficient work-arounds since now. And I just needed to know, how can I stop MovieClips added via The Stage consisting through frames?
Code;
Frame 1;
import flash.display.MovieClip;
var block_mc:MovieClip = new Block();
addChild(block_mc);
block_mc.x = 100;
block_mc.y = 100;
And then, on Frame 2...
stop();
How can I stop this issue from happening? If you want a more specific example, you can download the supplied .fla file.
Is there an efficient work-around other than creating for() loops to delete my greater-than 100 MovieClips? Is there no work-around? Please help!
Please note, to open the file you need a version of Adobe Flash Professional; I recommend using Adobe Flash Professional CC if you have it, since I used it.
If you need any more details, just ask! <3
Link to FLA: http://www.mediafire.com/download/tczfyj3jg3sofsj/Problem.fla