Is this possible?
So, for example, what if I wanted each created "MySprite" to have a defaulted set of values in its own array instance? is this possible? Can These things maybe be put into the "container" functionality?
Thanks!
Using a Container is the usual way to do this.
Develop games in your browser. Powerful, performant & highly capable.
Follow up, sorry I'm not at a pc with c2 currently,
How do I "pick" the dictionary object? If I have only the target instance picked, will C2 be able to figure out that the dictionary I'm referencing is the one contained in the picked sprite?
Yes, and that is most of the magic that comes with the containers functionality !
Very cool! Thanks all!