Question
Help a dummie out- scenes
Hi,
I am very new to Animate and get given an error to this:
button1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToScene);
function fl_ClickToGoToScene(event:MouseEvent):void
{
MovieClip(this.root).gotoAndPlay(1, "Scène 3");
}
stop();
Error: 1021 duplicate function definition.
Hoping someone more skilled will be able to tell me what to do
Thanks in advance
