hi guys.
i have a button MC.
question, how i can do that when i click the button go to www.ventura.com.do???
look the code
[LEFT]this.boton_mc.onRollOver = function() {
boton_mc.gotoAndPlay("over");
}
this.boton_mc.onRollOut = function() {
boton_mc.gotoAndPlay("out");[/LEFT]
[LEFT]}[/LEFT]