home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Clips / SelectSoftPublishing-StockClips-MultimediaClips-WinMac.bin / pc / CATALOG / CONTENTS.DIR / scripts_11.ls < prev    next >
Encoding:
Text File  |  2006-01-01  |  319 b   |  15 lines

  1. on mouseDown
  2.   puppetSound("sound 01")
  3.   updateStage()
  4.   if hButtonAction01() then
  5.     mouseUp()
  6.   end if
  7. end
  8.  
  9. on mouseUp
  10.   cursor(4)
  11.   hCheckCurrentFrameLabel()
  12.   set tCategoryName to the name of member the memberNum of sprite the clickOn of castLib the castLibNum of sprite the clickOn
  13.   play frame tCategoryName
  14. end
  15.