Hi,
Just a quick question on using sprites…
I have a requirement where I have a man walking along the screen (manSprite) and if he collides with something it shows him being hurt(hurtSprite)…
I have achieved what I want by using two sprite instances…
one for the ‘manSprite’ and one for the ‘hurtsprite’… basically I listen for a collision and hide one sprite and show the other…
my question is… is it possible to use the same sprite instance, without using two? ie when a collision happens… still use the walking instance and change the image?
I hope that makes sense
Thanks [import]uid: 67619 topic_id: 16650 reply_id: 316650[/import]