# Pls help me Mouse Move Issues

**URL:** https://forum.kirupa.com/t/pls-help-me-mouse-move-issues/159262
**Category:** flash
**Created:** [August 16, 2005, 7:08am UTC](https://forum.kirupa.com/t/pls-help-me-mouse-move-issues/159262 "2005-08-16T07:08:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![arrsathish](https://avatars.discourse-cdn.com/v4/letter/a/b5ac83/32.png) [@arrsathish](https://forum.kirupa.com/u/arrsathish)
#### Post date: [August 16, 2005, 7:08am UTC](https://forum.kirupa.com/t/pls-help-me-mouse-move-issues/159262/1 "2005-08-16T07:08:26Z")

</div>

I am developing the flash game. I can’t able to get the correct Mouse Position in the Linux system.

Coding :  
onMouseMove = function () {  
trace(\_root.\_xmouse)  
trace(\_root.\_ymouse)  
}

PROBLEM: Some time Mouse move long Pixel , EX: x=750 and y=100. But i can able to trace x=710 and y=124 like that.  
Pls help me how to solve the problem.

Note: But its working in WINDOWS system.

regards  
sathishkumar
