Sometimes when I use swaplayers, it can cause unexpected things to happen, for example, make the video on the left of the screen disappear even though they are not on the same layer, or not swap back when I use, for example
if chooseStreams = 0
m.canvas.swapLayers(8, -7)
end if
if chooseStreams = 0
m.canvas.swapLayers(-7, 😎
end if
Where a button press can change the value of chooseStreams.
Has any one else had similar problems?