Skip to main content
Walloompoom
Inspiring
October 24, 2006
Question

tracking x y position of mc

  • October 24, 2006
  • 1 reply
  • 248 views
How do you track the x and y position of a movie clip? I need to know so that I can load a movie when 'navMove' reaches certain x y locations. The code below only gives the same position repeatedly (-9.95) even when moved.
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
October 24, 2006
is navMove on the timeline of "this"? is there something causing this.navMove to move? and you probably should check if this.navMove._x is within 1 of -10 instead of testing for exact equality.