We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › Solved: Problem with fast mouse motion and a code
Page Index Toggle Pages: 1
Solved: Problem with fast mouse motion and a code (Read 299 times)
Solved: Problem with fast mouse motion and a code
Jun 12th, 2008, 12:09pm
 
I made a code to do drag and drop
i was using following:

radius=raidus + (mouseX-pmouseX)*2;

but on moving mousze toofast I was getting negative radius..
I figured it out and removed the error.

if anyone is interested,he can see the code at

http://turing.lecolededesign.com:16080/~rshukla/applet/

moderators should remove this post if they find it useless.
I am leaving it here for a reference to others.
Page Index Toggle Pages: 1