Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Working on the Doodle Drawing Recorder/Player. Testers wanted
#10
I tested this on Windows 10 laptop, worked OK QB64pe v3.8
```Screen _NewImage(800, 600, 32)
_Display ' ?
_FullScreen
Do
    If InKey$ = "c" Then
        pick~& = _ColorChooserDialog("Select a color", _RGB32(0, 255, 255))
    End If
    Color , pick~&
    Cls
    _Display
    _Limit 60
Loop Until _KeyHit = 27```

Of course not as nice as this one ;-))
https://qb64phoenix.com/forum/showthread...68#pid1368
b = b + ...
Reply


Messages In This Thread
RE: Working on the Doodle Drawing Recorder/Player. Testers wanted - by bplus - 08-31-2023, 11:48 PM



Users browsing this thread: 2 Guest(s)