Visualizzazione dei risultati da 1 a 7 su 7

Discussione: rotographic

  1. #1
    Utente di HTML.it
    Registrato dal
    Jun 2003
    Messaggi
    174

    rotographic -> che cos'è? un componente aggiuntivo?

    mi sapete mica spiegare cos'è un'istanza rotographic?!?!!?
    E' per caso un components?
    powered by Intel QuadCore
    SmallRenderFarm with 3 servers based on [Intel Core 2 QuadCore q9300 - gigabyte ds4 - 8 gb ddr3 - quadro fx - 4 x 500 gb raid - thermaltake armor - vista 64]

  2. #2
    Utente di HTML.it L'avatar di negatyve
    Registrato dal
    Feb 2001
    Messaggi
    9,479
    Dove l'hai visto?

  3. #3
    Utente di HTML.it
    Registrato dal
    Jun 2003
    Messaggi
    174
    su un swf, l'ho visto con AVS 4...
    c'è un istanza chiamata "rotographic" e le istruzioni
    vanno a richiamare "roto" a level0
    forse è un componente

    se vuoi posto tutta la sintassi
    powered by Intel QuadCore
    SmallRenderFarm with 3 servers based on [Intel Core 2 QuadCore q9300 - gigabyte ds4 - 8 gb ddr3 - quadro fx - 4 x 500 gb raid - thermaltake armor - vista 64]

  4. #4
    Utente di HTML.it
    Registrato dal
    Jun 2003
    Messaggi
    174
    specifico:
    FRAME 2

    questo è il movieclip "roto"
    theta = theta + _parent.speed;
    xbit = Math.sin(Math.PI/180 * theta);
    ybit = Math.cos(Math.PI/180 * theta);
    this._xscale = ybit * this.panel;
    this._x = xbit * this.radius;
    this._alpha = 80 + ((ybit + 1) * 20);
    this._yscale = (this.panel - 4) + ((ybit + 1) * 3);
    stack = Math.round(((ybit + 1) * radius) * 5);
    if (stack == 100) {
    stack = 101;
    }
    this.swapDepths(stack);

    FRAME 3

    gotoAndPlay (2);


    e questi sono i bottoni assegnati al movieclip

    on (release) {
    _root.menu = "agency";
    unloadMovieNum (2);
    unloadMovieNum (1);
    tellTarget ("_root") {
    gotoAndStop ("AGENCY");
    };
    }
    on (rollOver, release) {
    tellTarget (_root.r1.testi) {
    gotoAndStop (2);
    };
    powered by Intel QuadCore
    SmallRenderFarm with 3 servers based on [Intel Core 2 QuadCore q9300 - gigabyte ds4 - 8 gb ddr3 - quadro fx - 4 x 500 gb raid - thermaltake armor - vista 64]

  5. #5

  6. #6
    Utente di HTML.it
    Registrato dal
    Jun 2003
    Messaggi
    174
    GRANDE!!!
    powered by Intel QuadCore
    SmallRenderFarm with 3 servers based on [Intel Core 2 QuadCore q9300 - gigabyte ds4 - 8 gb ddr3 - quadro fx - 4 x 500 gb raid - thermaltake armor - vista 64]

  7. #7

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 © 2024 vBulletin Solutions, Inc. All rights reserved.