Trying to do a shadow for an object that is flying.
I want the shadow to be higher than the object at the top of the layout, then below it at the bottom.
Does this formula sound about right?
Caster.X-(((LayoutWidth/2)-Caster.X)*0.25)
Caster.Y-(((LayoutHeight/2)-Caster.Y)*0.25)