diff --git a/apps/aptsciclk/app.js b/apps/aptsciclk/app.js index b060541b5..6dbad3654 100644 --- a/apps/aptsciclk/app.js +++ b/apps/aptsciclk/app.js @@ -144,6 +144,7 @@ var curWarning = Math.floor(Math.random() * (maxWarning+1)); function buttonPressed(){ if (curWarning < maxWarning) curWarning += 1; else curWarning = 0; + g.reset(); buttonImg = getImg("butPress"); g.drawImage(buttonImg, 0, 0);