[GOODIE] RCXMorph-nk

ned at bike-nomad.com ned at bike-nomad.com
Sat Jan 28 03:57:01 UTC 2012


(copy both of these attachments into your Squeak directory)

from preamble:

"Change Set:		RCXMorph-nk
Date:			6 April 2002
Author:			Ned Konz <ned at bike-nomad.com>

This change set builds on Alexandre Bergel's RCX
change set, available from the Squeak Swiki
at http://minnow.cc.gatech.edu/squeak/2412

This fixes some communications problems in
Alexandre Bergel's rcx change set, and adds a
scriptable RCXMorph. You can click on the
A, B, or C connectors on the Morph image to
turn the motors on and off.

It also allows multiple users of a single RCX connection,
and attempts to re-connect at image startup time.

You must have the image file rcx2small.gif in
your Squeak directory before you load this change set.

Only the motors and sounds work so far."

(FileDirectory default fileExists: 'rcx2small.gif')
ifFalse: [ self error: 'you must have rcx2small.gif in your Squeak
directory first' ]!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RCXMorph-nk.cs.gz
Type: application/octet-stream
Size: 4636 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20120128/4a2afc80/RCXMorph-nk.cs.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rcx2small.gif
Type: image/gif
Size: 20339 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20120128/4a2afc80/rcx2small.gif


More information about the Squeak-dev mailing list