I think I got rid of most of the major issues, but there are still a couple minor annoyances.
I'll fix them when I get around to it.
Commands get pasted backwards:
This occurs when you load a saved level and try to copy & paste an rpgSprite's commands. It doesn't occur for newly-created commands, so I suspect there's a peculiarity in the way the array is loaded from the file.
Cannot wait for music fades:
If you tell the background music to fade-in or fade-out, the wait command is supposed to be able to wait for the fade to finish before continuing. However that doesn't work for some reason. Instead, it'll just wait indefinitely. Music fades work fine. Waiting for other stuff works fine. But waiting for music does not work.
|