home *** CD-ROM | disk | FTP | other *** search
/ Toy Story Multimedia Press Kit (Mac) / ToyStorycdrom.img / MMK.DIR / 00933.ls < prev    next >
Encoding:
Text File  |  1995-10-27  |  96 b   |  8 lines

  1. on mouseUp
  2.   if the machineType = 256 then
  3.     quit()
  4.   else
  5.     go(the frame + 1)
  6.   end if
  7. end
  8.