home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Clips / SelectSoftPublishing-StockClips-MultimediaClips-WinMac.bin / pc / CATALOG / DEMOS / 061 / D.DIR / 00046.ls < prev    next >
Encoding:
Text File  |  2006-01-01  |  101 b   |  10 lines

  1. on mouseDown
  2.   if buttonAction01() then
  3.     mouseUp()
  4.   end if
  5. end
  6.  
  7. on mouseUp
  8.   play frame "DB"
  9. end
  10.