Hello,
im refining a game i made a while back, and i would love to have an actor, when it exceeds 35 degrees then switch to an image.
I know how to switch images, but i just need the code, in an if... thing. you know the blue one.
(try as hard as you can to not act like a total noob programmer in future posts, toasty)
if (Greenfoot.isKeyDown("left"))
{
setLocation(getX()-4,getY());
turn(-1);
}
