What is wrong with this code?
To clarify, the AnimArray variable is an array of the 5 most important animations in my game.
What is wrong with this code?
To clarify, the AnimArray variable is an array of the 5 most important animations in my game.
You cannot change the color of an array of images (array of images == animation block) so you must iterate over every frame in the animation individually.
For example:
Yours would have more if statements, etc. but it will still have a nested for loop like this.
how do you change the “value” in the for element blocks to something else (like the image variable [variable???] in the example)
Right click the “value” variable drag-out thingy:
You can choose for it to be an existing variable or rename it. Note that this list isn’t sorted for some reason and doesn’t look as nice…not sure why.
OK