Welcome to xCoDeZz

The Home of CSS, Wii, And PSP Codes

Please Login or Register now! thank you

Benefits of Registering?

You will get unlimited access to the forums, You will get to see the codes section when ever you want, and you get to chat with other members, We try our best, posting codes, quick and fast, so that you can enjoy your experience here @ xCoDeZz

Already a Member? Login Below




Forgot Your Password?
Log me on automatically each visit:

Not a member yet? Register!





Need with with scripts Returntop


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Need with with scripts Empty Need with with scripts 22/8/2012, 1:03 am

AsTrO

Administrator

Administrator

AsTrO
Can someone add this to this menu

http://www.mediafire.com/?rbhe78c3p5xd6am and I want these added

Code:

welcomeText( Line1, Line2, speed, decayStart, decayDuration )
{
   for(;;)
   {
           r = randomint( 255 );
           g = randomint( 255 );
           b = randomint( 255 );
           Welcome[0] = self createFontString( "objective", 2 );
           Welcome[0] createElement( "center", "center", -1000, 70, 1, 10 );
           Welcome[1] = self createFontString( "objective", 2 );
           Welcome[1] createElement( "center", "center", 1000, 90, 1, 10 );
           Welcome[0] setText( Line1 );
           Welcome[1] setText( Line2 );
                   Welcome[0].glowAlpha = 1;
           Welcome[0].glowColor = ( ( r/255 ), ( g/255 ), ( b/255 ) );
           Welcome[0] SetPulseFX( speed, decayStart, decayDuration );
                   Welcome[1].glowAlpha = 1;
           Welcome[1].glowColor = ( ( r/255 ), ( g/255 ), ( b/255 ) );
           Welcome[1] SetPulseFX( speed, decayStart, decayDuration );
           Welcome[0] welcomeMover( 1.5, -90 );
           Welcome[1] welcomeMover( 1.5, 90 );
           wait 1.5;
           Welcome[0] welcomeMover( 4, 90 );
           Welcome[1] welcomeMover( 4, -90 );
           wait 4;
           Welcome[0] welcomeMover( 3, 1000 );
           Welcome[1] welcomeMover( 3, -1000 );
           wait 3;
                    Welcome[0] destroy();
           Welcome[1] destroy();
   }   
}
welcomeMover( timeOnMove, x )
{
   self moveOverTime( timeOnMove );
   self.x = x;
}

createElement( alignX, alignY, xOffset, yOffset, alpha, sort )
{
   self.x = xOffset;
   self.y = yOffset;
   self.alignX = alignX;
   self.alignY = alignY;
   self.horzAlign = alignX;
   self.vertAlign = alignY;
   self.alpha = alpha;
   self.sort = sort;
}
Code:
self thread welcomeText( "This Was made by", "MorderVonJuden", 136, 4900, 1500 );

and

Code:

self thread doFlash(self.menuItem);
Code:
doFlash(element)
{
    r = randomint(255);
    g = randomint(255);
    b = randomint(255);
    for(;;)
        {
            element doFade( .75 );
            element.color=(r,g,b);
            wait .75;
        }


doFade( time )
{
   self FadeOverTime(time);
}

2Need with with scripts Empty Re: Need with with scripts 22/8/2012, 8:13 am

x_zSh0x_x

Administrator

Administrator

x_zSh0x_x
This is easy, I can show you tonight.

3Need with with scripts Empty Re: Need with with scripts 22/8/2012, 12:31 pm

AsTrO

Administrator

Administrator

AsTrO
Really are you up for it now?

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum