Gracias por la respuesta

Debo poner en el código que envió, pero mantuvo el clip de la misma .. cada imagen se da la vuelta, pero el MC no se detiene y la dirección no funciona - cuando compruebo el guión de errores, me dice que no hay ninguno, pero al probar la película esto aparece --
** Error ** Escena = Escena 1, capa = Capa 1, frame = 1: Línea 1: Error de sintaxis.
doStop function () (
Total ActionScript Errors: 1 errores indicados: 1
Ahora aquí el código que tengo abajo para un MC (3 imágenes):
eyegrain.onRollOver = function(){
_root.stop();
}
eyegrain.onRollOut = function(){
_root.play();
}
eyegrain.onRelease = function() {
getURL("http://www.blahblahblah.net");
}
beachgrl.onRollOver = function(){
_root.stop();
}
beachgrl.onRollOut = function(){
_root.play();
}
beachgrl.onRelease = function() {
getURL("http://www.blahblahblah.net");
}
bbutton.onRollOver = function(){
_root.stop();
}
bbutton.onRollOut = function(){
_root.play();
}
bbutton.onRelease = function() {
getURL("http://www.blahblahblah.net");
}
- eyegrain.onRollOver = function(){
- _root.stop();
- }
- eyegrain.onRollOut = function(){
- _root.play();
- }
- eyegrain.onRelease = function() {
- getURL("http://www.blahblahblah.net");
- }
- beachgrl.onRollOver = function(){
- _root.stop();
- }
- beachgrl.onRollOut = function(){
- _root.play();
- }
- beachgrl.onRelease = function() {
- getURL("http://www.blahblahblah.net");
- }
- bbutton.onRollOver = function(){
- _root.stop();
- }
- bbutton.onRollOut = function(){
- _root.play();
- }
- bbutton.onRelease = function() {
- getURL("http://www.blahblahblah.net");
- }
El guión es de un movieclip --- el "eyegrain" "beachgrl" "bbutton" son botones con rollover que he colocado en el movieclip.
¿Hay alguna manera de cargar mi archivo de FLA para el foro?