Path: utzoo!utgpu!watserv1!watmath!att!rutgers!usc!julius.cs.uiuc.edu!ux1.cso.uiuc.edu!scotty!scott From: scott@scotty (Scott Howard) Newsgroups: comp.sys.mac.programmer Subject: Re: Timer Message-ID: <1990Oct18.032201.27217@ux1.cso.uiuc.edu> Date: 18 Oct 90 03:22:01 GMT References: <13261@sdcc6.ucsd.edu> <34967@cup.portal.com> Sender: news@ux1.cso.uiuc.edu (News) Organization: University of Illinois at Urbana Lines: 9 ts@cup.portal.com (Tim W Smith) writes: >If you don't care about the absolute units of time, how about just >using a loop: > for ( count = 0; ! Button(); count++ ) BAD IDEA! Why not simply wait 'x' number of TickCounts?