home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / omnia201.iso / mondo3d / dito.cst / 00003_Script_3 < prev   
Text File  |  1999-05-14  |  378b  |  20 lines

  1. on mouseEnter
  2.   global gLastRoll
  3.   
  4.   set ns=rollOver()
  5.   
  6.   set the ink of sprite ns to 39
  7.   set the cursor of sprite  ns to [member "dito", member "dito_mask"]
  8.   puppetsound "roll"
  9.   updateStage
  10.   set gLastRoll = ns
  11. end
  12.  
  13.  
  14. on mouseLeave
  15.   global gLastRoll
  16.   
  17.   set the ink of sprite gLastRoll to 0
  18.   set the cursor of sprite  gLastRoll to 0
  19.   updateStage
  20. end