home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazine 28 Bonus / CDRomMagazine-SoftKey-ArtPassion-FrenchVersion-Win31Mac.bin / data / artintr.dir / 00005_Script_5 < prev    next >
Text File  |  1996-05-01  |  385b  |  14 lines

  1. on waitVideoNoProcess whichSprite
  2.   set the movierate of sprite whichsprite = 1
  3.   repeat while  (not (the mouseDown)) and (the movieRate of sprite whichSprite <> 0) 
  4.     -- processFrame
  5.     updatestage
  6.   end repeat
  7. end
  8.  
  9. on prepareVideoNoProcess whichSprite
  10.   -- processFrame
  11.   set the movierate of sprite whichsprite = 0
  12.   set the movieTime of sprite whichSprite to 0
  13. end
  14.