Hi, all; I tried to post this directly at quietlyscheming, but there was an error when I submitted the question, so I thought I'd ask here.
First, does anyone know what the license type is on the RandomWalk component? Second, assuming I'm allowed to use or extend this code, I have a situation where I'm expecting that the final level will often contain a LOT of children. I don't want to allow the whole thing to scroll. Instead, I'd like to "wrap" the children so that if the container overflows vertically, the children can continue to be drawn horizontally. Ideally, I'd also like to implement scrollbars on just that piece if necessary. I was wondering if anyone has some pointers on what the most likely direction would be on approaching this problem. Thanks; Amy

