SlideShare una empresa de Scribd logo
1 de 25
//
void setup(){
  size(400,400);
  fill(31,127,255);
  noStroke();
}

void draw(){
  background(0,0,25);
  ellipse(mouseX, mouseY, 40, 40);
}
void setup(){
  size(400,400);
  fill(31,127,255);
  noStroke();
}

void draw(){
  background(0,0,25);
  ellipse(mouseX, mouseY, 40, 40);
  ellipse(width-mouseX, mouseY, 40, 40);
}
void setup(){
  size(400,400);
  fill(31,127,255);
  noStroke();
}

void draw(){
  background(0,0,25);
  ellipse(mouseX, mouseY, 40, 40);
  ellipse(width-mouseX, mouseY, 40, 40);
  ellipse(mouseX, height-mouseY, 40, 40);
  ellipse(width-mouseX, height-mouseY, 40, 40);
}
//
boolean pressed = false;

void setup(){
  size(400,400);
  fill(31,127,255);
  noStroke();
}

void draw(){
  background(0,0,25);
  //
     if(pressed){
        ellipse(mouseX, mouseY, 40, 40);
     }
}

//
void mousePressed(){
   pressed = true;
}
//
void mouseReleased(){
  pressed = false;
}
//
boolean pressed = false;

void setup(){
  size(400,400);
  fill(31,127,255);
  noStroke();
  background(0,0,25);
}

void draw(){
  //
     if(pressed){
        ellipse(mouseX, mouseY, 40, 40);
     }
}

//
void mousePressed(){
   pressed = true;
}
//
void mouseReleased(){
  pressed = false;
}
boolean pressed = false;

void setup(){
  size(400,400);
  fill(31,127,255);
  noStroke();
  background(0,0,25);
}

void draw(){
  if(pressed){
     ellipse(mouseX, mouseY, 10, 10);
     ellipse(width-mouseX, mouseY, 10, 10);
     ellipse(mouseX, height-mouseY, 10, 10);
     ellipse(width-mouseX, height-mouseY, 10, 10);
  }
}

void mousePressed(){
  pressed = true;
}

void mouseReleased(){
  pressed = false;
}
boolean pressed = false;

void setup(){
  size(400,400);
  noStroke();
  background(0,0,25);
}

void draw(){
  if(pressed){
     fill(31,127,255,100);
     ellipse(mouseX, mouseY, 10, 10);
     fill(255,31,127,100);
     ellipse(width-mouseX, mouseY, 10, 10);
     fill(31,255,127,100);
     ellipse(mouseX, height-mouseY, 10, 10);
     fill(31,255,255,100);
     ellipse(width-mouseX, height-mouseY, 10, 10);
  }
}

void mousePressed(){
  pressed = true;
}

