home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 18 / MacAddict_018_1998_02.iso / MEDIA / Demos.dxr / Internal_85.ls < prev    next >
Encoding:
Text File  |  1997-12-03  |  126 b   |  8 lines

  1. on mouseUp
  2.   if the optionDown = 1 then
  3.     puppetSound(2, 0)
  4.     puppetSound(2, "raygun")
  5.     go("contestCode")
  6.   end if
  7. end
  8.