please somebody help i just want the drag like www.corpussoft.com
try modifying your code at lines 30&31 with something like…
this.onEnterFrame = function() {
this._x += (this.origx-this._x)/6;
this._y += (this.origy-this._y)/6;
}
…i think that would be a good start…
Yes, please don’t double post, especailly in the same forum :trout:
try to look at http://www.actionscripts.org/tutorials/intermediate/Drag_and_Drop_Disk_Menu/index.shtml
i have add the code but the content mc dissapears when i drag it
how to make the the mc cd moving smoothly thanks guyss:trout: