home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Prodotti Consumer / MicrosoftConsumer.iso / encarta_2001 / data / sottomarino.dir / 00003_Script_3 < prev    next >
Text File  |  2000-06-22  |  184b  |  8 lines

  1. global gLeggenda
  2.  
  3. on mouseUp me
  4.   mio = the spriteNum of me
  5.   sprite(gLeggenda).loc = sprite(mio).loc
  6.   num = sprite(mio-1).memberNum
  7.   sprite(gLeggenda+1).memberNum = num+1
  8. end