home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / body / bodymain.dir / 00379.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  380 b   |  21 lines

  1. on exitFrame
  2.   global NextFrame
  3.   set the sound of cast "BodyAll.mov" to 0
  4.   puppetSound(0)
  5.   updateStage()
  6.   repeat with i = 18 to 21
  7.     puppetSprite(i, 1)
  8.   end repeat
  9.   if NextFrame = "sport" then
  10.     SportMenu()
  11.   else
  12.     if NextFrame = "dance" then
  13.       DanceMenu()
  14.     else
  15.       fashionMenu()
  16.     end if
  17.   end if
  18.   set NextFrame to "fall1"
  19.   go(marker("start") + 2)
  20. end
  21.