Skip to main content
Known Participant
October 2, 2017
Question

MovieClip#gotoAndStop() Error #1009

  • October 2, 2017
  • 1 reply
  • 371 views

Hi there,

I have a very strange error when I call gotoAndStop(1) on a very specific MovieClip after calling gotoAndStop(n) (where n>1)

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

    at fl.motion::AnimatorUniversal/initTransformPointInternal()

    at fl.motion::AnimatorUniversal/setTimeClassic()

    at fl.motion::AnimatorBase/set time()

    at fl.motion::AnimatorBase/end()

    at fl.motion::AnimatorBase$/processCurrentFrame()

    at fl.motion::AnimatorBase/handleEnterFrame()

    at flash.display::MovieClip/gotoAndStop()

    at MethodInfo-315()

I have isolated the movieclip in a .fla file to be sure the problem comes from this clip. I can send this file if it helps.

PS: I'm using the latest AIR SDK (26)

This topic has been closed for replies.

1 reply

PhendraxAuthor
Known Participant
October 4, 2017

After more testing this seems to be related to some clips being present in a frame, and not present in another frame. Some of those clips have filters or tints.