home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 15
/
cdrt15.iso
/
pc
/
contentp.dir
/
00043_Script_43
< prev
next >
Wrap
Text File
|
1995-04-05
|
281b
|
18 lines
on enterFrame
set the movietime of sprite 12 = 0
set the movierate of sprite 12 = 1
end
on exitframe
repeat while the movietime of sprite 12 < 9660 and the mousedown <> 1
updatestage
end repeat
set the movietime of sprite 12 = 0
end