Hey Jens, while looking at the Snap! nasciturus's (what does that mean lol) hierarchy, I found this. It looked to me like I should follow the instructions for Scratch Patches, so I did. It came up with an error, saying this:
EventHatMorph other helpScreenName
_____________________________________________________
helpScreenName
(self isKindOf: MouseClickEventHatMorph)
ifTrue: [^ 'mouseclickHat'].
(self isKindOf: KeyEventHatMorph)
ifTrue: [^ 'keyHat'].
self eventName = 'Scratch-StartClicked' ifTrue: [^ 'startHat'].
^ 'broadcastHat'.
End of block expected ->^ nilI removed the ^ nil, and it went. When I tried to drag out a hat though, it turned into a red rectangle with a yellow outline and X across it.
I'm guessing that the entire thing was an experiment you never got to work right, right?
Last edited by scimonster (2011-08-23 14:38:13)
Offline
What are you talking about?

Offline
didjexpert wrote:
What are you talking about?
Jens will (hopefully) understand what I'm talking about as soon as he sees it. That's mainly who it's for.
Offline
Jens wrote:
Hi scimonster, collapsable scripts did really work, but on an older version of the Scratch (Squeak) source code, I think it was 1.2...
Odd. Why doesn't it work in 1.4? :S
Offline
They work fine in Bingo 1.3...
Offline
scimonster wrote:
Jens wrote:
Hi scimonster, collapsable scripts did really work, but on an older version of the Scratch (Squeak) source code, I think it was 1.2...
Odd. Why doesn't it work in 1.4? :S
It's probably something got changed from the original source.
Offline