i have a jpg that is loaded several symbols deep off of the main timeline and i have specified an _x and _y for it but aside from trial and error i have no way to figure out exact coordinates to position the movie. what corner of the loaded jpg is used for positioning and where is 0,0 so i can figure out exactly where to tell _x and _y to be? :hangover:
you’re running into the problem of INTERNAL coordinates… if I’m following this right…
if you have a movie clip called “spank” in the stage… and you load another movie clip, “monkey” into it… and then you try to set the coordinates of “monkey” it will change the coordinates based in relation to “spank.” Meaning that if you have "spank at (30, 30), and you load “monkey” into “spank” and set monkey._x and monkey._y to 0, "monkey will be at (30, 30). If you want it to be at (0,0) relative to the root, you have to do: monkey._x = -spank._x and monkey._y = -spank._y
haha… yes… I really wanted to make a little gem of literary artwork, in which I would create a metaphor in which the language I used to explain it would have a double meaning…
… but then I said f*ck it, and just referred to the containers as spank and monkey. I hope I used terms we could all relate to… haha…