I have worked with flash for about a year, but I just starting to create code for myself and I’m getting somewhat bogged down. I was hopping someone could help me out.
I am creating an online portfolio for myself. Each project is a separate swf that loads inside a movie clip container on the stage. So on the work page I have a movie clip button for each project with an over, off, and clicked frame.
Now I’m trying to figure out the code to tell my movie clip button to go to the clicked frame within its timeline when the corresponding swf file is loaded into the movie clip container.
I’m pretty sure it needs to be an if else statement but I’m not sure how to write in action-script. Basically I want to say,
if blank mc is loaded in container then corresponding mc button goes to clicked frame
Help is very much appreciated Thanks in advance