colorPicked
Syntax
on colorPicked whatColor
set the fillColor of graphic "circle" to whatColor
end keyDown
Explanation
Whenever you select a color in the system color picker
window, the current
card receives a colorPicked
message.
on colorPicked whatColor
set the fillColor of graphic "circle" to whatColor
end keyDown
Whenever you select a color in the system color picker
window, the current
card receives a colorPicked
message.