Finds all of the stamps with a given name.
This is a powerful function if you want all of your stamps of a given type to behave in complex ways. It's especially useful with the forEach method, which calls your custom function using each of the stamps in an array.
For example, this code adds an apple wherever you tap, and makes any apple on the screen rotate.