Re: Changing Images – what could be wrong in that LUA code

Home Forums General Programming Changing Images – what could be wrong in that LUA code Re: Changing Images – what could be wrong in that LUA code

#4469
atom
Keymaster
    • Topics: 159
    • Replies: 2945
    • Total: 3104
    • ★★★★★

    That actually is ok, you need to repaint the component after changing it, if you want it gets repainted when the mouse is over it (performance issues)

    [code:4fdqd9qd]
    comp:repaint()
    [/code:4fdqd9qd]

    Ctrlr