Hello,
I recently tried the tutorial 6 about the rocket thingy. I tried to make it move with this code on the rocket class " if(Greenfoot.isKeyDown("up")){
move(1);
} "
All i get is the rocket move sideways instead of forward. How do i get it to move forward?