No logro insetar la direccion url correctamente para que llame a un html. Alquien podria ayudarme. Pego aqui el codigo original, quizas aluguien pueda decirme donde insertar la url.Gracias
on (rollOver) {
if (_root.link<>6) {
gotoAndPlay("s1");
}
}
on (releaseOutside, rollOut) {
if (_root.link<>6) {
gotoAndPlay("s2");
}
}
on (release) {
if (_root.link<>6) {
_parent["item"+_root.link].gotoAndPlay("s2");
_root.link = 6;
_root.pg = 6;
_root.pages.pages11.gotoAndStop(6);
_root.pages.pages22.gotoAndStop(6);
_root.pages.play();
_root.item6.lamp.gotoAndStop(1);
}
}