Indicization of N objects

Hello,
I have N objects (ex. Sprite1, Sprite2, …, Spritej, …, SpriteN). Is it possible to indicize them, i.e. refer to the kth element of the series by an index i=k (i.e. Spritek) in the set of the instructions?
Thank you.

put the sprite components into a list then you can get the kth element from the list, which is Sprikek
see also How to work with the advanced features
Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

Thank you very mutch.