View Single Post
  #302 (permalink)  
Old 02-10-2010, 01:32 PM
santod's Avatar
santod
"MODS"
Offline
Threadstarter
Location: NorCal
 
Join Date: Sep 2008
Posts: 3,984
Reputation: 22765
santod can't get a higher reputation levelsantod can't get a higher reputation levelsantod can't get a higher reputation levelsantod can't get a higher reputation levelsantod can't get a higher reputation levelsantod can't get a higher reputation levelsantod can't get a higher reputation levelsantod can't get a higher reputation levelsantod can't get a higher reputation levelsantod can't get a higher reputation levelsantod can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Sense 2.5}}{{1-22-10 **Stealth Quick Links, Stealth Slider, No Curtains, BG4all +

Quote:
Originally Posted by crashdau View Post
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()
__________________

~My Ultimate WVGA Wallpapers Collection~
Donations accepted not expected!


Reply With Quote