CALL RGBFORECOLOR - for a foreground color
CALL RGBBACKCOLOR - for a background color
dim myColor;0,r,g,b
r = red
g = green
b = blue
CALL RGBFORECOLOR(myColor)
W.
-----Original Message-----
From: BHEIBERT810@... [mailto:BHEIBERT810@...]
Sent: Tuesday, May 02, 2000 5:23 PM
To: futurebasic@...
Subject: [FB] [FBII] COLOR/LONG COLOR in a DCOD
Is there any way to do this in a FBII dcod?
RESOURCES "" , "RSRCRSED", "DCOD",128, "mySplash"
PRINT:PRINT:PRINT
font$ = "Techno"
CALL GETFNUM (font$,familyID%)
CALL TEXTFONT (familyID%)
CALL TEXTSIZE (24)
CALL TEXTFACE (3)
LONG COLOR 65531,65531,-1
LOCATE 1,1:PRINT " TU"
LONG COLOR -1285,6168,8738
TEXT ,24,0
LOCATE 25,3:PRINT "TransUtility Software"
LONG COLOR 6168,30069,13364
TEXT ,100,0
LOCATE 10,1:PRINT " TransAppName"
TEXT ,12,0
PRINT:PRINT
COLOR=_zBlack
PRINT "
Loading, Please wait..."
DELAY 6000
--
To unsubscribe, send ANY message to <futurebasic-unsubscribe@...>