Hi Richmond,

> Am 11.08.2017 um 12:43 schrieb Richmond Mathewson via use-livecode 
> <use-livecode@lists.runrev.com>:
> 
> I am in trouble because I cannot work out why this is not working:
> 
> on scrollbarDrag NVAL

## You are passing the STRING NVAL and not its value:

>  ## put "NVAL,0,0" into KARRAY["color"]
    put NVAL & ",0,0" into KARRAY["color"]
>   put 50 into KARRAY["opacity"]
>   set the coloroverlay of img "BB" to KARRAY
> end scrollbarDrag
> 
> Richmond.

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major-k.de


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
  • Drag Queen Richmond Mathewson via use-livecode
    • Re: Drag Queen Mark Waddingham via use-livecode
    • Re: Drag Queen Klaus major-k via use-livecode

Reply via email to