Re: [flexcoders] Getting mouse coordinates at a drop operation
Pilby wrote: How can I get the mouse xy-coordinates? I'm trying to drop an object into a Canvas, and I'd like the object to position itself where it is dropped, and I can't do that unless I knew what the mouse xy-coordinatse are at the time. See the 'mouseX' and 'mouseY' properties. You might have to convert from global co-ordinates to local co-ordinates using globalToLocal() Manish
RE: [flexcoders] Getting mouse coordinates at a drop operation
Sorry, this was the answer to your previous question ;-) Ian -Original Message- From: Ian Welsh [mailto:[EMAIL PROTECTED] Sent: 02 March 2005 20:35 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Getting mouse coordinates at a drop operation No it does not. Flex supports the same html entities as the Flash player, see the following link for a list of what is supported. http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14808 Regards Ian From: Pilby [mailto:[EMAIL PROTECTED] Sent: 02 March 2005 19:08 To: Flex Coders Subject: [flexcoders] Getting mouse coordinates at a drop operation How can I get the mouse xy-coordinates? I'm trying to drop an object into a Canvas, and I'd like the object to position itself where it is dropped, and I can't do that unless I knew what the mouse xy-coordinatse are at the time. Thanks. Yahoo! Groups Sponsor ADVERTISEMENT click here <http://us.ard.yahoo.com/SIG=129qnvoat/M=298184.6018725.7038619.3001176/D=gr oups/S=1705007207:HM/EXP=1109881679/A=2593423/R=0/SIG=11el9gslf/*http://www. netflix.com/Default?mqso=60190075> <http://us.adserver.yahoo.com/l?M=298184.6018725.7038619.3001176/D=groups/S= :HM/A=2593423/rand=264499551> Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . Yahoo! Groups Links This E-mail scanned for viruses by Harlaxton College
RE: [flexcoders] Getting mouse coordinates at a drop operation
No it does not. Flex supports the same html entities as the Flash player, see the following link for a list of what is supported. http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14808 Regards Ian From: Pilby [mailto:[EMAIL PROTECTED] Sent: 02 March 2005 19:08 To: Flex Coders Subject: [flexcoders] Getting mouse coordinates at a drop operation How can I get the mouse xy-coordinates? I'm trying to drop an object into a Canvas, and I'd like the object to position itself where it is dropped, and I can't do that unless I knew what the mouse xy-coordinatse are at the time. Thanks. Yahoo! Groups Sponsor ADVERTISEMENT click here <http://us.ard.yahoo.com/SIG=129qnvoat/M=298184.6018725.7038619.3001176/D=gr oups/S=1705007207:HM/EXP=1109881679/A=2593423/R=0/SIG=11el9gslf/*http://www. netflix.com/Default?mqso=60190075> <http://us.adserver.yahoo.com/l?M=298184.6018725.7038619.3001176/D=groups/S= :HM/A=2593423/rand=264499551> Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> .
Getting mouse coordinates at a drop operation
How can Iget the mouse xy-coordinates? I'm trying to drop an object into a Canvas, and I'd like the object to position itself where it is dropped, and I can't do that unless I knew what the mouse xy-coordinatse are at the time. Thanks.