Hi Richmond,
> Am 11.08.2017 um 12:43 schrieb Richmond Mathewson via use-livecode
> <[email protected]>:
>
> 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
[email protected]
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode