Hi all,
I am trying to find a way to pick all sprites that share the same instance variable. These sprites will have different names but the instance variable string will be identical.
The reason I would like to do this is so I can use a function to pick all sprites with this variable and modify them.
Is this something I can do? Or am I going about this in the wrong way?