Hi. I use the warp effect for a few sprites in my project.
The problem with it, and other distortion effects, is that when the camera moves the parameters are changed and it looks weird.
I've manage to change that for the warp effect by modifying the xml file and changing the "extend-box" from 25 to 0, like this:
<extend-box-horizontal>0</extend-box-horizontal>
<extend-box-vertical>0</extend-box-vertical>
The problem is that this works for sprites that have their Opacity=100. If their opacity is less than 100 it won't work anymore.
I am referring to the opacity of the sprite in the Properties tab (Common > Opacity)
Do anyone know any solution for this ?
streamable.com/60r5n
Example File:
dropbox.com/s/h19jbyulha33mz4/warpEffect_exp2.capx