well done, kent !
here is your darling SĂdney.
press the left mouse button and move your mouse.
indexBase 0
include "window.h"
SetWindow "ImageMouse",800,800,w_2
SetFont 10,24,700,"courier"
sys_mode=4 'smooth
SetColorKey 255,128,255
sys bild
bild= LoadBmp "bmp/sidney.bmp",1
cls (65535)
While WinExit=0
iF MouseButton=1
cls (65535)
SetBmp bild,0,0,xMouse*2,yMouse*2,0
End iF
DoEvents
SwapBuffers
WaitFrames 60
Wend
WinEnd