all groups > flash actionscript > march 2005 >
You're in the

flash actionscript

group:

My code won't allow snap to for drag and drop


My code won't allow snap to for drag and drop dustycoats
3/2/2005 9:25:06 PM
flash actionscript:
Can someone please tell me why this code won't allow my object to snap
to??????????

on (press) {
startDrag(this, true, 0+this._width/2, 0+this._height/2, 550-this._width/2,
400-this._height/2);
}
on(release) {
stopDrag();
if(this.hitTest(_parent.correctSpot)){
this._x=parent.correctSpot._x;
this._y=parent.correctSpot._y;
}else{
this._x=22.4;
this._y=26.1;
}
}

Re: My code won't allow snap to for drag and drop kglad
3/2/2005 10:20:46 PM
typos:

this._x=_parent.correctSpot._x;
AddThis Social Bookmark Button