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

  1. on mouseUp
  2.   global textList
  3.   if the castNum of sprite 10 = 40 then
  4.     beep()
  5.     exit
  6.   else
  7.     put "1" into char the castNum of sprite 10 - 26 of textList
  8.   end if
  9. end
  10.