Is it possible to move the stage in actionscript 3.0?

Posted by Joe.F on Stack Overflow See other posts from Stack Overflow or by Joe.F
Published on 2010-04-23T12:21:53Z Indexed on 2010/04/23 12:23 UTC
Read the original article Hit count: 319

Filed under:
|
|

Hi to keep it short and simple let's say I have a stage with 400x400 size in pixels, but I've drawn a map of 1000x1000 size in pixels. I want my player to be able to "walk" about the stage, but it appears stage.x and stage.y are read-only? Is there any method or way to have the stage "scroll" about, without having to move each object on the map?

Thanks!

© Stack Overflow or respective owner

Related posts about actionscript-3

Related posts about stage