Hello guys!
I have this game, in wich you earn itens based on the amount of points you have. Those items are displayed at the bottom of the screen, side by side.
For example, player has earned 30 little ores, they are all displayed at bottom of the screen.
Problem is, I cannot think an easier way to do this. Let's say that he has 20 ores... Am I suposed to create 20 events for it?
My game is using a resolution of 800x600. The variable that controls the amount of items that the player won so far is called "Points".
To summarize, what I want to do is something like this:
For each point on "Points", spawn object "Ore2" at position Ore1 + 10 pixels, then, repeat until 30.
Glad if you could help!