los botones del rollover. Echo de menos la forma antigua...

  • jayhunt
  • Born
  • Born
  • No Avatar
  • Registrado: Jul 20, 2009
  • Mensajes: 1
  • Status: Offline

Nota Julio 20th, 2009, 2:08 pm

Estoy utilizando el código para abrir thikbox iframes de flash.

Código: [ Select ]
import flash.external.ExternalInterface;

button_mc.onRelease = function() {
ExternalInterface.call("tb_show",null,"http://www.google.com/?KeepThis=true&TB_iframe=true&height=365&width=640",false);
};
button_mc2.onRelease = function() {
ExternalInterface.call("tb_show",null,"http://www.google.com/?KeepThis=true&TB_iframe=true&height=365&width=640",false);
};
button_mc3.onRelease = function() {
ExternalInterface.call("tb_show",null,"http://www.google.com/?KeepThis=true&TB_iframe=true&height=365&width=640",false);
};
  1. import flash.external.ExternalInterface;
  2. button_mc.onRelease = function() {
  3. ExternalInterface.call("tb_show",null,"http://www.google.com/?KeepThis=true&TB_iframe=true&height=365&width=640",false);
  4. };
  5. button_mc2.onRelease = function() {
  6. ExternalInterface.call("tb_show",null,"http://www.google.com/?KeepThis=true&TB_iframe=true&height=365&width=640",false);
  7. };
  8. button_mc3.onRelease = function() {
  9. ExternalInterface.call("tb_show",null,"http://www.google.com/?KeepThis=true&TB_iframe=true&height=365&width=640",false);
  10. };




Ahora tengo que hacer algunos vuelcos botón para mi botón.


Sé que necesito para montar mi línea de tiempo en el botón de clips de películas, pero ¿cómo le digo a flash cuando vuelco i button_mc3 moverse en el

línea de tiempo.



gracias
Moderator Remark: Added [code] tags
  • Anonymous
  • Bot
  • No Avatar
  • Registrado: 25 Feb 2008
  • Mensajes: ?
  • Loc: Ozzuland
  • Status: Online

Nota Julio 20th, 2009, 2:08 pm

  • IceCold
  • Guru
  • Guru
  • Avatar de Usuario
  • Registrado: Nov 05, 2004
  • Mensajes: 1254
  • Loc: Ro
  • Status: Offline

Nota Julio 23rd, 2009, 5:50 am

Entonces, ¿qué es exactamente el problema?
Si usted tiene botones, sólo editar y agregar fotogramas clave en el largo, hasta los marcos y puso en su lugar lo que quieras.
Si está utilizando clips de película en vez de botones, entonces:
Código: [ Select ]
button_mc.onRollOver = function () { this.gotoAndStop(2); }
button_mc.onRollOut = function () { this.gotoAndStop(1); }
  1. button_mc.onRollOver = function () { this.gotoAndStop(2); }
  2. button_mc.onRollOut = function () { this.gotoAndStop(1); }

Y lo mismo que para un botón, colocar un fotograma clave en el cuadro 2. O incluso crear una animación con interpolación y de la que acaba de gotoAndPlay ( "animationFrame");
“True mastery transcede any particular art. It stems from mastery of oneself - the ability, developed throgh self-discipline, to be calm, fully aware, and complety in tune with oneself and the surroundings. Then, and only then, can a person know himself. ”

Publicar Información

  • Total de mensajes en este tema: 2 mensajes
  • Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 51 invitados
  • No puede abrir nuevos temas en este Foro
  • No puede responder a temas en este Foro
  • No puede editar sus mensajes en este Foro
  • No puede borrar sus mensajes en este Foro
  • No puede enviar adjuntos en este Foro
 
 

© 2011 Unmelted, LLC. Ozzu® es una marca registrada de Unmelted, LLC