View Single Post
  #2 (permalink)  
Old 02-03-2008, 09:41 PM
geork's Avatar
geork geork is offline
Member
 
Join Date: Jan 2008
Posts: 14
geork is on a distinguished road
to be specific i typed:
class Success extends GameScreen1 {
String setText(){
return score +1;
}
}
and it said i wasn't allowed to use a simple +1, what should i do?
Reply With Quote