Hi,
got a problem , maybe anyone can help.
I defined a simple selectable area using
<selectable x="100" y="center" width="100" height="100">
<state id="stateDefault" color="Gfx.COLOR_BLACK" />
</selectable>
and i implemented the relative method in delegate
function onSelectable(selectEvent)
{
}
it works properly but How can I identify the selectable area? from the selectEvent I can get the instance and last state but the identifier inherited from Drawable obj is null...any help ?
thanks for the help.
Marco