home *** CD-ROM | disk | FTP | other *** search
/ Asymetrix Demo / Asymetrix.iso / vbooks / dem_data / howtouse.dir / 00392.ls < prev    next >
Encoding:
Text File  |  1994-11-30  |  147 b   |  7 lines

  1. on exitFrame
  2.   global gLanguageLetter, gSoundCast
  3.   set gSoundCast to "N_24" & gLanguageLetter & ".AIF"
  4.   pPlayMySound(gSoundCast)
  5.   pWait(30)
  6. end
  7.