ipad viewer cutting my design
azavega
Member Posts: 362
Hey I was looking around and didn't find anything about this...
Did my whole design for Ipad using 1024x768 resolution and they fit perfect on the scene when i drop it there but every time that i try preview the viewer doesn't show the whole screen, it cuts the top of my design... Any reason why?
Did my whole design for Ipad using 1024x768 resolution and they fit perfect on the scene when i drop it there but every time that i try preview the viewer doesn't show the whole screen, it cuts the top of my design... Any reason why?
Comments
it is a good idea to set the x and y of large background images.
it is easier (for me) than trying to correctly align in the editor.
I use...on the image
[Change Attribute] self.Position.X to expression (game.DisplaySize.Width)/2
[Change Attribute] self.Position.Y to expression (game.DisplaySize.Height)/2
MH