Hi I'm just new to unity3d. Just want to know how to make this possible with the help from you. ![Smile :) :)]()
1.) First, the hero_sprite1 remain unchanged when not in collision with the circle_object.
see image below:
2.)When the circle_object collides with the hero_sprite1, it changes to hero_sprite2.
see image below:
3.) Finally, after the collision, the hero_sprite2 will return back to hero_sprite1....
Sprite will change whenever it collides with a certain imageObject. HELP!

1.) First, the hero_sprite1 remain unchanged when not in collision with the circle_object.
see image below:
![[IMG]](http://i62.tinypic.com/2hzsmkn.jpg)
2.)When the circle_object collides with the hero_sprite1, it changes to hero_sprite2.
see image below:
![[IMG]](http://i60.tinypic.com/2cr3qrs.jpg)
3.) Finally, after the collision, the hero_sprite2 will return back to hero_sprite1....
Sprite will change whenever it collides with a certain imageObject. HELP!