home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Gamer UK 39
/
PCGAMER39.bin
/
games
/
amber
/
amberhub.dxr
/
00077.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
|
240 b
|
17 lines
on exitFrame
global gRippleSwitch
cursor(-1)
if the timer < 480 then
go(the frame)
else
set gRippleSwitch to 0
end if
end
on mouseDown
global gRippleSwitch
set gRippleSwitch to 0
cursor(200)
go(the frame + 1)
end