Heart Lives
Hello,
Currently I have an actor that displays the number of lives of my hero using the Display Text behavior. I want to hearts or some image instead of that. Any ideas?
Thanks,
Michael
Currently I have an actor that displays the number of lives of my hero using the Display Text behavior. I want to hearts or some image instead of that. Any ideas?
Thanks,
Michael
Comments
Make a Rule
When 'lives' = 1, change attribute (heart.positionX & heart positionY) to (where you want it to appear)
Another Rule
When 'lives' = 2, replicate 'heart' to (position where you want)
and so on...
Hope it helps!