as3 simple question
- Started
- Last post
- 5 Responses
- redant
I'm tryin to load a mc into a mc called "loadhere" located on the maintimeline once I click a submenu button which is not on the maintimeline, but added to the DisplayList once I click a button on the maintimeline. I'm new to this. Any help is appreciated.
var directory:MovieClip = new Directory();
MovieClip(this.loadhere).addChil...the above does not work. I can load the clip, but it seems only in the current submenu timeline. -red
- stewart0
cut n paste your script here and post a link to show it
http://actionscript.pastebin.com…
- redant0
k ill try
- skelly_b0
your syntax isn't right. Try something more like this if you are trying to attach an MC you have linked in the library called "Directory":
var yourDirectory:Directory = new Directory();
containerMC.addChild(yourDirecto...something like that at least.
- ********0
ever figure that issue out redant?
im back in flash for the first time in a good while and trying to do the same thing..... I cant believe how shit i am at scripting now after doing fun stuff in the real world like product design. Back in front of flash and hating that i ever stopped..
- mikotondria30
var real:RealWorld = new World;
real = void;