I can't remember seeing this before but running the following flashes the image at 0,0 as the mousex()/mousey() values don't seem to have been valued.
Is this normal?
Not sure if this comes under the same banner as
Is this normal?
Graphics 800 , 600 Local image:timage = LoadImage("Max.png") Print MouseX() + " " + MouseY() While Not KeyHit(KEY_ESCAPE) Cls DrawImage image,MouseX(),MouseY() Flip 0 Wend
Not sure if this comes under the same banner as
That thread is about someone who insists on using a Max2D window and not a MaxGUI window, utter foolishness...
made by Skidracer here as it doesn't seem to occur in fullscreen.