home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
El Mac 7
/
El Mac 7.iso
/
Infotenimiento
/
Makers of the 20th Century
/
Data
/
UE.DIR
/
00202.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-25
|
254 b
|
16 lines
on exitFrame
if the movieRate of sprite 4 then
go(the frame)
else
set the visible of sprite 4 to 0
end if
end
on mouseDown
if the doubleClick then
set the visible of sprite 4 to 0
updateStage()
go(the frame + 1)
end if
end