void mouseReleased(){
  pressed = false;
boolean pressed = false;
int count;

void setup(){
  size(400,400);
  noStroke();
  colorMode(HSB,360,100,100,100);
  background(0);
}

void draw(){
  if(pressed){
     fill(count%360,80,80,20);
     ellipse(mouseX, mouseY, 20, 20);
     ellipse(width-mouseX, mouseY, 20, 20);
     ellipse(mouseX, height-mouseY, 20, 20);
     ellipse(width-mouseX, height-mouseY, 20, 20);
  }
  count = count + 1;
}

void mousePressed(){
  pressed = true;
}

void mouseReleased(){
  pressed = false;
Kwp2 100107

Más contenido relacionado

La actualidad más candente

[3] 프로세싱과 아두이노
[3] 프로세싱과 아두이노[3] 프로세싱과 아두이노
[3] 프로세싱과 아두이노Chiwon Song
 
Processing資料(5) 正弦波と極座標
Processing資料(5) 正弦波と極座標Processing資料(5) 正弦波と極座標
Processing資料(5) 正弦波と極座標reona396
 
EJERCICIOS PROPUESTOS DE BOOLE
EJERCICIOS PROPUESTOS DE BOOLEEJERCICIOS PROPUESTOS DE BOOLE
EJERCICIOS PROPUESTOS DE BOOLEYosel97
 
Simulate bouncing ball in pygame
Simulate bouncing ball in pygameSimulate bouncing ball in pygame
Simulate bouncing ball in pygameDr Anurekha R
 
Simulate elliptical orbit in pygame
Simulate elliptical orbit in pygameSimulate elliptical orbit in pygame
Simulate elliptical orbit in pygameDr Anurekha R
 
Projectiom of hexognal solid step by step process
Projectiom of hexognal solid step by step processProjectiom of hexognal solid step by step process
Projectiom of hexognal solid step by step processProf. S.Rajendiran
 
Tabla de _derivadas
Tabla de _derivadasTabla de _derivadas
Tabla de _derivadasedusucina
 
Gate level minimization (1st update)
Gate level minimization (1st update)Gate level minimization (1st update)
Gate level minimization (1st update)Aravir Rose
 
Developing-the-play-in-the-attacking-third-and-then-inside-the-penalty-area-a...
Developing-the-play-in-the-attacking-third-and-then-inside-the-penalty-area-a...Developing-the-play-in-the-attacking-third-and-then-inside-the-penalty-area-a...
Developing-the-play-in-the-attacking-third-and-then-inside-the-penalty-area-a...Ricardo Luiz Pace
 

La actualidad más candente (14)

[3] 프로세싱과 아두이노
[3] 프로세싱과 아두이노[3] 프로세싱과 아두이노
[3] 프로세싱과 아두이노
 
Processing資料(5) 正弦波と極座標
Processing資料(5) 正弦波と極座標Processing資料(5) 正弦波と極座標
Processing資料(5) 正弦波と極座標
 
Include
IncludeInclude
Include
 
EJERCICIOS PROPUESTOS DE BOOLE
EJERCICIOS PROPUESTOS DE BOOLEEJERCICIOS PROPUESTOS DE BOOLE
EJERCICIOS PROPUESTOS DE BOOLE
 
Simulate bouncing ball in pygame
Simulate bouncing ball in pygameSimulate bouncing ball in pygame
Simulate bouncing ball in pygame
 
Day 3 examples
Day 3 examplesDay 3 examples
Day 3 examples
 
Simulate elliptical orbit in pygame
Simulate elliptical orbit in pygameSimulate elliptical orbit in pygame
Simulate elliptical orbit in pygame
 
Tabla derivadas
Tabla derivadasTabla derivadas
Tabla derivadas
 
Joclad 2010 d
Joclad 2010 dJoclad 2010 d
Joclad 2010 d
 
Projectiom of hexognal solid step by step process
Projectiom of hexognal solid step by step processProjectiom of hexognal solid step by step process
Projectiom of hexognal solid step by step process
 
Tabla de _derivadas
Tabla de _derivadasTabla de _derivadas
Tabla de _derivadas
 
Proga 0518
Proga 0518Proga 0518
Proga 0518
 
Gate level minimization (1st update)
Gate level minimization (1st update)Gate level minimization (1st update)
Gate level minimization (1st update)
 
Developing-the-play-in-the-attacking-third-and-then-inside-the-penalty-area-a...
Developing-the-play-in-the-attacking-third-and-then-inside-the-penalty-area-a...Developing-the-play-in-the-attacking-third-and-then-inside-the-penalty-area-a...
Developing-the-play-in-the-attacking-third-and-then-inside-the-penalty-area-a...
 

Destacado

Motor-Sports Photography
Motor-Sports PhotographyMotor-Sports Photography
Motor-Sports Photographydoctorgonzo
 
Web Enabling Variable Frequency Drives
Web Enabling Variable Frequency DrivesWeb Enabling Variable Frequency Drives
Web Enabling Variable Frequency DrivesNajam Siddiqui
 
Noether Associates-Coal to Liquid
Noether Associates-Coal to LiquidNoether Associates-Coal to Liquid
Noether Associates-Coal to Liquidsyjnsyy
 

Destacado (7)

Afd Parts Operation
Afd Parts OperationAfd Parts Operation
Afd Parts Operation
 
Motor-Sports Photography
Motor-Sports PhotographyMotor-Sports Photography
Motor-Sports Photography
 
Afd Control
Afd ControlAfd Control
Afd Control
 
Web Enabling Variable Frequency Drives
Web Enabling Variable Frequency DrivesWeb Enabling Variable Frequency Drives
Web Enabling Variable Frequency Drives
 
Guide open source-bdef
Guide open source-bdefGuide open source-bdef
Guide open source-bdef
 
Milosc We Dwoje
Milosc We DwojeMilosc We Dwoje
Milosc We Dwoje
 
Noether Associates-Coal to Liquid
Noether Associates-Coal to LiquidNoether Associates-Coal to Liquid
Noether Associates-Coal to Liquid
 

Similar a Kwp2 100107

Create a java project that - Draw a circle with three random init.pdf
Create a java project that - Draw a circle with three random init.pdfCreate a java project that - Draw a circle with three random init.pdf
Create a java project that - Draw a circle with three random init.pdfarihantmobileselepun
 
Exploring Canvas
Exploring CanvasExploring Canvas
Exploring CanvasKevin Hoyt
 
ARTDM 170, Week10: Arrays + Using Randomization
ARTDM 170, Week10: Arrays + Using RandomizationARTDM 170, Week10: Arrays + Using Randomization
ARTDM 170, Week10: Arrays + Using RandomizationGilbert Guerrero
 
Artdm170 Week10 Arrays Math
Artdm170 Week10 Arrays MathArtdm170 Week10 Arrays Math
Artdm170 Week10 Arrays MathGilbert Guerrero
 
Creative Coding 1 - 2 Variables
Creative Coding 1 - 2 VariablesCreative Coding 1 - 2 Variables
Creative Coding 1 - 2 VariablesTill Nagel
 
#includeiostream#includecctypeusing namespace std;cl.docx
#includeiostream#includecctypeusing namespace std;cl.docx#includeiostream#includecctypeusing namespace std;cl.docx
#includeiostream#includecctypeusing namespace std;cl.docxkatherncarlyle
 

Similar a Kwp2 100107 (11)

Kwp2 100121
Kwp2 100121Kwp2 100121
Kwp2 100121
 
Proga 0608
Proga 0608Proga 0608
Proga 0608
 
Proga 0622
Proga 0622Proga 0622
Proga 0622
 
Create a java project that - Draw a circle with three random init.pdf
Create a java project that - Draw a circle with three random init.pdfCreate a java project that - Draw a circle with three random init.pdf
Create a java project that - Draw a circle with three random init.pdf
 
Kwp2 091217
Kwp2 091217Kwp2 091217
Kwp2 091217
 
Proga 0601
Proga 0601Proga 0601
Proga 0601
 
Exploring Canvas
Exploring CanvasExploring Canvas
Exploring Canvas
 
ARTDM 170, Week10: Arrays + Using Randomization
ARTDM 170, Week10: Arrays + Using RandomizationARTDM 170, Week10: Arrays + Using Randomization
ARTDM 170, Week10: Arrays + Using Randomization
 
Artdm170 Week10 Arrays Math
Artdm170 Week10 Arrays MathArtdm170 Week10 Arrays Math
Artdm170 Week10 Arrays Math
 
Creative Coding 1 - 2 Variables
Creative Coding 1 - 2 VariablesCreative Coding 1 - 2 Variables
Creative Coding 1 - 2 Variables
 
#includeiostream#includecctypeusing namespace std;cl.docx
#includeiostream#includecctypeusing namespace std;cl.docx#includeiostream#includecctypeusing namespace std;cl.docx
#includeiostream#includecctypeusing namespace std;cl.docx
 

Último

Call Girls in Perumbavoor / 9332606886 Genuine Call girls with real Photos an...
Call Girls in Perumbavoor / 9332606886 Genuine Call girls with real Photos an...Call Girls in Perumbavoor / 9332606886 Genuine Call girls with real Photos an...
Call Girls in Perumbavoor / 9332606886 Genuine Call girls with real Photos an...call girls kolkata
 
Dubai Call girls Service 0524076003 Call girls services in Dubai
Dubai Call girls Service 0524076003 Call girls services in DubaiDubai Call girls Service 0524076003 Call girls services in Dubai
Dubai Call girls Service 0524076003 Call girls services in DubaiMonica Sydney
 
Call Girls Moradabad Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Moradabad Just Call 8617370543 Top Class Call Girl Service AvailableCall Girls Moradabad Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Moradabad Just Call 8617370543 Top Class Call Girl Service AvailableNitya salvi
 
Genuine 8617370543 Hot and Beautiful 💕 Gomati Escorts call Girls
Genuine 8617370543 Hot and Beautiful 💕 Gomati Escorts call GirlsGenuine 8617370543 Hot and Beautiful 💕 Gomati Escorts call Girls
Genuine 8617370543 Hot and Beautiful 💕 Gomati Escorts call GirlsNitya salvi
 
Haridwar Call Girls, 8699214473 Hot Girls Service Haridwar
Haridwar Call Girls, 8699214473 Hot Girls Service HaridwarHaridwar Call Girls, 8699214473 Hot Girls Service Haridwar
Haridwar Call Girls, 8699214473 Hot Girls Service Haridwarranekokila
 
Hire 💕 8617370543 Auraiya Call Girls Service Call Girls Agency
Hire 💕 8617370543 Auraiya Call Girls Service Call Girls AgencyHire 💕 8617370543 Auraiya Call Girls Service Call Girls Agency
Hire 💕 8617370543 Auraiya Call Girls Service Call Girls AgencyNitya salvi
 
Models in Deira 0567006274 Deira Call girl Service
Models in Deira 0567006274 Deira Call girl ServiceModels in Deira 0567006274 Deira Call girl Service
Models in Deira 0567006274 Deira Call girl ServiceMonica Sydney
 
Dahod Call Girl 📞 8617370543 Low Price Genuine Service
Dahod Call Girl 📞 8617370543 Low Price Genuine ServiceDahod Call Girl 📞 8617370543 Low Price Genuine Service
Dahod Call Girl 📞 8617370543 Low Price Genuine ServiceNitya salvi
 
Hire 💕 8617370543 Kushinagar Call Girls Service Call Girls Agency
Hire 💕 8617370543 Kushinagar Call Girls Service Call Girls AgencyHire 💕 8617370543 Kushinagar Call Girls Service Call Girls Agency
Hire 💕 8617370543 Kushinagar Call Girls Service Call Girls AgencyNitya salvi
 
Call Girls In Amreli Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service Enjoy...
Call Girls In Amreli Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service Enjoy...Call Girls In Amreli Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service Enjoy...
Call Girls In Amreli Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service Enjoy...Nitya salvi
 
Book ☎️ 8617370543 Call Girls in Bharuch and escort services 24x7
Book ☎️ 8617370543 Call Girls in Bharuch and escort services 24x7Book ☎️ 8617370543 Call Girls in Bharuch and escort services 24x7
Book ☎️ 8617370543 Call Girls in Bharuch and escort services 24x7Nitya salvi
 
Call Girls in Kollam - 9332606886 Our call girls are sure to provide you with...
Call Girls in Kollam - 9332606886 Our call girls are sure to provide you with...Call Girls in Kollam - 9332606886 Our call girls are sure to provide you with...
Call Girls in Kollam - 9332606886 Our call girls are sure to provide you with...call girls kolkata
 
Call girls Service in Deira 0507330913 Deira Call girls
Call girls Service in Deira 0507330913 Deira Call girlsCall girls Service in Deira 0507330913 Deira Call girls
Call girls Service in Deira 0507330913 Deira Call girlsMonica Sydney
 
Unnao 💋 Call Girl 8617370543 Call Girls in unnao Escort service book now
Unnao 💋 Call Girl 8617370543 Call Girls in unnao Escort service book nowUnnao 💋 Call Girl 8617370543 Call Girls in unnao Escort service book now
Unnao 💋 Call Girl 8617370543 Call Girls in unnao Escort service book nowNitya salvi
 
Bhubaneswar🌹Call Girls Kalpana Mesuem ❤Komal 9777949614 💟 Full Trusted CALL ...
Bhubaneswar🌹Call Girls Kalpana Mesuem  ❤Komal 9777949614 💟 Full Trusted CALL ...Bhubaneswar🌹Call Girls Kalpana Mesuem  ❤Komal 9777949614 💟 Full Trusted CALL ...
Bhubaneswar🌹Call Girls Kalpana Mesuem ❤Komal 9777949614 💟 Full Trusted CALL ...Call Girls Mumbai
 
Ghansoli Escorts Services 09167354423 Ghansoli Call Girls,Call Girls In Ghan...
Ghansoli Escorts Services 09167354423  Ghansoli Call Girls,Call Girls In Ghan...Ghansoli Escorts Services 09167354423  Ghansoli Call Girls,Call Girls In Ghan...
Ghansoli Escorts Services 09167354423 Ghansoli Call Girls,Call Girls In Ghan...Priya Reddy
 
Call Girls Bhubaneswar 9777949614 call me Independent Escort Service Bhubaneswar
Call Girls Bhubaneswar 9777949614 call me Independent Escort Service BhubaneswarCall Girls Bhubaneswar 9777949614 call me Independent Escort Service Bhubaneswar
Call Girls Bhubaneswar 9777949614 call me Independent Escort Service BhubaneswarCall Girls Mumbai
 
Badshah Nagar ] Call Girls Service Lucknow | Starting ₹,5K To @25k with A/C 9...
Badshah Nagar ] Call Girls Service Lucknow | Starting ₹,5K To @25k with A/C 9...Badshah Nagar ] Call Girls Service Lucknow | Starting ₹,5K To @25k with A/C 9...
Badshah Nagar ] Call Girls Service Lucknow | Starting ₹,5K To @25k with A/C 9...HyderabadDolls
 
