Interpolate change image?
GamersRejoice
Member Posts: 817
Like the title says, is it possible to use the change image behavior and have it interpolate so I could fade the new image in? Any ideas as to how I could do this without creating new actors if it isn't possible?
Comments
Create Actor Attribute
Constrain self.image to picture-(self.counter).png
Then, you can make self.counter a number... like frames in an animation.
--------
If the actor doesn't move, you can also try using particles. When the particle fades in, change the image underneath, and then stop the particle.