omargarcianet
08-13-2007, 07:59 AM
hello well in doing a small gallery i have some buttons inside a Mc
and i trying to link them to frames on the main Scene 1
this is what i am using buts not working???
b1.onRelease = function(){
gotoAndPlay("img1");
}
b2.onRelease = function(){
gotoAndPlay("img2");
}
i also tried this
gotoAndPlay ("Escena 1",5);
can someone help me:rolleyes:
and i trying to link them to frames on the main Scene 1
this is what i am using buts not working???
b1.onRelease = function(){
gotoAndPlay("img1");
}
b2.onRelease = function(){
gotoAndPlay("img2");
}
i also tried this
gotoAndPlay ("Escena 1",5);
can someone help me:rolleyes: