home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 259 / IND_GIANT.BIN / somc.dir / 00004_Script_clearintro < prev    next >
Text File  |  1998-12-14  |  152b  |  8 lines

  1. on exitFrame
  2. --  set the movieRate of sprite 1 to 0
  3.   glow(1,FALSE)
  4.   unloadMember "Intro"
  5.   updateStage
  6.   glow(1,TRUE)
  7.   go to frame "Start"
  8. end