[Newbies] Drawing a line on a morph

K. K. Subramaniam subbukk at gmail.com
Sat Oct 31 01:57:59 UTC 2009


On Friday 30 October 2009 11:41:23 pm Christine Wolfe wrote:
> I tried it but the debugger says it doesn't understand drawFace1: I've
> double and triple checked and drawFace1: is there.
The drawFace1 selector needs a ':' at the end. My mistake. The corrected 
statement is:
  self perform: ('drawFace', dieValue asString, ':') asSymbol with: aCanvas

Sorry .. Subbu


More information about the Beginners mailing list