I'm evaluating the engine as a possible choice for a game, so I'd like to ask around if the following things can be achieved right now or if will they be implemented into the next version.
I'd like to achieve scene scrolling in the following fashion: When the cursor is at the screen edge on the right, the scene should scroll until I move the pointer from the screen edge. But it should not scroll back to the start. I'd like it to stay where it stopped. And if I move the cursor to the left edge, it should scroll back to the left until I stop it by moving the cursor back to the screen center.
Also I'd like to pin particle systems onto object areas. So they will scroll along with the screen and not float all over the screen. Can I do this now?
And also character animation possibilities and walk speed setting that I've wrote about yesterday in this thread: Thread
Maybe there will be more questions as I explore my needs for the game to be developed the way I prefer.
Thanks!