On Jul 23, 2008, at 12:39 PM, artur wrote:

would it be possible to Extend the Tile Component?
instead of making a new one from scratch?

Here's how I'd do it...

Add a child to the container that's holding the TileList component. On click (mouse event), start drawing a rectangle (mouse move event).

Intersect the boundary of this rectangle with the children of the TileList (interesting exercise) and select them if they intersect. Finally clear out the rect on release.

interesting challenge.

jon
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to