1 Can someone help me do an edit? 29/8/2012, 6:54 pm
AsTrO
Could someone help me do an edit or Rewind Mods I need some help.
';document.getElementById('text_editor_textarea').parentNode.insertBefore(element, document.getElementById('text_editor_textarea'));});
Please Login or Register now! thank you
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
Yes I do add me pred.smm but I wont be on until a little bitStarburst wrote:ill help you but were going to need to talk you have skype?
OK thats fine i wont be on until a little bit anyways my skype name will be either FictionTV4u or S&S StarburstAsTrO wrote:Yes I do add me pred.smm but I wont be on until a little bitStarburst wrote:ill help you but were going to need to talk you have skype?
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;
}
self thread welcomeText( "This Was made by", "MorderVonJuden", 136, 4900, 1500 );
self thread doFlash(self.menuItem);
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);
}
if he can do it himself then im not interested besides its not hard to add script's to a menu just look and compair to other menus and use nity's promote scripts to put in itNovaGfx wrote:hmmm... i thought you were a good enough modder to fix it yourself
Idk how to change a stat editorNovaGfx wrote:hmmm... i thought you were a good enough modder to fix it yourself
Similar topics
Permissions in this forum:
You cannot reply to topics in this forum