can someone figure why my delete cue part of this script is not working?
Inviato Sat 11 Jun 16 @ 2:42 pm
are you sure your var 'mode0' set?
Inviato Sat 11 Jun 16 @ 2:54 pm
jmf28 wrote :
are you sure your var 'mode0' set?
Im able to set the cue but not delete them....so i think that part is right...
Inviato Sat 11 Jun 16 @ 2:55 pm
SHIFT doesn't seem to be assigned to an action, it's just assigned to '$shift' if I see correctly, which is not an action.
Best is to assign it to the action 'shift', and use 'shift ? x : y' in your button instead of var '$shift'
Best is to assign it to the action 'shift', and use 'shift ? x : y' in your button instead of var '$shift'
Inviato Sat 11 Jun 16 @ 2:56 pm
Adion wrote :
SHIFT doesn't seem to be assigned to an action, it's just assigned to '$shift' if I see correctly, which is not an action.
Best is to assign it to the action 'shift', and use 'shift ? x : y' in your button instead of var '$shift'
Best is to assign it to the action 'shift', and use 'shift ? x : y' in your button instead of var '$shift'
yep thats it...thank you
Inviato Sat 11 Jun 16 @ 4:59 pm