home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / TIMELIN2.DIR / 00017_Script_17 < prev    next >
Text File  |  1997-10-08  |  289b  |  21 lines

  1. on exitFrame
  2.   global da_indice,tavola,disaudio
  3.   entra 2
  4.   entra 18
  5.   
  6.   
  7.   if tavola=8  then
  8.     sound close 1
  9.     set tavola to 7
  10.     quale_adt
  11.   end  if
  12.   
  13.   set tavola to 7
  14.   
  15.   if da_indice and not disaudio then
  16.     set da_indice to 0
  17.     quale_adt
  18.   end if
  19. end
  20.  
  21.