home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Toy Story Multimedia Press Kit (Mac)
/
ToyStorycdrom.img
/
TOYGAME
/
mov16.dir
/
00019.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-30
|
261 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 < (114 * 60) then
go(the frame)
end if
if the movieTime of sprite 2 = (114 * 60) then
go(the frame + 1)
end if
end