OK, not sure I can explain this. The following code is inside the MC to be
repositioned. Notice the AS targets the button named contact.

    _root.contact.onRelease = function() {
        endX = -500;
        endY = -200;
    };
}

Fine. But what if I want to move the AS out of the actual MC and onto the
button named contact? How would I target the MC to be repositioned after on
(release)?


on (release) {
        something here I presume?
        endX = -500;
        endY = -200;
}
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to