Page 426 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 426

{
                                            //alert("My  father and  his  father  did");
                                            console.log('a')

                                            break;
                                       }


                                 case  83:  //s
                                       {
                                            //alert("I'm Assassin");
                                            clickevent(13);
                                            console.log('s')
                                            break;
                                       }


                                 case  68:  //d
                                       {
                                            //alert("Assassin's  Creed  :  revelation");

                                            console.log('d')
                                            break;
                                       }


                                 case  88:  //x
                                       {
                                            //alert("君が知らない物語");
                                            console.log('x')
                                            break;
                                       }
                                 case  13:
                                       {
                                            if  (state)  {
                                                 $("#control").click();  //start,  stop  버튼  클릭
                                            }
                                            console.log("enter");
                                            break;

                                       }
                                 default:
                                       break;


                            }
                       })



                                                         -  419  -
   421   422   423   424   425   426   427   428   429   430   431