new to Squeak

Ned Konz ned at squeakland.org
Wed Jun 23 13:51:09 UTC 2004


On Wednesday 23 June 2004 5:48 am, muyuubyou wrote:
>  Hello. I've been trying several tutorials online. This one in
> particular is very simple:
> http://www.consultar.com/Squeak/tutorial/fishbowl.html
>
> ...but I couldn't get through it for some reason. When I try to
> "create a Pooh object" it yells at me "MessageNotUnderstood:
> Array>>build3DObject"

It appears that the Balloon3D package in 3.6-Full had a bug.

I've attached a fix for that bug that you can load right now; we can also put 
a fix for it in the update stream.

What to do with the fix:

* save the attachment into your Squeak directory
* In Squeak, open the World menu
* choose open/file list
* select the saved attachment in the file list
* press the "install" button
* save your image

-- 
Ned Konz
http://bike-nomad.com/squeak/
-------------- next part --------------
'From Squeak3.6 of ''6 October 2003'' [latest update: #5424] on 23 June 2004 at 6:47:48 am'!
"Change Set:		PoohSubdivisionCreationFix-nk
Date:			23 June 2004
Author:			Ned Konz

The Balloon3D version shipped with the 3.6-Full image broke Pooh painting.

This change set restores the use of Pooh painting.
"!


!Subdivision class methodsFor: 'instance creation' stamp: 'nk 6/23/2004 06:45'!
constraintOutline: pointCollection
	^(self points: pointCollection shuffled) constraintOutline: pointCollection; yourself! !



More information about the Squeak-dev mailing list