Page 93 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 93
{
sub1_1L;
lv_L;
delayRL;
STOPD;STOPC;STOPG;
lv_SP;
}
else if(room==1) //2번방
{
sub1_2R;
lv_R;
delayRL;
STOPD;STOPC;STOPG;
lv_SP;
}
else if(room==2) //3번방
{
sub2_1L;
lv_L;
delayRL;
STOPD;STOPC;STOPG;
lv_SP;
}
else if(room==3) //4번방
{
sub2_2R;
lv_R;
delayRL;
STOPD;STOPC;STOPG;
lv_SP;
}
else if(room==4) //5번방
{
sub3_1L;
lv_L;
delayRL;
STOPD;STOPC;STOPG;
lv_SP;
}
else if(room==5) //6번방
{
sub3_2R;
lv_R;
delayRL;
STOPD;STOPC;STOPG;
lv_SP;
- 86 -