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

  1. on exitFrame
  2.   global gLanguageLetter, gSoundCast
  3.   puppetSprite(2, 1)
  4.   set the castNum of sprite 2 to the number of cast ("Title" & gLanguageLetter)
  5.   set gSoundCast to "N_13" & gLanguageLetter & ".AIF"
  6.   pPlayMySound(gSoundCast)
  7. end
  8.