FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Bugs
   Bug Fixes, Implemented Suggestions
(Moderator: fry)
   pmouseX & Y
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: pmouseX & Y  (Read 672 times)
skloopy

WWW
pmouseX & Y
« on: Feb 5th, 2003, 10:41am »

Hi sorry for being picky but
 
Code:
void setup()
{
  size(300,300);
  noBackground();
}
 
void loop()
{
  line(mouseX, mouseY, pmouseX, pmouseY);
}

 
draws a line with gaps inbetween on Mac OS 9. Maybe it's different on othe systems? Mayeb there's something wrong with the pmouseX & Y vars..
 
Glen Murphy

WWW Email
Re: pmouseX & Y
« Reply #1 on: Feb 5th, 2003, 12:51pm »

Using your code, I get this on WinXP too - frequency of gaps increases with time program has been running (after about 30 seconds it seems the line is 50% gaps).
 
fry


WWW
Re: pmouseX & Y
« Reply #2 on: Feb 9th, 2003, 5:04pm »

heh, that's a weird one. i'm not sure if that's a java vm problem or if i'm doing something dumb in the loop() that's killing off points. i'll look into it.
 
thanks for the reports.
 
fry


WWW
Re: pmouseX & Y
« Reply #3 on: Sep 1st, 2003, 6:43am »

fixed for 0060.
 
Pages: 1 

« Previous topic | Next topic »