home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / omnia201.iso / mondo3d / tgiper.dir / 00030_Script_30 < prev    next >
Text File  |  2000-10-25  |  303b  |  20 lines

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