Hi,
i was making a simple game. After i put this code in, it jumps perfectly, however, if i hold down the space bar, my actor goes right up and when i let go, it comes back down again. Can anyone help with making the actor doing even jumps?


1 | if (Greenfoot.isKeyDown( "space" ) && onPlatform()) |