Well - I have a timer function, but I can't seem to make it work correctly - this is just a part of my sketch, I am doing smaller blocks to get everything to work - any help would be greatly appreciated! Cheers!
I have this code, but I cannot get the timer to work or the second bell to sound in mouseReleased, and if I bump it up into void draw, all events happen at the same time -- (am brand new to this) Any help would be great - thank you!
int passedTime;
int savedTime15;
int totalTime15 = 5000; //(currently set for 5 second test)9000000;
void setup()
int savedTime15 = millis();
void draw()
int passedTime = millis() - savedTime15;
totalTime15 = millis() + 5000; //set for 5 second test