After watching the latest video about bindings feature on youtube made me realize I wanted to

After watching the latest video about bindings feature on youtube made me realize I wanted to

try something like this but don’t know how. what i’m trying to do is instead of having 2 shortcuts(show and hide) for transparency is it possible to have only a single shortcut as a toggle?

]]>

7 Commentsto After watching the latest video about bindings feature on youtube made me realize I wanted to

  1. Anonymous says:

    < ![CDATA[

    Well you could make a toggle task in Tasker if you have Tasker. From that task you can set the variables to 1 or 0. Put that link as short cut on your screen or Link that task to whatever, maybe swipe.

    ]]>

  2. Anonymous says:

    < ![CDATA[

    Evelien Wijbenga i don’t have tasker but thanks.

    ]]>

  3. Anonymous says:

    < ![CDATA[

    something like this script:


    LL.setVariableFloat(“transp”, LL.getVariables().getFloat(“transp”)==1 ? 0 : 1);

    ]]>

  4. Anonymous says:

    < ![CDATA[

    Pierre Hébert Thank you so much! Will try this asap 🙂

    ]]>

  5. Anonymous says:

    < ![CDATA[

    I gave the script a try but I get an error saying cannot find function set variable in object…

    ]]>

  6. Anonymous says:

    < ![CDATA[

    setVariableFloat instead of setVariable (comment edited)

    ]]>

  7. Anonymous says:

    < ![CDATA[

    Awesome. Works perfect. Thanks Pierre.

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *