Vai alla freccia - Homepage - BlogRoom - Mappa
Visualizza Messaggi.

Nick: \\WappO
Oggetto: Codice Skript X crackers
Data: 6/12/2003 18.14.2
Visite: 30

// Action script...

// [onClipEvent of sprite 11 in frame 3]
onClipEvent (load)
{
this._x = random(200);
this._y = -10;
yCenterSpin = 0;
xCenterSpin = this._x + 100;
yscaleIt = 1;
xscaleIt = 1;
this._yscale = 100;
this._xscale = 100;
}

onClipEvent (enterFrame)
{
if (this._yscale <= -100)
{
yscaleIt = yscaleIt * -1;
}
else if (this._yscale >= 100)
{
yscaleIt = yscaleIt * -1;
} // end if
if (this._xscale <= -100)
{
xscaleIt = xscaleIt * -1;
}
else if (this._xscale >= 100)
{
xscaleIt = xscaleIt * -1;
} // end if
if (random(10) <= 1)
{
yscaleIt = yscaleIt * -1;
} // end if
if (random(10) <= 1)
{
xscaleIt = xscaleIt * -1;
} // end if
if (yscaleIt > 0)
{
this._rotation = this._rotation + 5;
} // end if
if (yscaleIt < 0)
{
this._rotation = this._rotation - 5;
} // end if
this._yscale = this._yscale - yscaleIt * 5;
this._xscale = this._xscale - xscaleIt * 5;
yCenterSpin = yCenterSpin + 3;
this._y = this._y + yVelocity;
this._x = this._x + xVelocity;
if (this._y >= yCenterSpin)
{
yVelocity = yVelocity - 1;
}
else if (this._y <= yCenterSpin)
{
yVelocity = yVelocity + 1;
} // end if
if (this._x >= xCenterSpin)
{
xVelocity = xVelocity - 1;
}
else if (this._x <= xCenterSpin)
{
xVelocity = xVelocity + 1;
diff = yCenterSpin - this._y;
yVelocity = yVelocity + diff / 200;
diff = xCenterSpin - this._x;
zVelocity = zVelocity + diff / 200;
} // end if
if (this._y >= 800)
{
this.removeMovieClip();
} // end if
}

// [onClipEvent of sprite 11 in frame 3]
onClipEvent (load)
{
clipCount = 0;
}

onClipEvent (enterFrame)
{
checker = random(700);
if (checker <= 8)
{
clipCount = clipCount + 1;
duplicateMovieClip(_root.snowFlake, "snowFlake" + clipCount, clipCount);
if (clipCount == 10)
{
clipCount = 1;
} // end if
} // end if
}

// [Action in Frame 1]
if (_root.getBytesLoaded() != _root.getBytesTotal())
{
gotoAndPlay(1);
} // end if

// [Action in Frame 2]
gotoAndPlay(3);



voglio le vite infinite!!!!

auhauhauhauhauhah



Rispondi al Messaggio | Indietro | Indice topic | Quota Testo | Vai su| Segnala ad un amico|Successivo


