三国志源代码
xiexie 什么东西?不是会个游戏吧? 楼主请 详细说明一下! <P>这么厉害难道是三国游戏的代码,不知道是第几版的?</P> thank you 楼主?怎么用呀?看源程序可以!但是可以运行吗? thanks a lot!! xiexie!! 不会是真的吧!!!!!!!!!! if (strcmp(work,"其它")==0){
for(;;)
if (m>x+50 && m<x+150)
{
if (j>1 && n>y-75 && n<y-50) {if (buttons==1) midhero=temp;if (buttons==2) midhero=0;}
if (j>2 && n>y-50 && n<y-25) {if (buttons==1) midhero=temp;if (buttons==2) midhero=0;}
if (j>3 && n>y-25 && n<y) {if (buttons==1) midhero=temp;if (buttons==2) midhero=0;}
if (j>4 && n>y && n<y+25) {if (buttons==1) midhero=temp;if (buttons==2) midhero=0;}
if (j>5 && n>y+25 && n<y+50) {if (buttons==1) midhero=temp;if (buttons==2) midhero=0;}
if (j>6 && n>y+50 && n<y+75) {if (buttons==1) midhero=temp;if (buttons==2) midhero=0;}
if (j>7 && n>y+75 && n<y+100) {if (buttons==1) midhero=temp;if (buttons==2) midhero=0;}
if (j>8 && n>y+100 && n<y+125) {if (buttons==1) midhero=temp;if (buttons==2) midhero=0;}
if (buttons==1 && m>x+60 && m<x+90 && n>y+125 && n<y+150)
{back=1;for(k=1;k<9;k++) actionhero=0;for(k=1;k<9;k++) if (midhero!=0) actionhero=midhero;back=1;break;}
if (buttons==1 && m>x+110 && m<x+140 && n>y+125 && n<y+150) {back=0;break;}
}
}其中部分……