home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Toy Story Multimedia Press Kit (Mac)
/
ToyStorycdrom.img
/
TOYMUSIC
/
Record08.dir
/
00029.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-10-27
|
260 b
|
12 lines
on exitFrame
if the movieTime of sprite 2 = 0 then
set the movieRate of sprite 2 to 1
end if
if the movieTime of sprite 2 < (57 * 60) then
go(the frame)
end if
if the movieTime of sprite 2 >= (57 * 60) then
go("Music Clips")
end if
end