Linking scene to MC
Linking Scene with MC?
OK, so i have been making my buttons out of MC's and scripting their actions. I have been trying to script one of my MC's to link to a scene. When I test, nothing happens, code is...
on(press){
gotoAndStop("myScene",1);
}
pretty simple,yes...
I was wondering if it was even possible to link an MC to a scene? (I did a test button and it worked fine)
I have tried labeling the first frame on the next scene and trying the goto action, nothing. I dont have a stop action on the first frame of the next scene.
If I have other MC's inside my main one could it be confusing the code or the "hit" area of the main MC?
Please Help
Greg
|