home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / navig2.dir / 00106_Script_106 < prev    next >
Text File  |  1997-10-10  |  488b  |  20 lines

  1. on exitFrame
  2.   global suonas,dismu,navigazione
  3.   set navigazione to ""
  4.   musiche_citta
  5.   beep
  6.   if not soundbusy(1) and not dismu then suonom 1,suonas
  7.   spegni 3,9
  8.   spegni 11,15
  9.   set the visible of sprite 10 to true
  10.   set  the cursor of sprite 3 to [221,222]
  11.   set  the cursor of sprite 5 to [211,212]
  12.   set the visible of sprite 3 to true
  13.   set the visible of sprite 2 to false
  14.   set the visible of sprite 4 to false
  15.   set the visible of sprite 12 to false
  16.   
  17. end
  18.  
  19.  
  20.