seandenigris / Living-Code

How do we make the IDE more like real life - live, direct, and fun!
MIT License
8 stars 0 forks source link

Simulate Prototyping #14

Open seandenigris opened 10 years ago

seandenigris commented 10 years ago

How could we have one AtomMorph instance change its response to the #color message while all others continue to behave normally?

Possibilities:

seandenigris commented 10 years ago

How about making it a subclass of Prototype that forwards all non-special-case messages to the real class.