fix sounds

This commit is contained in:
James B. Pollack 2015-11-18 16:35:28 -08:00
parent 52582e130a
commit 670cca4eb7

View file

@ -218,7 +218,6 @@
if (this.hasArrowNotched === false) {
this.playArrowNotchSound();
this.playStringPullSound();
this.hasArrowNotched = true
this.arrow = this.createArrow();
print('NOTCH ARROW' + this.arrow);
@ -492,6 +491,8 @@
} else if (this.triggerValue >= DRAW_STRING_THRESHOLD && this.stringDrawn === false) {
// print('HIT START LOOP IN CHECK')
this.playStringPullSound();
//the first time aiming the arrow
this.stringDrawn = true;
this.createStrings();