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

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