I want to make a program for twister and I have an actor for the color and one for the hand/foot. There is a problem because if I put the same command ( if(Greenfoot.getKey()=="enter") ) in the code of both actors, the second one does something only if I'm holding the key pressed and only after few seconds.

