Hello guys!..I need some help here.
Well I’m a noob with ActionScript and I need help with this.
I have a movieclip in my library already created. I don’t want to put it in the time line, I just want to play it with ActionScript.
I’m trying to call the MovieClip from my Library and play it on the stage but doesn’t work.
How do you play the movieclip that is in your library on the stage, without putting the movieclip in the timeline?. I know there is a way to do it with objects and this is what I do:
myclip = new MovieClip();
myclip.attachMovie(“ID of the movie here”);
then when I want to play it I type this in the frame that I want:
myclip.play();
I know that I’m wrong cause doesn’t work…please HELP!!!..and Thanks a lot for your time.