sandman9
03-10-2003, 11:21 PM
I have a MC on my main timeline. At the end of my MC I have the following script
_root.gotoAndPlay("portfolio", "startP");
But this did not go to Scene: portfolio and Frame Label: startP. So instead I put a frame lable on my main timeline called "routeP" and put the following action at the end of my MC to send it to routeP:
_root.gotoAndPlay("routeP");
Then on this frame (routeP) I put _root.gotoAndPlay("portfolio", "startP"); .......... instead of going to the apprpriate scene/label it goes to the next scene ..........
Anyone know why this is happeneing?
Sandman9
_root.gotoAndPlay("portfolio", "startP");
But this did not go to Scene: portfolio and Frame Label: startP. So instead I put a frame lable on my main timeline called "routeP" and put the following action at the end of my MC to send it to routeP:
_root.gotoAndPlay("routeP");
Then on this frame (routeP) I put _root.gotoAndPlay("portfolio", "startP"); .......... instead of going to the apprpriate scene/label it goes to the next scene ..........
Anyone know why this is happeneing?
Sandman9