mitch_flash
11-15-2001, 03:57 PM
Using this code in FLASH 4:
Set Variable: "m1x" = GetProperty ( "/m1", _x )
I can get the x-position of a movie clip with an instance name of M1 to come up in a text box, but ONLY the starting point.
How can I constantly monitor the x-postion of the DRAGGABLE movie clip and have it constantly update the text field? All of this is happening in 1 frame.
What I am trying to do is have users drag the draggable movie clip (it's an arrow) along a timeline, as the x-position equals certain values, it will control a movie clip (tell target) which will pop-up text.
Thanks!
Mitch
Set Variable: "m1x" = GetProperty ( "/m1", _x )
I can get the x-position of a movie clip with an instance name of M1 to come up in a text box, but ONLY the starting point.
How can I constantly monitor the x-postion of the DRAGGABLE movie clip and have it constantly update the text field? All of this is happening in 1 frame.
What I am trying to do is have users drag the draggable movie clip (it's an arrow) along a timeline, as the x-position equals certain values, it will control a movie clip (tell target) which will pop-up text.
Thanks!
Mitch