Bhubaneswar🌹Call Girls Rasulgada ❤Komal 9777949614 💟 Full Trusted CALL GIRLS ...
Bhubaneswar🌹Call Girls Rasulgada ❤Komal 9777949614 💟 Full Trusted CALL GIRLS ...Bhubaneswar🌹Call Girls Rasulgada ❤Komal 9777949614 💟 Full Trusted CALL GIRLS ...
Bhubaneswar🌹Call Girls Rasulgada ❤Komal 9777949614 💟 Full Trusted CALL GIRLS ...Call Girls Mumbai
 
Hire 💕 8617370543 Khalilabad Call Girls Service Call Girls Agency
Hire 💕 8617370543 Khalilabad Call Girls Service Call Girls AgencyHire 💕 8617370543 Khalilabad Call Girls Service Call Girls Agency
Hire 💕 8617370543 Khalilabad Call Girls Service Call Girls AgencyNitya salvi
 

Último (20)

Call Girls in Perumbavoor / 9332606886 Genuine Call girls with real Photos an...
Call Girls in Perumbavoor / 9332606886 Genuine Call girls with real Photos an...Call Girls in Perumbavoor / 9332606886 Genuine Call girls with real Photos an...
Call Girls in Perumbavoor / 9332606886 Genuine Call girls with real Photos an...
 
