home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Direct 1995 September
/
PCD0995.ISO
/
dksamps
/
atlas
/
data
/
contentm.dir
/
00095_Script_95
< prev
next >
Wrap
Text File
|
1995-04-21
|
380b
|
17 lines
on enterFrame
set the movietime of sprite 12 to 0
set the movierate of sprite 12 to 1
end
on exitframe
repeat while the mousedown <> 1 and the movietime of sprite 12 < 9660 and ┬
not(the mousecast <=128 and the mousecast >=120)
updatestage
end repeat
set the movierate of sprite 12 to 0
set the movietime of sprite 12 to 0
go "TVm"
end