actionscript 3 addchild within child and fade
- by steve
Here is my current code:
import flash.display.*;
import fl.transitions.*;
import flash.events.MouseEvent;
stop();
var container:MovieClip = new MovieClip();
container.width = 450;
container.height = 450;
container.x = 450;
container.y = 0;
var closeBtn:close_btn = new close_btn();
closeBtn.x = 850;
closeBtn.y = 15;
var bagLink:MovieClip = new…