Question
AS3 error Term is undefined 1010
I have a movieClip on my scene with instance name character1.
I want to play its internal timeline with this.character1.gotoAndPlay(2);
But getting this error TypeError: Error #1010: A term is undefined and has no properties. at animation1_fla::MainTimeline
