Hey,
dropbox.com/s/ps32lhlv9tdf2hz/exploding_asteroid.capx
I want to know how do I make sprites explode & fade out upon collision,
What I'm trying to do is have a bullet object collide with a platform &/or player and trigger its "Explode" animation. Once its done fading the sprite will destroy.
Thanks
Develop games in your browser. Powerful, performant & highly capable.
Check the origin points on all the frames of the 'Explode' animation. They're all over the place.
<img src="https://dl.dropboxusercontent.com/u/8367729/construct/pics/originPoints.PNG" border="0" />
Thanks man it works now!