home *** CD-ROM | disk | FTP | other *** search
/ M.I.L.K. with Freshness / MILK1st.iso / DATA / PROFILE.DXR / 00039.ls < prev    next >
Encoding:
Text File  |  2001-11-26  |  348 b   |  27 lines

  1. on mouseEnter
  2.   cursor(280)
  3.   updateStage()
  4. end
  5.  
  6. on mouseLeave
  7.   cursor(0)
  8.   updateStage()
  9. end
  10.  
  11. on mouseDown
  12.   sp = the clickOn
  13.   puppetSound(3, "dingdo")
  14.   case sp of
  15.     38:
  16.       miaw("miaw_home")
  17.     39:
  18.       miaw("miaw_key")
  19.     40:
  20.       miaw("miaw_smtown")
  21.     41:
  22.       miaw("miaw_fandang")
  23.     42:
  24.       miaw("miaw_ilike")
  25.   end case
  26. end
  27.