Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
rugsbunny
rugsbunny's Profile
3
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
How do you make a timer?
[4 Replies]
19-May-2012 07:08 AM
Forum:
Programming Questions
I need a timer in which
if(something = 1)
{
// timer starts
}
if (something = 2)
{
//timer stops
}
does anyone here know how to make one?
Thanks
Quick question about random()
[2 Replies]
18-May-2012 06:34 AM
Forum:
Programming Questions
so if you put
float a = random(0,3);
it would keep on generating random numbers between 0 and 3.
But I only want it to generate one number what do i do?
My code looks like:
float a = random(0,3);
if(a < 1);
{
.....
......
}
if((a >= 1)&&(a < 2));
{
.....
.....
}
if((a >= 2)&&(a <= 3));
{
....
....
}
Quick help with images plz
[1 Reply]
04-May-2012 04:51 AM
Forum:
Programming Questions
How do you make a round image in processing?
If you do the simple
PImage a;
a = loadImage("ice.jpg");
image(a, 0, 650);
it always display as a square image with corners. and if you erase parts of the picture with photo-shop to make it round, processing can not display it.
Is there any way to solve this problem?
thanks
«Prev
Next »
Moderate user : rugsbunny
Forum