Page 425 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 425
printResult();
}
}, 100);
} else { //reset
a.reset();
b.reset();
c.reset();
this.innerHTML = "Start";
}
});
/*function senddata() {
var data = {UID : UID, Nick : Nick, Money : Money};
data = JSON.stringify(data);
$.ajax({
type : "POST",
url: "/GameDone",
data: data,
dataType: 'json',
success : function(){console.log("SUCCESS!!");}
});
}*/
});
slot - keycontrol.js (슬롯머신 키 제어 소스)
$(document).ready(function() {
console.log('key');
$(document).keydown(function(event) {
console.log("test");
switch (event.which) {
case 87: //w
{
//alert("My name is Azio Aditore");
console.log('w')
break;
}
case 65: //a
- 418 -