my slate creator is close to finish. i will post it here if anyone is interested in it.
but a few features are still missing.
my problem:
Code: Select all
//Field for Framestart -- then assigns variable
my_dialog.add("statictext", [10, 210, 240, 230], "Framecounter start at: ");
var startframeInput = my_dialog.add("edittext", [10, 230, 240, 250], myStartframe);
startframeInput.onChange = myStartframeValue;
thanks in advance,
payton