Quote:
Originally Posted by crashdau
Hey Santod,
I loaded the Stealth Slider and I'm loving it on the latest WAR (2/3/10). One question....how to do one increase the interval the slider stays up b4 it hides itself again?
Is it an easy mod like a reg edit?
|
No, it's not just a simple reg. entry.
You would need to decompile my script and change the highlighted line, in this small section of it.
Then recompile, convert back, reinstall:
OnTabButtonRelease = function(l_55_0, l_55_1)
showTabs()
Landscape_up_btn_group._visible = false
HitMask._visible = true
if not _tptabTimer then
_
tptabTimer = timer(2)
_tptabTimer.OnElapsed:connect(uptabTimeout)
_tptabTimer:Stop()
end
_tptabTimer:Start()