Pagina 3 di 5 primaprima 1 2 3 4 5 ultimoultimo
Visualizzazione dei risultati da 21 a 30 su 42

Discussione: curiositą

  1. #21
    e se non lo capite adesso com'e' fatto quell' effetto .. siete un caso disperato

    http://www.3site.it/varie/movieStretch.html
    Formaldehyde a new Ajax PHP Zero Config Error Debugger

    WebReflection @WebReflection

  2. #22

    ok

    ok.
    niente AS. daccordo.
    ma almeno dacci uno straccio di intuizione sul tuo file.....poi giochiamo all'indovinello.
    chi č che ci riesce becca un premio ok? :tongue:

  3. #23

    Re: ok

    Originariamente inviato da atarutek
    ok.
    niente AS. daccordo.
    Altro che niente AS, č tutto in AS
    Secondo me e dico secondo me il movie prima č 'largo' e man mano viene portato alle sue dimensioni originali
    Ma ho sparato la prima fagianata che m'č venuta in mente

  4. #24
    Interactive Html/CSS/JS Playground | @webbeloz ( cip..cip! )
    Mechanics & Expert Tuning Fix Z3 Roadster Community

  5. #25
    Originariamente inviato da webbeloz
    la sagoma.. voilą !

    http://www.webbeloz.it/laboratorio/mask_verticale.html
    ci sono 2 maschere adesso e si muovono sfalzate


    cmq meglio di prima :metallica
    Formaldehyde a new Ajax PHP Zero Config Error Debugger

    WebReflection @WebReflection

  6. #26
    stavo pubblicando.. non vale

    prova ora! :sgrat:
    Interactive Html/CSS/JS Playground | @webbeloz ( cip..cip! )
    Mechanics & Expert Tuning Fix Z3 Roadster Community

  7. #27
    Originariamente inviato da webbeloz
    stavo pubblicando.. non vale

    prova ora! :sgrat:
    passami quell' immagine cosi' vedi la differenza
    Formaldehyde a new Ajax PHP Zero Config Error Debugger

    WebReflection @WebReflection

  8. #28
    questo č quanto di meglio posso fare con i Proto a mia disposizione!
    a parte l' immagine che probabilmente usandone un' altra renderebbe meglio l' effetto.. http://www.webbeloz.it/laboratorio/mask_verticale.html e guai a che si permette di contraddirmi

    :gren:



    ps. se mando immagine deve tornare tutto compreso..
    Interactive Html/CSS/JS Playground | @webbeloz ( cip..cip! )
    Mechanics & Expert Tuning Fix Z3 Roadster Community

  9. #29
    Utente di HTML.it
    Registrato dal
    Jan 2004
    Messaggi
    2
    :quote: :quote: :quote:
    THANX

    MovieClip.prototype.vaiii = function (path, velocity, stretch) {
    this.depthRemember = Math.round(Math.random() * 1000000);
    this.scaleFactor = (stretch == undefined) ? 40 : stretch;
    this.stretchScroller = 0;
    var stretched = 'stretched' + this.depthRemember;
    this.duplicateMovieClip(stretched, this.depthRemember++);
    path[stretched]._xscale = 100 * this.scaleFactor;
    var masker = 'masker' + this.depthRemember;
    this.createEmptyMovieClip(masker, this.depthRemember++);
    with (this[masker]) {
    lineStyle(0, 11250603);
    moveTo(path[this]._x, path[this]._y);
    beginFill(11250603, 100);
    lineTo(this._width, path[this]._y);
    lineTo(this._width, path[this]._height);
    lineTo(path[this]._x, path[this]._height);
    lineTo(path[this]._x, path[this]._y);
    endfill();
    }
    path[stretched].setMask(this[masker]);
    var oldwidth = this[masker]._width;
    if (velocity == undefined) {
    velocity = 1.2;
    }
    this.onEnterFrame = function () {
    if (this.stretchScroller < this._width) {
    this[masker]._x = this.stretchScroller;
    this[masker]._width = oldwidth - this.stretchScroller;
    path[stretched]._x = this._x + this.stretchScroller - this.stretchScroller * this.scaleFactor;
    this.stretchScroller += velocity;
    } else {
    delete this.onEnterFrame;
    path[stretched].removeMovieClip();
    this[masker].removeMovieClip();
    }
    };

    :quote: :quote:

  10. #30

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.