Dubai Call girls Service 0524076003 Call girls services in Dubai
Dubai Call girls Service 0524076003 Call girls services in DubaiDubai Call girls Service 0524076003 Call girls services in Dubai
Dubai Call girls Service 0524076003 Call girls services in Dubai
 
Call Girls Moradabad Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Moradabad Just Call 8617370543 Top Class Call Girl Service AvailableCall Girls Moradabad Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Moradabad Just Call 8617370543 Top Class Call Girl Service Available
 
Genuine 8617370543 Hot and Beautiful 💕 Gomati Escorts call Girls
Genuine 8617370543 Hot and Beautiful 💕 Gomati Escorts call GirlsGenuine 8617370543 Hot and Beautiful 💕 Gomati Escorts call Girls
Genuine 8617370543 Hot and Beautiful 💕 Gomati Escorts call Girls
 
Haridwar Call Girls, 8699214473 Hot Girls Service Haridwar
Haridwar Call Girls, 8699214473 Hot Girls Service HaridwarHaridwar Call Girls, 8699214473 Hot Girls Service Haridwar
Haridwar Call Girls, 8699214473 Hot Girls Service Haridwar
 
Hire 💕 8617370543 Auraiya Call Girls Service Call Girls Agency
Hire 💕 8617370543 Auraiya Call Girls Service Call Girls AgencyHire 💕 8617370543 Auraiya Call Girls Service Call Girls Agency
Hire 💕 8617370543 Auraiya Call Girls Service Call Girls Agency
 
