To close all the games opened you can evaluate: LOGame allInstances do: [:i | i delete].
I'm currently working on a screencast for the LightsOut exercise in PBE. Should be out in a couple of days. Cheers, Laurent Laffont Pharo Smalltalk Screencasts: http://www.pharocasts.com/ Blog: http://magaloma.blogspot.com/ On Sun, Oct 31, 2010 at 4:04 AM, Daniel Klein <[email protected]> wrote: > I'm going through the book too. If your problem is that you can't close the > game then here's how... First, get halos around the upper-left cell and > close it; it should turn blue. Then get halos around the cell that turned > blue (which should be labeled 'LOGame') and then you can close the game. > Hope that helps, Dan > ------------------------------ > View this message in context: Re: Another Halo Question (complete > newbie)<http://forum.world.st/Another-Halo-Question-complete-newbie-tp3019925p3020809.html> > Sent from the Pharo Smalltalk Users mailing list > archive<http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html>at > Nabble.com. > > _______________________________________________ > Pharo-users mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users > >
_______________________________________________ Pharo-users mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
