I’ve created a transition effect in my main timeline so when you click contact for example it uses the following actions -
on (release){
_root.gotoAndPlay (“transition”);
}
however after the transition effect there is a keyframe that loads the corresponding file in this case the next frame says
loadMovie (“home.swf”,"_root.container");
stop();
When my movie starts the first file it loads is home.swf, however if I were to click the home button after the transition has played the home.swf file seems to skip the fade in effects in that movies timeline. I’m stuck.
Can anyone help?