hayored
12-15-2002, 04:07 PM
I am testing the values of _xmouse and _ymouse. Here is my function:
function find_xy() {
var xVar = _root._xmouse ;
var yVar = _root._ymouse ;
x.text = xVar ;
y.text = yVar ;
}
On some part of the screen the displayed value is nnn.95 (nnn looks like a correct number). Why this .95 and not an integer value?
Thanks,
YH
function find_xy() {
var xVar = _root._xmouse ;
var yVar = _root._ymouse ;
x.text = xVar ;
y.text = yVar ;
}
On some part of the screen the displayed value is nnn.95 (nnn looks like a correct number). Why this .95 and not an integer value?
Thanks,
YH