Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
angelozhang
angelozhang's Profile
1
Posts
1
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
Processing won't start! Nothing happens when I click “Run”!
[2 Replies]
03-Jun-2011 06:39 PM
Forum:
Programming Questions
Hi,this is a very simple question. I did the exercise 6.1b in
Learning Processing.
However, when I click "Run", nothing happened.
Was there something wrong with my code? How can I solve this problem? Thanks!
Here is my code:
size(200,200);
background(255);
float w=200;
while(w<=200){
fill(w);
ellipse(100,100,w,w);
w=w-20;
}
«Prev
Next »
Moderate user : angelozhang
Forum