home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / omnia201.iso / mondo3d / flashop.dir / 00170_Script_170 < prev    next >
Text File  |  2000-10-18  |  984b  |  32 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 160 of movie "scheda.dir"
  14.  
  15.   set  the loc of sprite 81 to point (640,207)
  16.   set  the loc of sprite 88 to point (640,98)
  17.   set  the loc of sprite 89 to point (640,100)
  18.   set  the loc of sprite 90 to point (640,115)
  19.   set  the loc of sprite 91 to point (640,130)  
  20.   set  the loc of sprite 92 to point (640,145)  
  21.   set  the loc of sprite 67 to point (640,145)
  22.   set  the loc of sprite 83 to point (640,221)
  23.   set  the loc of sprite 82 to point (640,206)
  24.   set  the loc of sprite 84 to point (640,236)
  25.   set  the loc of sprite 85 to point (640,251)
  26.   set  the loc of sprite 63 to point (640,316)
  27.   set  the loc of sprite 64 to point (640,315)
  28.   set  the loc of sprite 65 to point (640,330)
  29.   set  the loc of sprite 66 to point (640,345)
  30.   
  31.   cursor -1
  32. end