Color Picker / Chooser
Posted: Sun Mar 14, 2010 5:20 pm
Is there such a thing as a color picker /chooser in Rev or do we have to create our own?
Questions and answers about the LiveCode platform.
https://www.forums.livecode.com/
Code: Select all
on mouseup
answer color
if it <> empty then
## set any color you want to IT
end if
end mouseup