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.

See Also