#Sprite 2d array

1 messages · Page 1 of 1 (latest)

eternal zenith
#

what kind of sprite is it?

#

like how have you spliced it

indigo girder
#

aight so what i did is create a little face in photoshop, go to the sprite settings and change the sprite mode to multiple

#

then i open sprite editor and splice it into a 5x5 grid

#

i want to be able to acsess the indivisual spliced sprites to slap onto a square and create a puzzle rearanging type of game

eternal zenith
#

ahh i see

#

so your going to want to make a 2d array and then populate that with a for loop with the spliced images. You have to first make all the images into different objects though.

indigo girder
#

oooh

#

so i just have to duplicate all of the spliced into a folder

#

then i can use them

#

thx