Hi,
I have a problem i can not fix and can not work out why it is doing this. I have created 2 basic scenes, one called Instructions1 and another called Level1. When i click on the Dynamic Text called “StartText1” on the Instructions1 scene i get this error:
ArgumentError: Error #2109: Frame label Question1 not found in scene Level1.
at flash.display::MovieClip/gotoAndPlay()
at V2_fla::MainTimeline/StartText()
ActionScrpt For Instructions1:
stop();
StartText1.addEventListener(MouseEvent.CLICK,StartText);
function StartText(evt:MouseEvent):void
{
gotoAndPlay("Question1","Level1");
}
ActionScrpt For Level1:
stop();
FLASH CS4 SCREENSHOT OF - Instructions1