home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / omnia201.iso / mondo3d / animazione.dir / 00050_Script_50 < prev    next >
Text File  |  2000-11-03  |  251b  |  15 lines

  1. on mouseEnter
  2.   set the ink of sprite the currentSpriteNum to 0
  3.   cursor 280
  4.   
  5. end
  6. on mouseLeave me
  7.   set the ink of sprite the currentSpriteNum to 36
  8.   cursor -1
  9.   
  10. end
  11.  
  12. on mouseUp me
  13.   go to frame 140 of movie "scheda"
  14.   cursor -1
  15. end