I'm sure this will be cake for the Java linguists?
I have a vertical score bar and have read and benefited from the many posts on score bar creation. Thank you thank you
What I'm stuck on: my little creature collects food and I want to represent this visually as a vertical pile of stacking food.
I can link the image to the increasing score bar but what I can't figure out how to do is write the expression to add another image for every, for example, 10 points.
This would result in an increasing stack of food items.
The concept would be, "for every 10 points create an image (on top) moved proportionally upwards with the increasing score bar"
And what event to monitor this-compare value, every tick...?
Any pointers appreciated. Thanks, Ed