Hi list, Just for the record, after months of struggling and using alternative ugly, temporary solutions, we came up with a way to add this instance variable to Morph programmatically without getting any error:
[ ClassBuilder beSilent: true. Morph addInstVarNamed: 'flags'. ClassBuilder beSilent: false ] fork. SystemWindow allInstancesDo: [:each | each delete] Cheers, 2011/6/15 Bernat Romagosa <[email protected]> > Hi list, > > In order to get Scat to be able to import Scratch projects, we'd need to > add the 'flags' instVar to Morph, but whenever we try an error is > triggered. Is there a reason for this behaviour? How can we get to add this > variable? > > Thanks! > > -- > Bernat Romagosa > -- Bernat Romagosa.
