Assuming you are shooting from bottom of the screen to the top.
You can decrement the Size of the Ball as the Y Axis changes....
Example:
[quote:20qmfwhs]
Every Tick:
Ball.Y=Ball.Y - 1
Ball.Scale = Ball.Scale - Ball.Y
The above is just the pseudo code. You might have to translate it into Construct 2 formulas.