Search found 2 matches

by pestopan
17 Oct 2013 17:15
Forum: Troubleshooting
Topic: how to pass variables in custom script? customScript(var)
Replies: 2
Views: 869

Re: how to pass variables in custom script? customScript(var

Thanks Macciza!!!
It works as expected.
typo.
by pestopan
07 Oct 2013 09:30
Forum: Troubleshooting
Topic: how to pass variables in custom script? customScript(var)
Replies: 2
Views: 869

how to pass variables in custom script? customScript(var)

Hi, how can I pass variables to a custom scripts, like the internal functions? -- Start: faderScript()-- // On expression: x = any decl variableToPass = x; // Call script in a different place of the tree, here: 'Project/Interface/Scripts' Scripts.myCustomScript(variableToPass); -- End: faderScript ...