I'm working on adding a custom cursor in AS3 via startDrag()
. On a mac, it works fine. You rollover your flash file and the custom MC snaps to the mouse. On a pc, on load, the cursor immediately jumps to wherever your mouse is OUTSIDE the flash file. A good example to test is this:
http://www.republicofcode.com/tutorials/flash/as3customcursor/
Try to refresh this page on a pc vs. mac and you'll see the initial position of that cursor to be different. On PC it jumps. How do I resolve? Thank you,
Jan