Skip to main content
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
October 9, 2013

click file>publish settings>swf>tick permit debugging.  retest.

copy and past the complete error message and highlight the line of code mentioned in the error message.

Known Participant
October 9, 2013

TypeError: Error #1123: Filter operator not supported on type builtin.as$0.MethodClosure.

          at midterm2013_fla::MainTimeline/frame85()[midterm2013_fla.MainTimeline::frame85:27]

          at flash.display::MovieClip/gotoAndStop()

          at midterm2013_fla::MainTimeline/goGame0()[midterm2013_fla.MainTimeline::frame84:7]

when i click button to the right

TypeError: Error #1009: Cannot access a property or method of a null object reference.

          at midterm2013_fla::MainTimeline/frame105()[midterm2013_fla.MainTimeline::frame105:4]

          at flash.display::MovieClip/gotoAndStop()

          at midterm2013_fla::MainTimeline/goGame1()[midterm2013_fla.MainTimeline::frame84:13]

when i click left

kglad
Community Expert
Community Expert
October 9, 2013

that's 1/2 of what's needed to help you.

again, copy and past the complete error message and highlight the line of code mentioned in the error message.  ie, frame85, line 27 and frame105, line 4.