Hi all, I have a mc w/ an invisible button attached to my main stage called mc.return. Attached to the mc.return is the following script:
[AS]on (release) {
mc.blkqueen._x = 275.3;
mc.blkqueen._y = 461;
}[/AS]
The mc.blkqueen has startDrag and stopDrag actions attached to it (which works fine). It has also been instanciated as mc.blkqueen.
Seems logical to me that pressing mc.return should place mc.blkqueen at 275x461 - but nothing happens when I test it.
Hoping someone would shed some light on this quandry for me.
Much thanks!!!