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

  1. on mouseDown
  2.   if buttonAction01() then
  3.     mouseUp()
  4.   end if
  5. end
  6.  
  7. on mouseUp
  8.   addBookMark()
  9.   play movie "DBM.DIR"
  10. end
  11.