Hi there,
I’ve been having trouble with the transitions from one page to another. Here’s my site: http://www.champagneblue.com/flash.
Ideally, I’d like each of my pages on my site to change/tween from one to the other. If that’s not possible, I’d like the outro animation (like the page fading out) in each of my pages to play whenever I click another link.
I used
on (release) {
if(this._parent.loader == Number(this._parent.loader)){
loadMovieNum("bio.swf",this._parent.loader);
} else {
this._parent.loader.loadMovie("bio.swf");
}
}
on each link (movieclips)
but I can’t get the animation outro to play. The outro in already within the bio.swf, it just doesn’t play.:hurt: any help?