la forma de abrir tres clips de película en un clip en un botón de tiempo

  • gilgalbiblewheel
  • Born
  • Born
  • No Avatar
  • Registrado: Jul 02, 2004
  • Mensajes: 2
  • Status: Offline

Nota Mayo 28th, 2007, 3:04 pm

Quiero que esta estructura (jerarquía):
Quote:
línea de tiempo principal
|------ MC
|------ MC1
|------ mc2
|------ mc3



La línea de tiempo principal tiene tres botones. Cada uno debe abrir un MC que abriría MC1, MC2, MC3 cualquier botón se hace clic.

¿Cómo puede hacerse esto?

He intentado añadir loadMovie ( "flash / flame.swf", IFR), pero no funcionó. Se abre la flames.swf pero no el nivel 2 de clip de película (nivel 2 ¿no? ...desde el nivel 0 es la línea de tiempo principal)
Código: [ Select ]
var flashArray = new Array("flash/hockey.swf","flash/baseball.swf","flash/armenair.swf");
for(var i=0;i<=flashArray.length-1;i++){    
    this["btn"+i].num = i;
    this["btn"+i].onRelease = function() {
        loadMovie("flash/flame.swf", ifr);
        loadMovie(flashArray[this._name.slice(3,4)], ifr.content);
    }
}
  1. var flashArray = new Array("flash/hockey.swf","flash/baseball.swf","flash/armenair.swf");
  2. for(var i=0;i<=flashArray.length-1;i++){    
  3.     this["btn"+i].num = i;
  4.     this["btn"+i].onRelease = function() {
  5.         loadMovie("flash/flame.swf", ifr);
  6.         loadMovie(flashArray[this._name.slice(3,4)], ifr.content);
  7.     }
  8. }
  • Anonymous
  • Bot
  • No Avatar
  • Registrado: 25 Feb 2008
  • Mensajes: ?
  • Loc: Ozzuland
  • Status: Online

Nota Mayo 28th, 2007, 3:04 pm

Publicar Información

  • Total de mensajes en este tema: 1 mensaje
  • Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 52 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