Hello I'm Horatio and I'm 11 years old.
I have got different cursors shapes to work in the FL in 8-BIT depth.
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$)
But I would like it to work in 15 or 16...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.