03-23-2023, 08:16 PM
(03-23-2023, 04:20 PM)bplus Wrote:Code: (Select All)Screen _NewImage(800, 600, 32)
'_ScreenMove 0, 0 'this or
_FullScreen ' this
Line (100, 100)-(500, 400), _RGB32(255, 0, 0), BF
Line (30, 20)-(200, 200), _RGB32(0, 255, 0), BF
Line (400, 300)-(550, 450), _RGB32(0, 0, 255), BF
Locate 30, 1: Color _RGB32(255, 255, 255)
Print "Press any key to exit"
Sleep
System
No sense in waiting for _MoveScreen if going _FullScreen
Thanks for your reply - it's still not working:
Argh! Thanks anyway!