Ciclo for con iteraciones

for( int x=-600; x<=600; x=x+60){
for (int y=-600; y<=600; y=y+60){

quiero hacer esta grilla en un size(600,600) pero no se como meter las variables que puedan ser luego modificadas con eventos de teclado/mouse, como para ver la grilla mas pequeña o mas grande, con los numeros de ahi arriba. si me ayudan con como poner las variables para que luego no sea una grilla estatica me serian de mucha ayuda

Hello,

Some resources for you:

Lots of good stuff in there to get you started!

Once you go through the basic tutorials these may help:

Try changing the 60 to a variable and modifying that variable with mouse movement using the map() function.

Have fun!

:)

thanks! I finally change the code and assigned a variable

1 Like