Come ti lancio Babbo Natale!   6/12/2003 16.38.10 (267 visite)   NEVERLAND
   re:Come ti lancio Babbo Natale!   6/12/2003 16.47.23 (104 visite)   eLLeGi
      re:Come ti lancio Babbo Natale!   6/12/2003 16.48.23 (88 visite)   NEVERLAND
         re:Volere è potere!!!   6/12/2003 16.59.40 (78 visite)   eLLeGi
      YOOOO   6/12/2003 16.59.19 (59 visite)   \\WappO
   re:Come ti lancio Babbo Natale!   6/12/2003 17.0.56 (48 visite)   \\WappO
      re:x eLLeGi   6/12/2003 17.3.3 (51 visite)   NEVERLAND
         re:x eLLeGi   6/12/2003 17.16.27 (47 visite)   eLLeGi
            re:x eLLeGi   6/12/2003 17.24.20 (32 visite)   NEVERLAND
               re:x eLLeGi   6/12/2003 19.16.35 (26 visite)   Fake
                  re:x eLLeGi   6/12/2003 19.28.33 (25 visite)   NEVERLAND
   re:Come ti lancio Babbo Natale!   6/12/2003 17.7.5 (37 visite)   KaPPa`OuT
   re:Come ti lancio Babbo Natale!   6/12/2003 17.20.28 (29 visite)   \\WappO
      REKORTOOO   6/12/2003 17.21.41 (34 visite)   \\WappO
         re:x wappo   6/12/2003 17.29.18 (34 visite)   eLLeGi
            re:x wappo   6/12/2003 17.32.57 (27 visite)   \\WappO
   Arghhhhhhhhhhhhhhhhhh   6/12/2003 17.22.13 (27 visite)   NEVERLAND
   re:Come ti lancio Babbo Natale!   6/12/2003 17.22.44 (32 visite)   Bart
      Provate a Palleggiare   6/12/2003 17.37.47 (34 visite)   Bart
         re:Provate a Palleggiare   6/12/2003 17.39.37 (29 visite)   NEVERLAND
            re:Provate a Palleggiare   6/12/2003 17.51.50 (33 visite)   Bart
               re:Provate a Palleggiare   6/12/2003 18.42.5 (31 visite)   eLLeGi
               Provate a Palleggiare   7/12/2003 12.3.1 (16 visite)   `eXpLoiT
                  correzione   7/12/2003 12.5.48 (21 visite)   `eXpLoiT
   re:Come ti lancio Babbo Natale!   6/12/2003 18.12.32 (26 visite)   `FeAtHeR`
   rettifico   6/12/2003 18.13.48 (28 visite)   `FeAtHeR`
   Codice Skript X crackers   6/12/2003 18.14.2 (29 visite)   \\WappO
   re:Come ti lancio Babbo Natale!   6/12/2003 18.24.59 (26 visite)   spirit0
   re:Come ti lancio Babbo Natale!   6/12/2003 18.43.20 (23 visite)   `FeAtHeR`
   re:Come ti lancio Babbo Natale!   6/12/2003 18.50.40 (30 visite)   `FeAtHeR`
   re:Come ti lancio Babbo Natale!   6/12/2003 20.1.20 (21 visite)   incoscien
   re:Come ti lancio Babbo Natale!   7/12/2003 19.21.20 (5 visite)   incoscien
   re:Come ti lancio Babbo Natale!   7/12/2003 19.22.34 (9 visite)   incoscien
   re:Come ti lancio Babbo Natale!   7/12/2003 20.16.22 (14 visite)   makena
   vi prego   8/12/2003 12.45.15 (16 visite)   `FeAtHeR` (ultimo)
      re:Come ti lancio Babbo Natale!   6/12/2003 19.3.36 (27 visite)   NEVERLAND
      re:Come ti lancio Babbo Natale!   8/12/2003 4.24.38 (10 visite)   `FeAtHeR`
      re:Come ti lancio Babbo Natale!   6/12/2003 20.23.20 (30 visite)   Max_Payne

Nick:
Password:
Oggetto:
Messaggio:

vai in modalità avanzata
                 


Rimani nel thread dopo l'invio


Ricerca libera nel sito by Google (Sperimentale, non sono ancora presenti tutti i contenuti)

Google
 



Clicca per leggere le regole del forum



Imposta IRCNapoli come homepage

Clicca per andare sul forum di prova.
IRCNapoli "Un racconto a più mani".
Mappa del forum

Visualizza tutti i post del giorno 06/12/2003
Visualizza tutti i post del giorno 03/08/2025
Visualizza tutti i post del giorno 02/08/2025
Visualizza tutti i post del giorno 01/08/2025
Visualizza tutti i post del giorno 31/07/2025
vai in modalità avanzata