home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 41 / MOBICLIC41.ISO / pc / Data / PROM / prom01_12.dir / 00006_Script_6 < prev    next >
Text File  |  2001-09-07  |  240b  |  16 lines

  1. --roll et diaporama
  2.  
  3. on mouseUp
  4.   go to "int"
  5.   cursor -1
  6. end
  7.  
  8. on mouseEnter
  9.   cursor 280
  10.   set the member of sprite 7 to member "flash roll" 
  11. end
  12.  
  13. on mouseLeave
  14.   cursor -1
  15.   set the member of sprite 7 to member "flash" 
  16. end