Models in Deira 0567006274 Deira Call girl Service
Models in Deira 0567006274 Deira Call girl ServiceModels in Deira 0567006274 Deira Call girl Service
Models in Deira 0567006274 Deira Call girl Service
 
Dahod Call Girl 📞 8617370543 Low Price Genuine Service
Dahod Call Girl 📞 8617370543 Low Price Genuine ServiceDahod Call Girl 📞 8617370543 Low Price Genuine Service
Dahod Call Girl 📞 8617370543 Low Price Genuine Service
 
Hire 💕 8617370543 Kushinagar Call Girls Service Call Girls Agency
Hire 💕 8617370543 Kushinagar Call Girls Service Call Girls AgencyHire 💕 8617370543 Kushinagar Call Girls Service Call Girls Agency
Hire 💕 8617370543 Kushinagar Call Girls Service Call Girls Agency
 
Call Girls In Amreli Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service Enjoy...
Call Girls In Amreli Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service Enjoy...Call Girls In Amreli Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service Enjoy...
Call Girls In Amreli Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service Enjoy...
 
Book ☎️ 8617370543 Call Girls in Bharuch and escort services 24x7
Book ☎️ 8617370543 Call Girls in Bharuch and escort services 24x7Book ☎️ 8617370543 Call Girls in Bharuch and escort services 24x7
Book ☎️ 8617370543 Call Girls in Bharuch and escort services 24x7
 
