I would like to make a new instance of a MovieClip within my library from code written in my keyframe. I relise that you can do this by making a class and using the code
var instancename:movieclipname = new movieclipname();
and with the MovieClips class I would need to extend MovieClip and nothing else. I am unsure if you put in the name of the MovieClip or the name of the MovieClip class in the code above so feel free to correct me. But instead of doing this can I just add a MovieClip to my stage with doing this, thanks in advanced.
Sorry if the wording sounds awkward I was trying to make it as clear as possible.