Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.ARPA Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!ucbvax!chavez From: chavez@ucbvax.ARPA (Thomas M. Chavez) Newsgroups: net.micro.mac Subject: Editing a la FatBits Message-ID: <10462@ucbvax.ARPA> Date: Wed, 25-Sep-85 01:02:04 EDT Article-I.D.: ucbvax.10462 Posted: Wed Sep 25 01:02:04 1985 Date-Received: Thu, 26-Sep-85 07:09:50 EDT Organization: University of California at Berkeley Lines: 14 I am interested in using a graphic editor (for editing ICON types) that is like all of the other editors which resemble the FatBits editor of MacPaint. I can think of several ways of implementing this: waiting for a mouseDown in my special rectangle and handling all movement until the mouseUp, or looking for mouseDown events in each separate 'pixel' of my rectangle and handling each one separately... I am curious if anyone knows what the most common method is, or the method that you prefer. It's not really relevant, but I will be using MacC for this. Thanks, Tom Chavez chavez@BERKELEY