Ok, I have this gun, and it’s in a movie clip.
And then I have another gun, and it’s not in the movie clip.
And I can’t make it where the gun outside the movie clip, is the same X and Y position as the gun inside the movie clip.
Can someone help?
If needed, here’s my code:
[AS]onClipEvent(load){
_x = _root.gun._x
_y = _root.gun._y
}[/AS]
Someone please help, I’ve been trying to fix this for 2 hours…