i am having a problem and i am not able to make you understand what problem am i having .plz try to understand
i want if both the keys are pressed together than a output will be give by greenfoot.but its not working . plz tell me how will i fix it
if(Greenfoot.isKeyDown("p"+"e"))
{
move(4);
}

