what is error 1069?, the line in red drops error, any clue?..
Code:
myloader.contentLoaderInfo.addEventListener(Event.COMPLETE, loaderFunction);
//event listener sub buttons control loaded movie
function loaderFunction(evt:Event):void {
menu.historia.addEventListener(MouseEvent.CLICK, clickSub);
function clickSub(evt:MouseEvent):void {
trace(“subClick”)
[COLOR=Red]var mycontent:MovieClip=evt.currentTarget.content;[/COLOR]
gotoAndStop(“historia”);
}
}
additional info about the error:
Property content not found on flash.display.SimpleButton and there is no default value.
at MethodInfo-2()
thanks for watching…