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

  1. on exitFrame
  2.   global  suonas,dismu 
  3.   musiche_citta
  4.   beep
  5.   if not soundbusy(1) and not dismu then suonom 1,suonas
  6.   spegni 2,9
  7.   spegni 11,12
  8.   set the visible of sprite 10 to true 
  9.   set the visible of sprite 2 to true
  10.   set the visible of sprite 3 to true
  11.   set the visible of sprite 4 to true
  12.   set the visible of sprite 5 to true
  13.   set the visible of sprite 6 to true
  14.   set the visible of sprite 7 to true
  15.   set the visible of sprite 8 to true
  16.   set the visible of sprite 9 to true
  17.   set the visible of sprite 11 to true
  18.   set the visible of sprite 12 to true
  19.   set the cursor of sprite 12 to [219,220]
  20. end
  21.  
  22.  
  23.  
  24.