home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pro One: Netcracker Netscape Navigator
/
ProOne: Netcracker Netscape Navigator.iso
/
pc
/
nc
/
nct01080.geo
/
00069.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1997-03-19
|
339 b
|
15 lines
on exitFrame
global Localtimer
if (the timer > 35) and (Localtimer < 2) then
startTimer()
if the visible of sprite 20 then
set the visible of sprite 20 to 0
else
puppetSound("highlight1")
updateStage()
set the visible of sprite 20 to 1
set Localtimer to Localtimer + 1
end if
end if
end