Visualizzazione dei risultati da 1 a 2 su 2
  1. #1

    Problema con transitions e attachmovie

    stop();
    function attaccaLeBarre() {
    var quante = 10;
    for (var i = 1; i<quante; i++) {
    attachMovie("animation_littleBar", "animation_littleBar"+i, i, {_x:-300*(i), _y:-150});
    var clipname = this["animation_littleBar"+i];
    clipname.inizio = clipname._x;
    clipname.fine = 300;
    clipname.time = .5;
    clipname.onLoad = function() {
    muoversi(this);
    };
    }
    }
    function muoversi(what) {
    var ehila = new mx.transitions.Tween(what, "_x", mx.transitions.easing.Bounce.easeOut, what.inizio, what.fine, what.time);
    }
    attaccaLeBarre();



    si, ma ste barre non si muovono neanche a pagarle oro! Dove sta l'inghippo?

  2. #2

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.