On Thu, Apr 23, 2009 at 12:55 PM, Martin DeMello <[email protected]> wrote: > Wrote a small shoes-based animation for this week's ruby quiz. Bit too > trivial to post to the shoebox, but I thought I'd post it here since > it's a nice example of drawing on a canvas rather than creating shapes > in the app itself.
Cool! Couple problems I ran into, though: 1) The instance methods defined outside the app block are not accessible inside it. I moved them inside the app block and things worked well, except.. 2) With the "Stack" algorithm, I notice some delays at times where my guess is it's refilling already filled squares or something? It eventually fills them all. Feel like I'm being a total killjoy on the list lately, but just trying to help! -- Seth Thomas Rasmussen http://greatseth.com
