Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
carlosgois
carlosgois's Profile
2
Posts
7
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
Free java internet app host for processing?
[3 Replies]
23-Feb-2011 07:11 PM
Forum:
General Discussion
Does anyone know a free server I can upload processing programs, just for showing up?
Thanks
problems when changing 'fill ()' values
[15 Replies]
22-Feb-2011 11:07 PM
Forum:
Programming Questions
void setup () {
size ( 800, 800 );
smooth ();
background ( 124, 0, 162 );
stroke (0, 80);
}
void draw () {
noFill ();
fill ( 200, 0, 0, 50 );
ellipse ( mouseX, mouseY, 100, 100 );
noFill ();
fill ( 0, 200, 0, 50 );
ellipse ( mouseX, mouseY, 100, 100 );
noFill ();
fill ( 0, 0, 200, 50 );
ellipse ( mouseX, mouseY, 100, 100 );
}
This is my first try, and what I tried to do was to plot a red, and then a green, and then a blue circle, in this order, one after another, in loop. What I get is a greyish circle, always in the same color. Why?
Thanks
«Prev
Next »
Moderate user : carlosgois
Forum