corbanb
unread,Jul 28, 2010, 6:14:38 PM7/28/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to UMapper
I am unable to get the ZOOM_START event to fire. Anyone lese having
this issue?
I can do:
function onMove(e:MapEvent):void{
trace(e.type);
}
addEventListener(MapEvent. DRAG_START, onMove, false, 0, true); //
returns "dragStart"
but not
addEventListener(MapEvent.ZOOM_START, onMove, false, 0, true); //never
fires
anyone have an idea what is going on? Why would this happen?