After an object goes missing and to fix the path for it in the map editor, you can't edit the map anymore until you refresh the page (or possibly just close the map and reopen it).
Tab two or more of the same lines that are on the same tab. It won't do what you want it to do.
When creating a new icon or icon state, the enter key doesn't submit the form.
Transform doesn't update changed values unless clicked out of box.
Undoing a transform will make your image disappear.
Some days ago I tried to use localStorage to store a value on clients (their last played account name). It works well on single-player, but for some reason it isn't working on multiplayer.
<code>Mob
onLogin()
var lastName = this.client.getLoc ...
Before, I edited the code of some Skin Elements which existed on the Interface, like this:
from: Interface/Subject_Input
to: Interface/Inputs/Subject_Input
I had 3 more inputs which were also edited.
When I updated, one of them stayed at the Interfac ...
I recently coded an Object on my game, and made it so it's size changes when it's created -onNew()-: this.setScale(3, 3, 'smooth')
It worked pretty well on single-player, nevertheless when I tested it on multiplayer it wouldn't appear on it's original ...
Two important bugs I have recently found