home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format Collection 13
/
PCFORMAT.bin
/
demo.dir
/
00046_Script_46
< prev
next >
Wrap
Text File
|
1995-03-06
|
536b
|
31 lines
on exitFrame
global gmoviesprite, gMoviePlaying, gtrack, gLyricSprite, movieduration
if the visible of sprite gmoviesprite then
if the movietime of sprite gmoviesprite >= movieduration then
endmovie
end if
end if
if the mousedown then
--check to see if the movie has ended. If it has then reset stage to 8 bits etc.
if rollover(7) then
flashroller 7, "playmovie1"
end if
end if
go marker (0)
end