m.c.bell
August 4th, 2003, 03:37 PM
here is the code i have,
on (press) {
startDrag (this, true);
}
on (release) {
stopDrag ();
if (this._droptarget == "/box") {
_root.box.gotoAndStop(5);
}
}
what i want is instead of it going and stopping on frame 5 of the movie clip i want it to goto and stop on frame 5 of the actual movie, how do i do this,
Thanks,
Mike
on (press) {
startDrag (this, true);
}
on (release) {
stopDrag ();
if (this._droptarget == "/box") {
_root.box.gotoAndStop(5);
}
}
what i want is instead of it going and stopping on frame 5 of the movie clip i want it to goto and stop on frame 5 of the actual movie, how do i do this,
Thanks,
Mike