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

Venbha's Comments

Back to Venbha's profile

Nice I got 485
Could you add this code for its movement MouseInfo pointer = Greenfoot.getMouseInfo(); if(pointer != null) { int mouseX = pointer.getX(); int mouseY = pointer.getY(); turnTowards(mouseX, mouseY); int button = pointer.getButton(); if(button == 1) { move(20); } }
nice!!
sorry its turn or switch IMAGE
Hmm so for the color switch do you make them turn or switch
Satisfying So, you just place it like block in a pattern and make them turn toward your mouse using Greenfoot.getMouseInfo() ?
Merry christmas and a happy new year
Yes Nice but one thing.. gets slowed down after a while and then gets fast again
VenbhaVenbha

2018/10/5

Nice! But could improve speed while jumping, because it doesn't land where i want it to