Hi
Am trying to make a game like flappy bird(kind of).I have given the behaviour as platform with speed 0 and remaining values as default.when am controlling the bird in the middle of the layout its working okay but when the bird gradually coming down its getting difficult to control it i mean i have to give more clicks to bring it up and again when the bird is in the middle of the layout when i give one click its moving to greater height...how can i fix this and make the bird movement same all over the layout....
This is the expression i used
on mouse click--->bird--set platform vector Y to birdY-1000