Rule Changing Scene height and width possible?

Player_EPlayer_E Member, PRO Posts: 604
edited November -1 in Working with GS (Mac)
I have been experimenting with the change attribute action and I notice there is an option for the following

Change attribute: game.Display Size.Width To: X

now I have my game currently with the width at 1440. this causes some issues with wrap on the X axis, so I decided to set up things up like this

default game width is 480

game attribute zoom in = true
change attribute: game.Display Size.Width To: 1440
otherwise:
Change attribute: game.Display Size.Width To: 480

This does not work my scene size does not change and the only solution I can think of is that the attribute game.Display Size.Width actually does not relate to the scene size, so i was just going to the community for confirmation on this.

Thanks for any info.

Comments

  • tatakamuchertatakamucher Member Posts: 4
    thats dont work with game.display size but works with scene.size, you need add some changes in the buttons or controls because the touch height and width is the same (480x320)
Sign In or Register to comment.