home *** CD-ROM | disk | FTP | other *** search
- 100 rem -------------------------------
- 105 rem ----- mauszeiger-demo 01 ------
- 110 rem -------------------------------
- 115 rem -------------------------------
- 120 :
- 125 :
- 130 if a=0 then a=1:load "maus*",8,1
- 135 sys 49152,1,0,2
- 140 poke 53280,15:poke 53281,15
- 145 poke 646,11
- 150 print"[147]";chr$(14)
- 155 :
- 160 x=peek(53248)-24+256*(peek(53264)and1)
- 165 y=peek(53249)-50
- 170 t=peek(56320)and 16
- 175 if t=0 then a$="[212]aste":goto 185
- 180 a$=""
- 185 print "[147]";x,y,a$
- 190 goto 160
-