Hi All,
I have a screen. Where I have added an rectObj with below code :
local hurdle = display.newImageRect( “images/beam_long.png”, display.contentWidth, 50 )
hurdle.x = 0
hurdle.y = 0
screenGroup:insert( hurdle )
But when I look into simulator, the image x=0 position started beyond the screen. and also y=0 cuts the image from the top little bit. Here is the link of the screen image.
https://plus.google.com/photos/100700602091880964811/albums/5852126324617757473?authkey=CJ3wjs_UnpmXHw
And I have used config file. Here is the code snippet for this file
application =
{
content =
{
width = 320,
height = 480,
scale = “zoomEven”,
xAlign = “left”,
yAlign = “top”
},
}
Please suggest… [import]uid: 154400 topic_id: 36912 reply_id: 336912[/import]