I have a tk2dsprite that is showing correctly inside a gameobject at runtime, but I would like to change the Sprite to another image in the same collection at runtime. Is this possible, an if so…how?
Personally i would simply create an animation of the two sprites, this would allow you to call the animation when nessecary within your code which in turn would change your sprite.