How do I use arrays and sprite data?

Hello again, for my game i need to make a battle system similar to pokemon. Basically i need an array with sprites, and then store information using sprite data. After i do that i create a sprite from the array randomly and use the correct information for it.

I found a way to do this, but the problem is… it’s really inefficient and not scalable.

I’m not entirely sure how to do this system properly so any advice helps a lot!

Project: https://arcade.makecode.com/S52312-19611-53900-89153

2 Likes

since this post was made i’ve been working on it some more. It’s still the same system just fleshed out. (the menu is wip)

Does this help? :sweat_smile:

1 Like