home *** CD-ROM | disk | FTP | other *** search
/ Toy Story Multimedia Press Kit (Mac) / ToyStorycdrom.img / TOYMUSIC / Record16.dir / 00029.ls < prev    next >
Encoding:
Text File  |  1995-10-27  |  260 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 < (57 * 60) then
  6.     go(the frame)
  7.   end if
  8.   if the movieTime of sprite 2 >= (57 * 60) then
  9.     go("Music Clips")
  10.   end if
  11. end
  12.