home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / omnia201.iso / mondo3d / tefoto.dir / 00005_Script_5 < prev    next >
Text File  |  2000-10-31  |  414b  |  20 lines

  1. on mouseEnter
  2.   global gLastRoll
  3.   
  4.   set ns=the currentSpriteNum
  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 member "roll" of castlib "suoni"
  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