|
-
KoolMoves Moderator
Symbol Library question
How do I create instances of a library item via Actionscript?
-
up to my .as in code
-
Chris is right. Here's also some info on other types.
MovieClip
myChildMC = myMC.attachMovie('linkID', 'myMC_Child', depth, initObject);
Sound
mySound = new Sound(targetMC);
mySound.attachSound('linkID');
Bitmap (requires flash 8, KM 5.3.0)
myBitmap = flash.display.BitmapData.loadBitmap('linkID');
-
KoolMoves Moderator
Thanks, Didn't realize it's the same as in standard AS... Somehow thought it was different in KM... Silly boy
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|