Skip to main content
Inspiring
February 7, 2007
Question

Need to switch loading X, Y location

  • February 7, 2007
  • 1 reply
  • 156 views
I have this script and it loads each clip into a position defined in "locationsArray". Once loaded they trigger a function which moves them to targX, targY. I nee targX and targY to be different values. Here is my code

This topic has been closed for replies.

1 reply

breez11Author
Inspiring
February 8, 2007
I've tried to update the targX, targY locations inside of the "for" loop when the mc's load but it seems they are all loading together and inherit the last new values.