Open GoogleCodeExporter opened 8 years ago
This is by design. The Pause button is to pause the action, not stop it. I
haven't implemented the Stop button yet, which will reset things, but it's on
the to-do list.
Original comment by masonwhe...@gmail.com
on 9 Nov 2010 at 1:07
Ok, sounds good. Just remember that if:
1) the user presses the animate button
2) events move around
3) the pause button is then pressed
4) and the user selects an event that moved
-> this will change that event's starting map coordinates. This could result in
unwanted changes by accident on part of the user. That's the danger I'm worried
about with this issue.
Original comment by DouglasJ...@gmail.com
on 9 Nov 2010 at 7:09
I just tested for this, because it didn't quite sound right. Turns out that
the current saving code won't save changes to a map object's position at all. :(
I just wrote this up as issue #20, which is slated for the next release, and
I'll add in some code to make sure that the only thing that will change a map
object's original position is actually dragging it to a new square in object
editing mode. Feel free to star it if you want to be kept up to date on it.
This issue, about the Stop button, is still a few releases out.
Original comment by masonwhe...@gmail.com
on 9 Nov 2010 at 7:39
Original issue reported on code.google.com by
DouglasJ...@gmail.com
on 9 Nov 2010 at 6:46