Answered
Acces of undentified property start_.
When i start the movie this error posps up: acces of undentified property start_.
stop();
import flash.events.MouseEvent
start_.addEventListener(MouseEvent.CLICK, onClick);
function onClick(event:MouseEvent):void {
gotoAndStop(1,"Scene 247");
gotoAndStop(1,"Menu");
}
How can i fix this?