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
  724  855  599  923  575  468  400  206  147  564  878  823  652  556 bxor cross forever
Reply


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

Possibly Related Threads…
Thread Author Replies Views Last Post
  QuadDraw revisited - drawing program work in progress Dav 34 7,074 10-09-2024, 10:29 PM
Last Post: Dav
  real 2-4 player Pong (requires 2-4 USB mice plugged into your PC) madscijr 1 733 06-26-2024, 01:09 PM
Last Post: madscijr
  read 2 or more USB mice on one PC - fully working with keyboard input madscijr 2 1,093 06-16-2024, 01:48 AM
Last Post: madscijr
  RotoLine line drawing James D Jarvis 0 517 10-11-2023, 04:24 PM
Last Post: James D Jarvis
  Working on ways to map images onto balls Dav 1 747 10-05-2023, 12:12 AM
Last Post: PhilOfPerth

Forum Jump:


Users browsing this thread: 1 Guest(s)