home *** CD-ROM | disk | FTP | other *** search
/ Univers Interactif 3 / INTERACTIF.BIN / mac / musique / musique.dir / 00031_Script_31 < prev    next >
Text File  |  1995-04-21  |  227b  |  14 lines

  1. on mouseUp
  2.   global lechemin, lecharacter
  3.   
  4.   set the castnum of sprite 3 to 8
  5.   updatestage
  6.  
  7.   sound fadeOut 1, 150
  8.   
  9.   if lecharacter = ":" then 
  10.     open the pathname  & "WEA"
  11.   else
  12. go to "weapc"
  13.   end if
  14. end