Home > Back-end >  C language war plane
C language war plane

Time:09-15

Int BoomDraw ()
{
BeginBatchDraw ();
for(int j=0; j{
If (enemy [j]. Journal of UN. Type==SMALL)
{
Putimage (enemy [j]. J x, enemy [j]. J y, & amp; Image. B [1], NOTSRCERASE);
Putimage (enemy [j]. J x, enemy [j]. J y, & amp; Image. B [0], SRCINVERT);
Enemy [j]. Journal of flag=false;
break;
}
Else if (enemy [j]. Journal of UN. Type==MIDLLE)
{
Putimage (enemy [j]. J x, enemy [j]. J y, & amp; Image. B [3], NOTSRCERASE);
Putimage (enemy [j]. J x, enemy [j]. J y, & amp; Image. B [2], SRCINVERT);
Enemy [j]. Journal of flag=false;
break;
}
Else if (enemy [j]. Journal of UN. Type==BIG)
{
Putimage (enemy [j]. J x, enemy [j]. J y, & amp; Image. B [5], NOTSRCERASE);
Putimage (enemy [j]. J x, enemy [j]. J y, & amp; Image. B [4], SRCINVERT);
Enemy [j]. Journal of flag=false;
break; Enemy [j]. Journal of flag=false;
}
continue;
}
EndBatchDraw ();
return 0;
}
Bosses help see off the plane after the explosion of the decision but the bullet in the war sometimes enemy planes explosion
  • Related