home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazine 28 Bonus / CDRomMagazine-SoftKey-ArtPassion-FrenchVersion-Win31Mac.bin / data / shared.dir / 03063_Script_goToFrame < prev    next >
Text File  |  1996-06-21  |  190b  |  7 lines

  1. on goToFrame whichFrame, letSoundContinue
  2.   if voidP(letSoundContinue) or (letSoundContinue = FALSE) then
  3.     sound stop 1
  4.     sound stop 2
  5.   end if
  6.   go frame whichFrame
  7. end goToFrame