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

[REBOL] Re: [view] Adding objects to a face....

From: nitsch-lists::netcologne::de at: 26-Sep-2004 14:37

On Sonntag, 26. September 2004 03:07, Izkata wrote:
> ... Is it possible? > > Say I have: > >view A: layout [Item1: text "Hi!"] > > Is there a way to use A to add {text "Bye!"} to it, as > > if I had instead typed: > >view A: layout [Item1: text "Hi!" Item2: text "Bye!"] > > ?? > > I'm working on a game.. If it works, I'd probably need > that type of thing to add players that just appwalk onto > the screen, or to Summon mosters to the area. >
http://www.rebol.com/how-to/feel.html#sect5.2.
> -The hopefully grateful Izzy boy ;)
-Volker