Hey I'm really new to processing and I'm trying to merge 2 bits of code, they both run separately but I can't figure out what I am doing wrong when I put them together? Any help would be much appreciated.
here's each code:
//import processing.opengl.*;
PFont displayFont; //font
//PImage bg;
int fullScreenX = 825;//screen dimensions
int fullScreenY = 617;
int padding = 150;
int numBugs = 200;//number of bugs, people on social group
int bugSize = 1;
bug[] bugs;//declare array
String bugCounter = "bug";
float milliTick = 1500; //stand in for heart rate info