duplicate a mc in flash
duplicate a mc in flash
Out of context: Reply #3
- Started
- Last post
- 11 Responses
- Spix0
hmm..dont get it to work..this is waht I got so far...how would i put duplicateMovieClip in here?
on (press) {
startDrag(this);
this.swapDepths(100);
}
on (release) {
stopDrag();
if (this._droptarget=="/target1") {
setProperty(this, _x, 22.0);
setProperty(this, _y, 126.0);
}else {
setProperty(this, _x, 22.0);
setProperty(this, _y, 30.0);
}
}