Search found 1 match
- Wed Feb 20, 2013 6:39 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Randomly filling a 2d array
- Replies: 3
- Views: 2520
Randomly filling a 2d array
I'd like to end up with something like this grid.png That is, a 2d array of randomly generated "blocks", some of which are adjacent, that is randomly generated, which I'll then represent visually. It's kind of important that I use a 2d array. And I'm kind of stumped on how to fill it. Does anybody h...