PDA

View Full Version : Check this problem out...if u have a clue in Action script



wisdomiskey
June 27th, 2007, 05:40 PM
So i made a site that uses this tutorial...http://www.kirupa.com/developer/mx/p...tion.htm ...BUT I have nice buttons which are a Movie Clip which have an Invisible button inside so i can have on (rollover) commands...How would i make this call my invisble button inside my movie clip from my main scene?.... I hope u understand and thanks

buyhitarea_btn.onRelease= function() {
if (_root.section != "profile.swf") {
_root.section = "profile.swf";
_root.transition.gotoAndPlay("closing");
}
};

Dazzer
June 27th, 2007, 08:29 PM
wrong forum.
That is AS2, not AS3. please go to the right forum thanks.