home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
תקליטור אוסף מעל 200 משחקים מרתקים
/
over-200-games-micro-a-media.iso
/
CONNECTD
/
DEMO.DXR
/
00384.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-01-12
|
277 b
|
22 lines
on setDemo
cursor(200)
end
on mouseUp
sound stop 1
go("black")
end
on checksound whichChannel
repeat while the soundBusy of whichChannel
nothing()
end repeat
updateStage()
end
on wait howLong
repeat while the timer < howLong
nothing()
end repeat
end