Well, I am making this toy that includes shadows. The shadow is really hard to make, cause i want it to get smaller when the ball goes up and it bigger when the ball goes down. I did this
<when green flag clicked>
<forever>
<set size to( <abs( y postition of sprite1 )%>
I tried to fix it but it does not work, please help.
Offline
You almost did it, but you made it in reverse.
Offline
Instead of abs, do "0 - (y position of sprite 1)"
Also after that you may need to do some tweaking with division to make it look better.
Offline
Offline