Not the Intro again!

I’m building a portfolio site for a photographer that has an animated intro for the first 80 frames of the “kateIntroInteriors_3.swf” . When I go back to interiors from the other sections like food or people, I want to goto frame 81 to skip the intro frames. How do I change the code below?

};
food.onRelease = function() {
loadMovieNum(“kateFood_3.swf”, 5);
};
people.onRelease = function() {
loadMovieNum(“katePeople_3.swf”, 5);
};
lifestyle.onRelease = function() {
loadMovieNum(“kateLifestyle_3.swf”, 5);
};
interiors.onRelease = function() {
loadMovieNum(“kateIntroInteriors_3.swf”, 5);
};

hi man,
your code contains a lot of errors… :*( make it like this one


food.onRelease = function() {
    loadMovieNum("kateFood_3.swf", yourlevel Number);
};

Do you use a preloader in this movie (“kateIntroInteriors_3.swf”).
if you did it when it full loaded it go to frame 81 directly. (as you told it)
but if you don’t it suppose to play from the first frame.
and if you told it to go to specific frame like 81.

i donno know if i understand you or NO. i hope i’m. :slight_smile:

sorry, I pasted the code wrong…and I do want to goto frame 81 when I return to the interiors section from the other sections, but I don’t know how to add the code

you want to go to frame 81… RIGHT :slight_smile:

right!

ok…
can you put the *.fla file to imagine your request… :frowning:

no, even zipped its too big to attach to this forum.