Drag and Drop

I am creating this flash feature for a furniture site were the user can drag and drop various objects, as well as rotate them (note: it only needs to be a 2D vied from the top) and be able to save them and view them later.

Does anybody know of any AS that can be used to do this, or even better a tutorial showing how thins can be done.

Thanks in advance
Mad Flasher

startDrag()
stopDrag()

To drag it:[AS]on (press) {
startDrag(this);
}
on (release) {
stopDrag();
}[/AS]As far as doing the other stuff you mentioned, that’s a little out of my league.

on (press) {
this._rotation = moakdkja

68933
adkj
ag

:wink:

wizards method works perfectly :slight_smile:

k well thanks guys, im off to try that now

bodyvisual, do I replace moadkja with the value it should rotate when clicked??

or would it be possible to do it so that the user can rotate it as mush as they want