David, one of the vs devs was talking to me about possibly adding some extra camera controls into a future version of VS (one after upcoming release probably) which would allow us to control camera on the x, y & z axis, to create a bit of dynamic movement in our games. It would allow us to control camera (vs only has one camera) left, right, up, down & zoom in/out. I'd really like to see this feature implemented myself as it would really allow us to get a bit more creative & add some extra life to our games.
check out the early gameplay video of
Whispered World 2, to see what it would allow us to do more or less. Look at how the camera dynamically moves around the screen. That particular game is being made with the
unity engine, but whatever.
http://www.youtube.com/watch?v=sqO5lmK1zK0-- * --
In regards to controlling scroll speed: you can use a single line of Lua script to adjust the speed.
-- value = pixels per second, smaller value = slower scroll.
game:setValue(VGameScrollSpeed, 300) -- edit value to suit