Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
viewing outside of the player — Gideros Forum

viewing outside of the player

AbizAbiz Member
edited January 2012 in General questions
is there a way to view (gideros player) outside of the frame where we define our logical width and height?
like the box2d collision example, where the box is created outside of the frame with the value -ve
i would like the option to see it, as i want to make a platformer type game where the "stage" is bigger then
the screen size, i hope i'am making myself clear

Comments

  • atilimatilim Maintainer
    edited January 2012
    Hi,

    Positioning and scaling the stage may help you like:
    stage:setScale(0.5)
    stage:setPosition(100, 100)
    Edit:I've changed (-100, 100) to (100, 100).
  • gorkemgorkem Maintainer
    Or use iPad resolution (Gideros Player Hardware > Resolution > iPad).

    Setting the scale and positioning it in the middle would be more convenient.
Sign In or Register to comment.