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

  1. on exitFrame
  2.   global endSection, NextFrame, lastFrame
  3.   set f to (the movieTime of sprite 15 / 4) + 45
  4.   set g to (the movieTime of sprite 15 / 4) + 9
  5.   if f >= endSection then
  6.     set the movieRate of sprite 15 to 0
  7.     EndDance()
  8.   else
  9.     go(g)
  10.   end if
  11. end
  12.