Drag Queen

Klaus major-k klaus at major-k.de
Fri Aug 11 06:59:55 EDT 2017


Hi Richmond,

> Am 11.08.2017 um 12:43 schrieb Richmond Mathewson via use-livecode <use-livecode at 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
klaus at major-k.de





More information about the use-livecode mailing list