home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apollo XIII - A Week to Remember
/
APOLLO_13.iso
/
pc
/
chpter3
/
explode
/
explode.dir
/
00105.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
|
1995-05-22
|
226 b
|
13 lines
on enterFrame
set the movieRate of sprite 15 to 1
end
on exitFrame
repeat while the movieRate of sprite 15
if the mouseDown then
set the movieRate of sprite 15 to 0
end if
updateStage()
end repeat
end