home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / omnia201.iso / mondo3d / flashop.dir / 00030_Script_staffa < prev    next >
Text File  |  2000-10-18  |  460b  |  18 lines

  1.  
  2. on mouseEnter me
  3.   set the member of sprite (2) to member 27 of castLib "Internal"
  4.   cursor 280
  5.   
  6. end
  7.  
  8. on mouseLeave me
  9.   set the member of sprite (2) to member 26 of castLib "Internal"
  10.   cursor -1
  11.   
  12. end
  13.  
  14. on mouseUp me
  15.   set the member of sprite (3) to member 27 of castLib "Internal"
  16.   set the member of sprite (20) to member "text staffa" of castLib "testi"
  17.     set the member of sprite (15) to member "z_staffa" of castLib "zoom"  
  18.   end