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