Path: utzoo!mnetor!uunet!cbmvax!rutgers!gatech!bloom-beacon!husc6!m2c!applix!scott From: scott@applix.UUCP (Scott Evernden) Newsgroups: comp.sys.amiga Subject: Re: Mouse Pointer Help Required Message-ID: <644@applix.UUCP> Date: 2 Feb 88 17:56:56 GMT References: <168@gould.doc.ic.ac.uk> Reply-To: scott@applix.UUCP (Scott Evernden) Organization: APPLiX Inc., Westboro MA Lines: 20 Keywords: Help,Mouse Pointer In article <168@gould.doc.ic.ac.uk> zmacv91@doc.ic.ac.uk (Peter Walkley) writes: > GetRidOfThePointer() ; > ..... > hack() ; > morehack() ; > > PutThe MousePointerBack() ; Can't you simply SetPointer() the cursor to be something which is all color 0 (i.e., transparent)? Alternatively, (and I've never tried this) couldn't you SetPointer() a 0 sized sprite image? like: SetPointer(window, junkptr(?), 0L, 0L, 0L, 0L); ^ ^ | | i.e., nothing ----+---+ Natch, the other restoring call is ClearPointer(window). -scott