HTML and CSS Reference
In-Depth Information
}
else {
matched = false;
}
firstpick = true;
setTimeout(flipback,1000);
}
}
}
function flipback() {
var card;
if (!matched) {
deck[firstcard].draw();
deck[secondcard].draw();
}
else {
ctx.fillStyle = tablecolor;
ctx.fillRect(deck[secondcard].sx,deck[secondcard].sy,deck[second
card].swidth,deck[secondcard].sheight);
ctx.fillRect(deck[firstcard].sx,deck[firstcard].sy,deck[firstcar
d].swidth,deck[firstcard].sheight);
deck[secondcard].sx = -1;
deck[firstcard].sx = -1;
Search WWH ::




Custom Search