Call Girls in Kollam - 9332606886 Our call girls are sure to provide you with...
Call Girls in Kollam - 9332606886 Our call girls are sure to provide you with...Call Girls in Kollam - 9332606886 Our call girls are sure to provide you with...
Call Girls in Kollam - 9332606886 Our call girls are sure to provide you with...
 
Call girls Service in Deira 0507330913 Deira Call girls
Call girls Service in Deira 0507330913 Deira Call girlsCall girls Service in Deira 0507330913 Deira Call girls
Call girls Service in Deira 0507330913 Deira Call girls
 
Unnao 💋 Call Girl 8617370543 Call Girls in unnao Escort service book now
Unnao 💋 Call Girl 8617370543 Call Girls in unnao Escort service book nowUnnao 💋 Call Girl 8617370543 Call Girls in unnao Escort service book now
Unnao 💋 Call Girl 8617370543 Call Girls in unnao Escort service book now
 
Bhubaneswar🌹Call Girls Kalpana Mesuem ❤Komal 9777949614 💟 Full Trusted CALL ...
Bhubaneswar🌹Call Girls Kalpana Mesuem  ❤Komal 9777949614 💟 Full Trusted CALL ...Bhubaneswar🌹Call Girls Kalpana Mesuem  ❤Komal 9777949614 💟 Full Trusted CALL ...
Bhubaneswar🌹Call Girls Kalpana Mesuem ❤Komal 9777949614 💟 Full Trusted CALL ...
 
Ghansoli Escorts Services 09167354423 Ghansoli Call Girls,Call Girls In Ghan...
Ghansoli Escorts Services 09167354423  Ghansoli Call Girls,Call Girls In Ghan...Ghansoli Escorts Services 09167354423  Ghansoli Call Girls,Call Girls In Ghan...
Ghansoli Escorts Services 09167354423 Ghansoli Call Girls,Call Girls In Ghan...
 
Call Girls Bhubaneswar 9777949614 call me Independent Escort Service Bhubaneswar
Call Girls Bhubaneswar 9777949614 call me Independent Escort Service BhubaneswarCall Girls Bhubaneswar 9777949614 call me Independent Escort Service Bhubaneswar
Call Girls Bhubaneswar 9777949614 call me Independent Escort Service Bhubaneswar
 
Badshah Nagar ] Call Girls Service Lucknow | Starting ₹,5K To @25k with A/C 9...
Badshah Nagar ] Call Girls Service Lucknow | Starting ₹,5K To @25k with A/C 9...Badshah Nagar ] Call Girls Service Lucknow | Starting ₹,5K To @25k with A/C 9...
Badshah Nagar ] Call Girls Service Lucknow | Starting ₹,5K To @25k with A/C 9...
 
