[window mousemove event]
// just to display something
st_1.text = string(xpos) + ", " + string(ypos)
IF xpos >= st_1.X AND (xpos <= st_1.x + st_1.Width) AND &
ypos >= st_1.y AND (ypos <= st_1.y + st_1.Height) THEN
st_1.textcolor = 255
ELSE
st_1.textcolor = 0
END IF
Written and compiled by Réal Gagnon ©1998-2012
[ home ]