Make a for loop and put the texture drawing macro inside the loop body. Depending on what you are doing, you can then procedurally generate screen coordinates, or simply pull them out of a precomputed array or something like that. Let’s say you are trying to draw three hearts. You will probably have an integer that contains this number. Make your loop max index reflect that integer. Then simply do math as needed to determine screen position.