home *** CD-ROM | disk | FTP | other *** search
- 100 rem -------------------------------
- 110 rem laufschriftdemo
- 120 rem zu 'hyperscreen ii'
- 130 rem by r.frahm
- 140 rem -------------------------------
- 150 :
- 160 :
- 170 if a=0 then a=1:load "hyperscreen ii",8,1
- 180 if a=1 then a=2:load "scroll.obj",8,1
- 190 :
- 200 restore:x=0
- 210 read a$
- 220 : if a$="@" then poke 49652+x,0:goto 290
- 230 : for i=1 to len(a$)
- 240 : poke 49652+x,asc(mid$(a$,i,1))
- 250 : x=x+1
- 260 : next i
- 270 goto 210
- 280 :
- 290 poke 49170,032:poke 49171,208
- 300 poke 49172,192:poke 49324,032
- 310 poke 49325,024:poke 49326,193
- 320 :
- 330 sys 49152
- 340 :
- 350 rem -ab hier stehen die daten fuer-
- 360 rem ----den zu scrollenden text----
- 370 :
- 380 data "hypersceen ii geschrieben von"
- 390 data " r.frahm und c.zaenker "
- 400 data "@"
-