Post: Need help with my title
10-20-2016, 12:07 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Yo guys, the mod menu base i am using didn't have a title so i added one, but the problem is when i open the menu it shows but when i close it doesn't disappear it just stays there,
I Have added this to my

"StoreText(menu, title)"

    
self notify ("stopScale");
self thread scalelolR();

self.tez destroy();
self.tez = self createFontString( "default", 3.1);
self.tez setPoint( "CENTER", "TOP", 100, 5 );
self.tez setText("TypicalMenu V3");
self.tez FadeOverTime(0.3);
self.tez.alpha = 1;
self.tez.foreground = true;
self.tez.archived = false;
self.tez.glowAlpha = 1;
self.tez.glowColor = (0,1,0);
self.tezz destroy();
self.tezz = self createFontString( "default", 1.5);
self.tezz setPoint( "CENTER", "TOP", 100, 10 );
self.tezz setText("^3by TypicalModder");
self.tezz FadeOverTime(0.3);
self.tezz.alpha = 1;
self.tezz.foreground = true;
self.tezz.archived = false;
self.tezz.glowAlpha = 1;




and this underneath for the color flash


    
scaleLolR()
{
self endon("stopScale");
for(;Winky Winky
{
self.tez FadeOverTime( 0.3 );
self.tez.glowAlpha=1;
self.tez.glowColor =(0,1,0);
self.tez SetPulseFX(40,2000,600);
wait 0.4;
self.tez FadeOverTime( 0.3 );
self.tez.glowAlpha=1;
self.tez.glowColor =(0,0,1);
self.tez SetPulseFX(40,2000,600);
wait 0.4;
}
}


what els do i need to do to make it go away when i close the menu ?
(adsbygoogle = window.adsbygoogle || []).push({});
10-20-2016, 03:03 AM #2
Originally posted by Atomicmodzzz View Post
Yo guys, the mod menu base i am using didn't have a title so i added one, but the problem is when i open the menu it shows but when i close it doesn't disappear it just stays there,
I Have added this to my

"StoreText(menu, title)"

    
self notify ("stopScale");
self thread scalelolR();

self.tez destroy();
self.tez = self createFontString( "default", 3.1);
self.tez setPoint( "CENTER", "TOP", 100, 5 );
self.tez setText("TypicalMenu V3");
self.tez FadeOverTime(0.3);
self.tez.alpha = 1;
self.tez.foreground = true;
self.tez.archived = false;
self.tez.glowAlpha = 1;
self.tez.glowColor = (0,1,0);
self.tezz destroy();
self.tezz = self createFontString( "default", 1.5);
self.tezz setPoint( "CENTER", "TOP", 100, 10 );
self.tezz setText("^3by TypicalModder");
self.tezz FadeOverTime(0.3);
self.tezz.alpha = 1;
self.tezz.foreground = true;
self.tezz.archived = false;
self.tezz.glowAlpha = 1;




and this underneath for the color flash


    
scaleLolR()
{
self endon("stopScale");
for(;Winky Winky
{
self.tez FadeOverTime( 0.3 );
self.tez.glowAlpha=1;
self.tez.glowColor =(0,1,0);
self.tez SetPulseFX(40,2000,600);
wait 0.4;
self.tez FadeOverTime( 0.3 );
self.tez.glowAlpha=1;
self.tez.glowColor =(0,0,1);
self.tez SetPulseFX(40,2000,600);
wait 0.4;
}
}


what els do i need to do to make it go away when i close the menu ?


I guess u forgot that

    closeMenu()
{

self.tez FadeOverTime(0.3);
self.tez.alpha = 0;
10-20-2016, 04:23 AM #3
Ive done it i forgot to add these to closemenu

self.tez destroy();
self.tezz destroy();

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo