Flash _xmouse ?
Flash _xmouse ?
Out of context: Reply #16
- Started
- Last post
- 23 Responses
- CX0
I'll keep trying to work with that. It currently just makes the map fly far off the page.
Its kind of similar to what I was doing when I look at it because
_root.map._x is almost the same # as the first division parts and the trueDif variable I had is the same as the 2nd subtraction part._root.map._x=(559/2)-
(_root.curX-_root.map._x);
_root.map._y=(283/2)-
(_root.curY-_root.map._y);If you have anymore tips to add I would love to hear them. Thanks.