This is only the GUI, I understand why the console give me that's errors, can someone help me, the link is : http://rapidshare.com/files/11843848/TragamonedasV0.8.rar
this code are the problem, i think:
//determinates the visible panels
int PanelVisible(){
int i;
for(i=1;i<38;i++){
if((i>3&&i<16)||(i>16&&i<22)||(i>22&&i<28)||(i>22&&i<24)||(i>23&&i<25)||(i>24&&i<26)||(i>25&&i<27)||(i>26&&i<28)||(i>29&&i<31)||(i>31&&i<38))
continue;
if(pnlPaneles.isVisible())
break;
}
return i;
}
and
//check if on a range of panels, some are visible
int estaVisible(int start, int end){
int i=0;
for(i=start;i<=end;i++)
if(pnlPaneles.isVisible())
break;
return i;
}
Help me plz i Need it
PD: mi email, to msn is ajec89@gmail.com, sorry I speak spanish , i write better i can
Message was edited by:
iTzAngel