This site requires JavaScript, please enable it in your browser!
Greenfoot back

tylers's Comments

Back to tylers's profile

tylerstylers

2012/12/22

this is the error: java.lang.NullPointerException at BeginWorld.textFieldIsDoneWithText(BeginWorld.java:128) at TextField.addInput(TextField.java:102) at TextField.act(TextField.java:93) at greenfoot.core.Simulation.actActor(Simulation.java:565) at greenfoot.core.Simulation.runOneLoop(Simulation.java:523) at greenfoot.core.Simulation.runContent(Simulation.java:213) at greenfoot.core.Simulation.run(Simulation.java:203)
tylerstylers

2012/12/22

when you get your password wrong 3 times it crashes when you reset.
can you publish the source please?
I might re-write this sernario soon, im open for ideas :D
could we have the source?
tylerstylers

2012/12/15

you might want to make the world wider and make the patty move quicker. look at my game called zombie attack ,for some ideas, at this link: http://www.greenfoot.org/scenarios/4213
tylerstylers

2012/12/14

fixed the score problem. add this to the world class. public int timer =0; public void act(){ if(timer>=100){ score = getScore()+1; scorer.updateScore(score); timer =0; }else{timer++;} }
could we see source?
arrow? what arrow?