home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / tools.dir / 00378.ls < prev    next >
Encoding:
Text File  |  1995-01-25  |  108 b   |  9 lines

  1. on mouseUp
  2.   global gUSALit
  3.   if gUSALit = 1 then
  4.     puppetSound("8002")
  5.   else
  6.     nothing()
  7.   end if
  8. end
  9.