AlexArroyoDuque Posted February 19, 2014 Share Posted February 19, 2014 I would add a trail to a sprite when a movement starts. It is very typical in many games. A kind of blur path is displayed. greetings! Link to comment Share on other sites More sharing options...
rich Posted February 20, 2014 Share Posted February 20, 2014 Probably using a RenderTexture (or BitmapData) - draw your sprite to it, allow it to carry on drawing and start cleaning frames up after yourself. There is no automatic way to do it, you'll have to code it up yourself. Link to comment Share on other sites More sharing options...
AlexArroyoDuque Posted February 20, 2014 Author Share Posted February 20, 2014 Thank you very much. One more task to my list. Link to comment Share on other sites More sharing options...
LuckieLordie Posted February 21, 2014 Share Posted February 21, 2014 Can I ask if you managed to achieve this effect? It's something I need to do today so I'd like to know your technique Many Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts