Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
volcanoohead
volcanoohead'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
what is wrong in my code? can you help me to check out?
[3 Replies]
15-Mar-2011 12:55 AM
Forum:
Programming Questions
float x,addX;
void setup(){
size (400,400);
smooth();
}
void draw(){
background(255);
stroke(0);
strokeWeight(2);
addX = mouseX/3;
for ( x = addX;x < width;x *= 2){
line( x,height/20,x,height-(height/20));
}
println(x);
}
«Prev
Next »
Moderate user : volcanoohead
Forum