at least one valuable data, return func EATING
const data = pollyData[Math.floor(Math.random() * pollyData.length)];
if(data.compCell.x > data.dest.x){
setTimeout(function move(){
moveAside(data.compChecker,speed,-1);
distance+=speed;
distance < maxDistance ? requestAnimationFrame(move) : null;
toggleCompStep(status);
togglePlayerStep(status);
}, delay);
};
if(data.compCell.x < data.dest.x){
setTimeout(function move() {
moveAside(data.compChecker,speed,1);
distance+=speed;
distance < maxDistance ? requestAnimationFrame(move) : null;
toggleCompStep(status);
togglePlayerStep(status);
}, delay);
};
};
// return pollyData[Math.floor(Math.random() * pollyData.length)]; // returns either all the neccessarey data for eating or undefined, means no data
}
eatinPlaya(cellSize,0,data.delta,data.delay,data.status,actions.moving.moveAside);
Ещё одно нарушение правил вопросов и ты точно в РО
Обсуждают сегодня