Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Newbie VID question ctd.

From: kpeters:mvinc at: 4-Oct-2003 15:36

The text part works fine, but another questions just popped up: Why does the face/color not get set to what I would expect, but black instead? Thanks again, Kai toggle_start: toggle 60 "Start" mint [ face/color: pick [yellow red] face/data face/texts/1: pick ["Stop" "Start"] face/data show face ]