help with touchosc

hi every one, im trying to control a sketch of processing with an iphone, i don't know how to control it with the iphone, i know how to use touchosc editor, but i don't know what code i have to put, this is my code:
hola gente:)
hice este sketch con processing y me gustaria controlarlo desde el iphone, pero no se el codigo para hacerlo, mi codigo actual es este:
void setup()
{
size(800,600) ;
background (50, 90, 60);
smooth();
noStroke();
}
void draw() {
fill (260, 0, 40 );
ellipse( mouseX, mouseY, 50, 50);

}
gracias

This is an arduino foroum not a processing one.
Why is this a poll?

Anyway see my examples at
http://www.thebox.myzen.co.uk/Mac_Apps/Processing.html