Re: Passing Constants or Variables as Command Params

2016-10-14 Thread pink
mouseUp assignColors setRamp "","","",sSoftRed,"","" end mouseup command assignColors put "88,246,27" into sSoftGreen put "255,6,23" into sSoftRed end assignColors -- View this message in context: h

Re: Passing Constants or Variables as Command Params

2016-10-13 Thread J. Landman Gay
On 10/13/16 9:56 PM, Sannyasin Brahmanathaswami wrote: But when passed as a param the gradient ramp gets (where start defaults to kPureWhite) setRamp "","","",sSoftRed,"","" # this also fails # we see this: 0.0,255,255,255,255 1.0,sSoftRed,255 # or 0.0,255,255,255,255

Passing Constants or Variables as Command Params

2016-10-13 Thread Sannyasin Brahmanathaswami
I'm in the early stages of using more external libs/behaviors for things I used to always pile up in stack/card/object scripts and custom properties. My old practice was less than stellar in terms of re-usability, fixing the same thing in multiple places etc.. So I'm looking to make more libs