Title. I want to add to a variable every "x" seconds. Basically, this is what I want:
var count; function draw() { //... count.count(); } fun