davydany
08-01-2006, 07:51 AM
i want to make a button draggable. to do this, i did this:
on (press) {
startDrag(this);
}
on (release) {
stopDrag();
}
but the same button is supposed to open a movie clip. i looked thru the options Flash MX 2004 Gives and it doesn't give "on(doubleClick) {COMMAND}".
any way of going around this?
thanx a lot in advanced!
on (press) {
startDrag(this);
}
on (release) {
stopDrag();
}
but the same button is supposed to open a movie clip. i looked thru the options Flash MX 2004 Gives and it doesn't give "on(doubleClick) {COMMAND}".
any way of going around this?
thanx a lot in advanced!