Question

I have an intro page that is animated and has links to other pages. From those other pages I want to go back to the into page (not a problem) but go to a frame at the end of the animation. In otherwords I don’t want the animation to play. In the other pages I have the get url script but not sure how to add into that script to go to the end of that animation.

This is what I started with - the basic
on (release){
getURL(“index.html”);
}

Thanks,
mummified