I'm trying to make an object "store" other objects, for which I'm using an array.
So far it works, objects come in and out. But I have a couple problems with it =/
1st, I wanna store a 2nd value with each object (in this case HP) and i don't know how to set or call for the Y of the X the stored objects are using. Maybe i'm doing it all wrong.
The way I made it, is that each objects uses the "push front" action. maybe I need to check for unused spots or something D:
And 2nd; for some reason that's making me wanna kill myself; when the 4 stored objects are the same type, it just doesn't work =(
My CAPX