Is there a way to set two or more variables in one click?
Is there a way to set two or more variables in one click? Like when I click action it will set variable A to 1 and variable B to 0? Thanks and God bless!
]]>
« Previous Post (Previous Post)
< ![CDATA[
You could do it with a really simple script using the setVariable methods found at http://www.lightninglauncher.com/scripting/reference/api/reference/net/pierrox/lightning_launcher/script/api/LL.html
So for example:
LL.setVariableFloat(“var1”, 0.5)
LL.setVariableBoolean(“var2”, false)
]]>
< ![CDATA[
Sorry sir but I can’t really understand everything. I really don’t have a background about scripts. Huhuhu.
]]>
< 
]]>
< ![CDATA[
i’m so amazed on how you guys can do everything in LL with codes. i really don’t know how to code and i’m not an IT major, so poor me. haha. but thanks guys. you’ve been a great help!
]]>