Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!apple!portal!cup.portal.com!ts From: ts@cup.portal.com (Tim W Smith) Newsgroups: comp.sys.mac.programmer Subject: Re: Timer Message-ID: <34967@cup.portal.com> Date: 18 Oct 90 00:43:07 GMT References: <13261@sdcc6.ucsd.edu> Organization: The Portal System (TM) Lines: 5 If you don't care about the absolute units of time, how about just using a loop: for ( count = 0; ! Button(); count++ ) ;