How to declare an array of sprite using construct classic ?
for example using java
String[] arrSprite = {man, woman, monster, kid}; Just look like this.
Because I want to spawn sprites randomly. I know there is another way but I want to do it in this way. Is it possible ?