I want to use a slider in X card to copy # canvas image in Y then paste it in X canvas. Here's the code:
on change val do
if me.value = #
X.paste[deck.Y.widget.#.copy[]]
end
end
But it doesn't work when I chage the slider value. Am I doing something wrong?