Wow, Just wanted to say this is a _great_ thread. You got me over a couple of scripting stumps I had caught my brain on in an earlier project. Back to the Draw-ing board!!
Steve Shireman "it's a humbling feeling when I'm handed a great architecture, and the only limit of what I can do is the limit of my own imagination..." mouth-view: ankle/insert foot Carl Read wrote: > view layout [ > b: box black 400x200 effect [draw[]] > button "Add Box" [ > append b/effect/draw reduce [ > 'pen random 255.255.255 > 'fill-pen random 255.255.255 > 'box random 399x199 random 399x199 > ] > show b > ] > ] > > Each click of the button there adds a box and its color definitions to > b's 'draw block, and with it being a block, you can add and remove > its contents at will, not to mention adding lines, circles, polygons, > text and images too. > > -- > Carl Read -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