Bhubaneswar🌹Call Girls Rasulgada ❤Komal 9777949614 💟 Full Trusted CALL GIRLS ...
Bhubaneswar🌹Call Girls Rasulgada ❤Komal 9777949614 💟 Full Trusted CALL GIRLS ...Bhubaneswar🌹Call Girls Rasulgada ❤Komal 9777949614 💟 Full Trusted CALL GIRLS ...
Bhubaneswar🌹Call Girls Rasulgada ❤Komal 9777949614 💟 Full Trusted CALL GIRLS ...
 
Hire 💕 8617370543 Khalilabad Call Girls Service Call Girls Agency
Hire 💕 8617370543 Khalilabad Call Girls Service Call Girls AgencyHire 💕 8617370543 Khalilabad Call Girls Service Call Girls Agency
Hire 💕 8617370543 Khalilabad Call Girls Service Call Girls Agency
 

Kwp2 100107

  • 1.
  • 2.
  • 3.
  • 4.
  • 5. // void setup(){ size(400,400); fill(31,127,255); noStroke(); } void draw(){ background(0,0,25); ellipse(mouseX, mouseY, 40, 40); }
  • 6.
  • 7.
  • 8. void setup(){ size(400,400); fill(31,127,255); noStroke(); } void draw(){ background(0,0,25); ellipse(mouseX, mouseY, 40, 40); ellipse(width-mouseX, mouseY, 40, 40); }
  • 9.
  • 10. void setup(){ size(400,400); fill(31,127,255); noStroke(); } void draw(){ background(0,0,25); ellipse(mouseX, mouseY, 40, 40); ellipse(width-mouseX, mouseY, 40, 40); ellipse(mouseX, height-mouseY, 40, 40); ellipse(width-mouseX, height-mouseY, 40, 40); }
  • 11.
  • 12.
  • 13.
  • 14. // boolean pressed = false; void setup(){ size(400,400); fill(31,127,255); noStroke(); } void draw(){ background(0,0,25); // if(pressed){ ellipse(mouseX, mouseY, 40, 40); } } // void mousePressed(){ pressed = true; } // void mouseReleased(){ pressed = false; }
  • 15.
  • 16.
  • 17. // boolean pressed = false; void setup(){ size(400,400); fill(31,127,255); noStroke(); background(0,0,25); } void draw(){ // if(pressed){ ellipse(mouseX, mouseY, 40, 40); } } // void mousePressed(){ pressed = true; } // void mouseReleased(){ pressed = false; }
  • 18.
  • 19.
  • 20. boolean pressed = false; void setup(){ size(400,400); fill(31,127,255); noStroke(); background(0,0,25); } void draw(){ if(pressed){ ellipse(mouseX, mouseY, 10, 10); ellipse(width-mouseX, mouseY, 10, 10); ellipse(mouseX, height-mouseY, 10, 10); ellipse(width-mouseX, height-mouseY, 10, 10); } } void mousePressed(){ pressed = true; } void mouseReleased(){ pressed = false; }
  • 21.
  • 22. boolean pressed = false; void setup(){ size(400,400); noStroke(); background(0,0,25); } void draw(){ if(pressed){ fill(31,127,255,100); ellipse(mouseX, mouseY, 10, 10); fill(255,31,127,100); ellipse(width-mouseX, mouseY, 10, 10); fill(31,255,127,100); ellipse(mouseX, height-mouseY, 10, 10); fill(31,255,255,100); ellipse(width-mouseX, height-mouseY, 10, 10); } } void mousePressed(){ pressed = true; } void mouseReleased(){ pressed = false;
  • 23.
  • 24. boolean pressed = false; int count; void setup(){ size(400,400); noStroke(); colorMode(HSB,360,100,100,100); background(0); } void draw(){ if(pressed){ fill(count%360,80,80,20); ellipse(mouseX, mouseY, 20, 20); ellipse(width-mouseX, mouseY, 20, 20); ellipse(mouseX, height-mouseY, 20, 20); ellipse(width-mouseX, height-mouseY, 20, 20); } count = count + 1; } void mousePressed(){ pressed = true; } void mouseReleased(){ pressed = false;