Group question

Can I determine a size for my group?
its like…

localGroup is 200 x 200

?

thanks [import]uid: 23063 topic_id: 11493 reply_id: 311493[/import]

A group is just a collection of display objects, isn’t it?. What would group.size mean? [import]uid: 58455 topic_id: 11493 reply_id: 41683[/import]

i just want to move 300x300 of my scene
but i dont know how to set to only move 300x300 [import]uid: 23063 topic_id: 11493 reply_id: 41708[/import]

anyone? :S [import]uid: 23063 topic_id: 11493 reply_id: 43039[/import]

I still don’t understand the problem. Do you mean you want to move all objects that fall within a 300x300 region on the screen? Or all objects of a specific group that fall within a 300x300 region on the screen?

Each object has a .x and .y value, so you could loop through them and test for containment in that region. [import]uid: 58455 topic_id: 11493 reply_id: 43049[/import]