home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sauce 'n' Code 3
/
sauce-n-code-03.adf
/
Source_Code
/
Ascii_Scroller.asc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1996-01-22
|
586 b
|
34 lines
' ASCII Scroller
' ¯¯¯¯¯¯¯¯¯¯¯¯¯¯
' cODED bY ßudda/NFA
' StARtEd : 13/07/1995
' FiNiSHed: 13/07/1995
Screen Open 2,640,15,2,Hires
Screen Display 2,,120,,
Curs Off
Palette $999,$0
Cls 0
Ink 1,0
SCR$=Space$(80)
SCR$=SCR$+"Ip dip blooow-up, skin deep ear wax ... we'll loose it , fetch it out at this speed and we'll loose it on the hibba, hibba, hibaa or something like that!!"
SP=0
SCR$=SCR$+Space$(80)
Multi Off : Rem extension!
Do
Text 0,10,Mid$(SCR$,SP,80)
Inc SP
If SP=>Len(SCR$) Then SP=0
Wait Vbl
Exit If Inkey$>""
Loop
Multi On : Rem extension!