how do you control Clara the ladybug to move, turn right, turn left, turn around by clicking on arrow keys?
I was given a command Greenfoot.isKeyDown( String )and setDirection( String ), and move( int )
how do control the ladybug to move accordingly by clicking on arrow keys?