Lines Matching full:currentframe
1287 this.currentFrame = 0;
1419 this.currentFrame = 0;
1438 this.draw(this.currentAnimFrames[this.currentFrame], 0);
1443 this.currentFrame = this.currentFrame ==
1444 this.currentAnimFrames.length - 1 ? 0 : this.currentFrame + 1;
1488 this.draw(this.currentAnimFrames[this.currentFrame], 0);
1490 if (this.currentFrame == 1) {