02-17-2024, 02:48 PM
(02-17-2024, 11:21 AM)Abazek Wrote: Nice mods, vince and bplus! Thanks for sharing them!
vince, I had to add color depth to the Screen statement to get yours working, ie:
Screen _NewImage(sw, sh, 32)
Without the ,32 I'd get "illegal function call" in the first circle line: Circle (p, q), 1, _RGB(0, 155, 0)
I had same reaction when I copy pasted vince code to QB64pe IDE, WTH? happened to the screen!!!
Yes, QBJS is not exactly the same as QB64pe but tantalizingly close!
b = b + ...