Ok, I imagine the camera (at the moment) to be the stage screen. But what if you could move the camera so you could see further than 480x and 360y. You could then have something happening in different areas, without having to do hard scripts.
There should be a new camera section (by sections I mean variables, looks, sound etc.) These would be some of the stuff you would find:
Set camera to x ) y )
Move camera by:()
Change camera x by:()
Change camera y by:()
Zoom
Change ghost effect
If you have any questions, please ask.
Offline
Why not, this is available in flash as well. You can control the stage's position using _root._x and _root._y (_root refers to the stage). Although, I think they didn't include this on purpose because it would confuse beginners.
Offline
archmage wrote:
Why not, this is available in flash as well. You can control the stage's position using _root._x and _root._y (_root refers to the stage). Although, I think they didn't include this on purpose because it would confuse beginners.
I suppose, but you could make it quite easy if you think about it.
Offline
the only thing is beginers are going to forget they changed the camera's x and y and their work will be lost. You could easily acomplish this with scrolling, however it would be quite nice.
Offline