Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
Hero.prototype.moveTale = function() {
if (this.moveCount == 3) {
for (var j = 0, maxJ = this.tales.length; j<maxJ; j++) {
if (j == 0) {
this.tales[j].moveTo(this.body.position.x, this.body.position.y, 5);
}
else {
this.tales[j].moveTo(this.tales[j - 1].position.x, this.tales[j - 1].position.y, 5);
}
}
this.moveCount = 0;
}
this.moveCount += 1;
}
this.moveCount == 3
? Что значит тройка?var target = j ? this.tales[j - 1] : this.body;
this.tales[j].moveTo(target.position, 5);
moveTo
для элементов будут вызываться каждый третий кадр. if (document.documentElement.addEventListener) {
document.body.addEventListener('keydown', handlers.keyDown);
document.body.addEventListener('keyup', handlers.keyUp);
}
else {
document.body.attachEvent('keydown', handlers.keyDown);
document.body.attachEvent('keyup', handlers.keyUp);
}
У нас много файлов. В идеале все нужно обфусцировать и закинуть в один файл.
Notification codes: (1, MALWARE, phishing, Hosted on IP controlled by a group or individual known to be malicious. Identified as a phishing or spam-related site., BLOCK-MALWARE, Fri, 25 Jan 2013 13:55:15 EST, lyashenko-inc.in.ua/projects/snake_dev_mode/upload.rar)
Physics Snake. С нуля. Часть первая