Let's say I want to make my sprite scale getting larger by calling a function.
I know that I can just simply set my sprite's scale to current scale plus one, but what if i have three different sprites that can use the same function? How do I achieve it in my code?
Thanks.