Hi, how can I zoom in/out without having a mousewheel? When I created my first scene with iphone 4 size (640 x 960) the scene area became bigger and I want to be able to see it all.
I guess my question should really be: should I game my game 640x960, or should I make my game 480x320, enable resolution independence and make the art as big as possible?
There might be a problem with 'enable resolution independence' that unchecks itself. I'm not sure if it's still taken in account but you should probably check it again every time you add sprites.
Make your game 480X320, if you enabled it in the Home menu it should resize the actors automatically to 1/2.
So a sprite 640x960 whould take whole of the screen in both resolutions.
Comments
640 width
960 height
And when I import the image and put it in the scene, it's smaller? it should be exact same size :S
Make your game 480X320, if you enabled it in the Home menu it should resize the actors automatically to 1/2.
So a sprite 640x960 whould take whole of the screen in both resolutions.