home *** CD-ROM | disk | FTP | other *** search
/ Experience Hawaii / HAWAII.ISO / pc / h_intro.dir / 00001.ls next >
Encoding:
Text File  |  1996-04-12  |  484 b   |  17 lines

  1. on initTimer
  2.   global gStartTime
  3.   set gStartTime to the ticks
  4. end
  5.  
  6. on startMovie
  7.   global gSysSndSet
  8.   append(the searchPath, the pathName & "MOVIES")
  9.   append(the searchPath, the pathName & "HAWA")
  10.   append(the searchPath, the pathName & "KAUA")
  11.   append(the searchPath, the pathName & "MAUI")
  12.   append(the searchPath, the pathName & "OAHU")
  13.   append(the searchPath, the pathName & "AUDIO")
  14.   append(the searchPath, the pathName & "VOCABAIF")
  15.   set gSysSndSet to the soundLevel
  16. end
  17.