home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazine 28 Bonus / CDRomMagazine-SoftKey-ArtPassion-FrenchVersion-Win31Mac.bin / data / artcredt.dir / 00027_Script_27 < prev    next >
Text File  |  1996-06-19  |  210b  |  11 lines

  1. on WaitTicksNoProcessSpecial howMany
  2.   put the ticks into startTicks
  3.   repeat while the ticks < startTicks + howMany
  4.     if the mouseDown then 
  5.       go to "end"
  6.     end if
  7.     
  8.   end repeat  
  9.   
  10. end
  11.