Hi,
In build 797 i cannot use this way to make universal build.
[lua]-- storyboard scene create method
– Game.iPadX is 32 for iPad, and 0 for others
local screenGroup = self.view
screenGroup.x = Game.iPadX
imageBack = display.newImageRect( “back.png”, Game.gameX, Game.gameY)
imageBack:setReferencePoint(display.TopLeftReferencePoint)
imageBack.y = 0
imageBack.x = -Game.iPadX
screenGroup:insert( imageBack )[/lua]
This worked before and now it does not. It does not move item to the left at it suposse to do and therefore image is shifted to left corner. It worked well until 786 or something about this.
Tom [import]uid: 111283 topic_id: 25626 reply_id: 325626[/import]