Scripting Color Overlay
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Livecode Opensource Backer
- Posts: 211
- Joined: Sun Oct 24, 2010 12:13 am
Scripting Color Overlay
I have an image button in a stack bound for the iPad. On mouseDown, I'd like to enable Color Overlay and set the opacity to 30. Then on mouseUp, I'd like to turn off Color Overlay. Has anyone done this before, and if so, how do I do it?
Re: Scripting Color Overlay
Hi RichardMac,
ColorOverlay is a array
Try this (no tested)
Best
Jean-marc
ColorOverlay is a array
Try this (no tested)
Code: Select all
set the coloroverlay["opacity"] of btn "mybtn" to 0
Best
Jean-marc
https://alternatic.ch