Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
BenRee
BenRee's Profile
3
Posts
5
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
opening up an image
[12 Replies]
25-Jun-2011 03:00 PM
Forum:
Programming Questions
hiya forum!
need some help from you experts! can you tweak this code so that when i double click on the circle up comes an image (dont mind what!) that i can close to get back to the circle? Thanks a million!!
size (480,320);
smooth();
fill(153);
ellipse (100,60,130,100);
make it better!!!
[1 Reply]
21-Jun-2011 11:51 AM
Forum:
Programming Questions
hiya processing people!
can you tweak my code to make the ellipse look better?!? I'm thinking maybe a globe, with a 3D look! Any tweaks will be awesome.
keep up the great work, loving this forum!
thanks a million.
c
void setup ()
{
size (512,512);
background (0);
fill(255,155);
ellipse(50, 50, 80, 80);
}
load file problem
[2 Replies]
20-Jun-2011 02:41 PM
Forum:
Core Library Questions
hiya guys!
trying to load up this sound and getting no joy. the files defo on my computer! Any ideas why i aint getting no sound?!?
thanks a million
import ddf.minim.*;
AudioPlayer player;
Minim minim;
void setup()
{
size(512, 200, P2D);
minim = new Minim(this);
player = minim.loadFile("C:\Users\Public\Documents\black.wav");
player.play();
}
«Prev
Next »
Moderate user : BenRee
Forum