Just playing about with text, any comments welcome.
Rem Project: textshahow
Rem Created: 4/21/2005 7:10:37 PM
Rem ***** Main Source File *****
rem Standard Setup Code
sync on : sync rate 0 :
color backdrop rgb(0,0,128) : hide mouse
set text font "arial" : set text size 42 : set text transparent
tex$="Hello there, What'd you think!"
do
ink RGB(0,255,0),RGB(255,255,255)
box 0,20,screen width(),70
ink RGB(0,100,0),RGB(255,255,255)
center text screen width()/2,20,tex$
ink RGB(0,255,0),RGB(255,255,255)
center text screen width()/2+1,20+1,tex$
ink RGB(0,255,0),RGB(255,255,255)
box 0,80,screen width(),130
ink RGB(0,100,0),RGB(255,255,255)
center text screen width()/2,80,tex$
ink RGB(0,255,0),RGB(255,255,255)
center text screen width()/2-1,80-1,tex$
ink RGB(0,255,0),RGB(255,255,255)
box 0,140,screen width(),190
ink RGB(0,190,0),RGB(255,255,255)
center text screen width()/2-1,140-1,tex$
ink RGB(0,0,0),RGB(255,255,255)
center text screen width()/2,140,tex$
ink RGB(0,200,0),RGB(255,255,255)
center text screen width()/2+1,140+1,tex$
ink RGB(0,255,0),RGB(255,255,255)
box 0,200,screen width(),250
ink RGB(0,190,0),RGB(255,255,255)
center text screen width()/2,200-1,tex$
ink RGB(0,0,0),RGB(255,255,255)
center text screen width()/2,200,tex$
ink RGB(0,200,0),RGB(255,255,255)
center text screen width()/2,200+1,tex$
sync
loop
In Space No One can Hear You Scream! (When your comm Line is cut?)