home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Gamer UK 39
/
PCGAMER39.bin
/
games
/
amber
/
amberhub.dxr
/
00048.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-11-08
|
258 b
|
19 lines
on exitFrame
if the timer < 1500 then
go(the frame)
else
cursor(200)
if soundBusy(1) then
fadeOutTransit()
end if
end if
end
on mouseDown
cursor(200)
if soundBusy(1) then
fadeOutTransit()
end if
go(the frame + 1)
end