Really confused
All of this code was working fine about three months ago. What changed? I am using a VERY basic function to gotoAndPlay a different frame (identified by a frame label) on a different scene (called"front"):
frontButton.addEventListener(MouseEvent.CLICK, frontClick, false, 0, true);
function frontClick(evt:MouseEvent):void {
this.gotoAndPlay("start","front");
}
I am getting this compiler error:
Warning: 1060: Migration issue: The method gotoAndPlay is no longer supported. For more information, see MovieClip.gotoAndPlay()..