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.
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.
Scrolling goes way too far
Scrolling the command list and the charset thumbnails in the rpgSprite editor tends to scroll all the way to the top or bottom. This is caused by their unload() code not being called by Flash reliably, which causes scroll event listeners to stack. This means that when you scroll down, the scrolling effect gets applied multiple times.
|