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

  1. on exitFrame
  2.   global tavola,da_indice,disaudio
  3.  if tavola<>8 then
  4.     sound close 1
  5.     set tavola to 8
  6.     if not disaudio  then
  7.       sound playFile 1,"adt08.aif"
  8.     end if
  9.   end if
  10.   if da_indice then
  11.     set da_indice to 0
  12.     quale_adt
  13.   end if
  14.   entra 2
  15. end
  16.