Re: Inform 5/10 Problem
13 Jun 1995 09:59:05 GMT
Edward Armstrong <inwards@granite.sentex.net> wrote:
> I've been fooling around with the Inform 5/10 libraries for a little
> while and I've run into something that seems a little odd. Whenever I
> set a property value to zero on the fly (ie, self.before=0, or
> self.after=0).
The "default" value for a routine is $ffff, not zero. Try using
"self.before = $ffff" instead of "self.before = 0".
--
Gareth Rees