jal@athena.cs.wayne.edu (Jason Leigh) (10/30/90)
Hi, I'm trying to draw a line in white in assembler but it doesn't seem to work on the older Plus and SE macs. It seems to work ok on the II's. I seem to be able to draw a black line ok but not a white line. Any ideas? Any code? Thanks. Jason Leigh jal@cs.wayne.edu -- :^) :^) :^) :^) :^) :^) :^) :^) ;^) O^: (^: (^: (^: (^: (^: (^: (^: :^) Where the telescope ends, the microscope begins. (^: :v) Which of the two has the grander view? - Victor Hugo (v: :v) :v) :v) :v) :v) :v) :v) :v) :v( $v: (v: (v: (v: (v: (v: (v: (v:
kaufman@Neon.Stanford.EDU (Marc T. Kaufman) (10/30/90)
In article <1990Oct30.002300.17057@cs.wayne.edu> jal@athena.cs.wayne.edu (Jason Leigh) writes: >Hi, I'm trying to draw a line in white in assembler but it doesn't >seem to work on the older Plus and SE macs. It seems to work >ok on the II's. I seem to be able to draw a black line ok but >not a white line. >Any ideas? Any code? BackColor(white); PenPat(black); PenMode(patBic); Marc Kaufman (kaufman@Neon.stanford.edu)