views:

47

answers:

3

I want to dynamically create and put some Image (mx.controls.Image) objects on a Canvas and I want them then to be able to be repositioned by the user via the mouse. Can this be done? Note, I am not looking for drag and drop. I just want to change the X and Y coordinates of Images with the mouse.

Thanks!

A: 

Just listen for mouse events and change the position of the object appropriately.

Anon.
A: 

Some of the same tools from this SO question may help you get started:

Michael Brewer-Davis
A: 

See my answer into your other post

Patrick