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

  1. on exitFrame
  2.   global goto, NextFrame, colorcrsr, lastFrame
  3.   set the sound of cast "BodyAll.mov" to 0
  4.   puppetSound(0)
  5.   updateStage()
  6.   set the volume of sound 1 to 255
  7.   updateStage()
  8.   set colorcrsr to EMPTY
  9.   set temp to label(lastFrame)
  10.   if temp >= label("duncan") then
  11.     Buttons(20)
  12.     DanceMenu()
  13.   else
  14.     if temp >= label("chanel") then
  15.       Buttons(19)
  16.       fashionMenu()
  17.     else
  18.       Buttons(21)
  19.       SportMenu()
  20.     end if
  21.   end if
  22.   EndDance()
  23.   set the movieRate of sprite 15 to 1
  24. end
  25.