Array of animations

I think I know what the problem was. Since I was having an issue with downloading the game to the PyGamer, I thought about trying again. So I created a new repo in GitHub, installed all the required extensions, and then copied the entire javascript from the old to the new game. In the old game, the variables were declared as arrays of animations (which of course is Image[][]). I think when pasting the javacript, blocks had no way of knowing what the block element is, and creates whatever it should be. I know that the blocks is one big xml file. I just redefined the arrays again, in block code, and everything is fine again. Here is the latest version:

2 Likes