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

Report as inappropriate.

jeniyeh
jeniyeh presents ...

2012/5/29

CatchMe

No description.

1531 views / 10 in the last 7 days

Tags: game demo

Your browser does not support the canvas tag.
jeniyehjeniyeh

2012/5/29

if anyone can please help me and tell me how to get the boy to slow down when he eats a pizza. this is my first time using greenfoot and i have to deliver this game by the end of this week :/ i tried overriding move(), i used this : public void move(int speed) { double angle = Math.toRadians( getRotation() ); int x = (int) Math.round(getX() + Math.cos(angle) * speed); int y = (int) Math.round(getY() + Math.sin(angle) * speed); setLocation(x, y); } and i set speed to be 2.0, but it is still going at the same speed, i'd really appreciate it if someone can help me out
jeniyehjeniyeh

2012/5/29

and also, the game was supposed to give a score at the end, it was working in greenfoot but here and in the .jar file it's not
YomanYoman

2012/5/30

i love the scream

Want to leave a comment? You must first log in.

Who likes this?

No votes yet.