PDA

View Full Version : Left and right scene bounds



rjdfhorn_06
June 3rd, 2009, 02:20 PM
I'm currently creating a platform game (i'm using a VCAM for side-scrolling) and was wondering if anyone knew if you could extend the left and right bounds of the flash scene as far as you like. I want to extend the bounds so my levels can be longer. I've extended it a little bit, but there is a point where you can no longer scroll pass that point. :mario::yoshi::toad:

SparK_BR
June 3rd, 2009, 03:33 PM
well... lets say a cam can't do that and one of the 2 things you should do:
create a sublevel like world 1 level 1 sublevel/checkpoint 1.
OR
throw the cam away, get everything that would be showed in the screen and create it inside a container MC instead of attaching everything in the stage/_root, then when the player walks you move the MC and not the player
your level must be drawned outside flash, in an xml or something, cuz you won't be able to draw the whole level in the stage(too small for what you want).

just my 2cents :2c: