home *** CD-ROM | disk | FTP | other *** search
/ Corbis Images Sampler - Red / RED.iso / pc / Interface / inter.dxr / 00105_agree.ls < prev    next >
Encoding:
Text File  |  1999-12-21  |  114 b   |  11 lines

  1. global gColor1
  2.  
  3. on mouseEnter
  4.   puppetSound(3, "over")
  5. end
  6.  
  7. on mouseUp
  8.   puppetSound(2, "click")
  9.   go("home")
  10. end
  11.