I'm quite new to Action Script
I want to create a small game and I need the syntax to create/spawn multiple instances of a movieclip:
the movieclip is already created in my library
the movieclip is named "Test" and do I have to pay attention on the instances names
I work with Macromedia Flash Professional 8
I already tried
Test.createEmptyMovieClip();
but it didn't work
You need to assign a linkage name to the movieclip you want to duplicate (google it if you don't know how). Based on that linkage name you can attach several movieclip instances to any existing movieclip like that:
or, if you need to attach it to a specific movieclip on your stage: