Home | Reviews | GUIpedia | Forum | Fun500


jasonwoodlandUnderstand but needs corrections
I have got different cursors to work in the FL in 8-BIT [code] REM $INCLUDE: 'future.bi' Set640x400 8 FOR i% = 0 TO 255 READ C% C$ = C$ + CHR$(C%) NEXT Future.MouseShape SADD(C$), VARSEG(C$) [/code] I would like it to work in 15 or 16 BIT, I've tried [code] FOR i% = 0 TO 255 READ R%,G%,B% C$ = C$ + CHR$(R%) + CHR$(G%) + CHR$(B%) NEXT [/code] but it only sees it as 2 values, not 3, RGB:huh: Thankyou for your time and help:)
2008-09-177:51 AM

BASIC Programming Help


2021 Brandon Cornell