Screensavers and mouse position

BlitzMax Forums/BlitzMax Programming/Screensavers and mouse position

DREAM(Posted 2008) [#1]
hi i am still mucking about with getting screensavers perfect..this is what i have



the trouble i am having is with the mousex() and mousey() position of c.ty=1

the use cursor

for some reason it doe not orientate to true like the rest of the balls what silly mistake am i making....anybody got any ideas..


I got a feeling its got something to with the pscale factor and or the x,y start position based on the windows desktop preferences screen......all the rest of the object move ok, right size and scale, the mouse one c.ty=1 is right scale just wrong x,y screen position...any ideas..


Canardian(Posted 2008) [#2]
It looks to me that the mouse position is fine, you just move the yellow ball to max screen coords, so it goes out of screen.
Just make the mousearea a ballsize smaller than the actual screen.