home *** CD-ROM | disk | FTP | other *** search
/ Toy Story Multimedia Press Kit (Mac) / ToyStorycdrom.img / TOYGAME / mov16.dir / 00019.ls < prev    next >
Encoding:
Text File  |  1995-10-30  |  261 b   |  12 lines

  1. on exitFrame
  2.   if the movieTime of sprite 2 = 0 then
  3.     set the movieRate of sprite 2 to 1
  4.   end if
  5.   if the movieTime of sprite 2 < (114 * 60) then
  6.     go(the frame)
  7.   end if
  8.   if the movieTime of sprite 2 = (114 * 60) then
  9.     go(the frame + 1)
  10.   end if
  11. end
  12.