Quin es el missatge que més t'ha agradat

dilluns, 16 de maig del 2011

Com fer un if en arduino i processing

Es molt facil un if es com un condicional del que ha de fer una funció per exemple:

If (key== 'a') {

image(x,y,50,50);

}

Si apretes 'a' sortira la imatge

Llavors un if es contrueix amb aquesta estructura:

If (condició) {

(regla del que te que fer);

}

Si no funciona comentin i intentare arreglar-ho

Es muy facil un if es como un condicional de lo que debe hacer una función por ejemplo:

If (key == 'a') {

image (x, y, 50.50);

}

Si aprietas 'a ' saldrá la imagen

Entonces un if se construye con esta estructura:

If (condición) {

(regla del que tiene que hacer);

}

Si no funciona comenten y intentare arrreglar-lo

It is very easy if one is a conditional that must function for example:

If (key == 'a') {

image (x, y, 50.50);

}

If you hold down 'to' quit Image

So if one are built with this structure:

If (condition) {

(rule of what to do now);

}

If it does not comment and try to fix it.

Cap comentari:

Publica un comentari a l'entrada