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

  1. on CheckQT
  2.   global endSection, lastFrame
  3.   if the frame < label("medicin") then
  4.     set f to (the movieTime of sprite 15 / 4) + 40
  5.     set g to (the movieTime of sprite 15 / 4) + 9
  6.     if f > endSection then
  7.       set the movieRate of sprite 15 to 0
  8.     else
  9.       go(g)
  10.     end if
  11.   end if
  12. end
  13.  
  14. on QuickQt
  15.   global endSection
  16.   set the movieRate of sprite 15 to 3
  17. end
  18.