i've got another question, how do i compile a game that it's made fo a mobile phone to a pda? is there anything in special i need to do?
Thanks
public Jogo(Inicio ini){
super(true);
iniciar = ini;
luzimg = new Image[25];
try{
Sel = Image.createImage ("/selector.png");
back = Image.createImage ("/back2.png");
for(int i=0;i<luzimg.length;i++){
luzimg[i] = Image.createImage ("/luzesSpr.png");
}
}catch(IOException ex){
ex.printStackTrace();
}
}
Users browsing this forum: No registered users and 1 guest