Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
tablet
tablet's Profile
4
Posts
6
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
'key pressed' Inside Voide setup??
[10 Replies]
11-Oct-2012 02:28 AM
Forum:
Programming Questions
Hello ,
I have this
void setup () {
....
....
int i = 0;
while (i < 1000) {
x[i] = width;
y[i] = random(height);
speed[i] = random(0.3,
sped
);
i = i + 1;
}
}
I want to use :
if (keyPressed) {
if (key == 's' || key == 'S')
sped = sped + 0.05;
println(sped);
}
Where should I insert the
if
statement to work?
inside void setup or draw??
Mailing list??
[2 Replies]
11-Oct-2012 02:13 AM
Forum:
General Discussion
Hello all,
Is there any mailing list that users can directly communicate with each other?
Something like SC mailing list?
Thanks
Exporting Video
[1 Reply]
28-Jun-2012 06:53 AM
Forum:
General Discussion
Hello all,
How can I export video from sketches?
I see a movie maker tool but when I click it shows me the options window size & and frame rate and nothing else...
What I'm doing wrong?
thanks
Assign specific sounds to line shapes
[3 Replies]
24-Jun-2012 02:05 PM
Forum:
General Discussion
Hello all ,
I'm very new at processing , so forgive me If my question is stupid..
I have some line shapes that appears randomly..(very basic stuf)..
I want to assign different sounds to each line when appears..
How can I do that?
Thank you in advance..
«Prev
Next »
Moderate user : tablet
Forum