Hi there,
I think, I found a bug in the Group-height-property. The following snippet will not work correctly when changing the height of a complete group. xScale and yScale both work.
[lua]test = display.newGroup ( )
img = display.newImage ( “test.png” )
img2 = display.newImage ( “test2.png” )
test:insert ( img )
test:insert ( img2 )
test.width = 300 – this sets the width of the whole group
test.height = 300 – this does not set the height of the group[/lua]
Cheers,
Jörg
[import]uid: 5420 topic_id: 4558 reply_id: 304558[/import]