I tried to modify the script to separate the PLAY /PAUSE buttons into two separate items but I’m unable to make it work. I also don’t know how to program the FastFoward button. Can anyone help me? Thanks
rewindButton.onRelease = function () { ns.seek (0); };
playButton.onRelease = function () { ns.play (); };
ffButton.onRelease = function () { ns.seek (); };
pauseButton.onRelease = function () { ns.pause((); };
Posted 6 months ago











