Runtime error in "(vs) Synchro (layer)" (Listen) at line 8
IndexError: list assignment index out of range
when i click on "Go to Error" it will open new window with this
if msg == 'ctrl_position':
ctrl_position = param['value']
if ctrl_livesynchro:
resynch(ctrl_position)
elif msg == 'ctrl_selectLayer':
target_layer=int(param['NAME'])
layerStack[target_layer]= int(param['value'])
elif msg == 'ctrl_synchro':
resynch(ctrl_position)
elif msg == 'ctrl_livesynchro':
ctrl_livesynchro = param['value']
the line 8 is layerStack[target_layer]= int(param['value'])
at all layers is loaded same video

can anybody help me pls ? thx