MathWhizz found and fixed a little perforance issue with using Scratch onthe RaspberryPi. I've read the Scratch source code re-distribution requirements and it looks OK to re-distribute our modifed version on the RaspberryPI and still call it Scratch.
But I'd like to add some text into the image saying how its been modded slightly.
Where/what/how can I do this?
regards
Simon
Offline
When you've edited your image, place it in the base directory of Scratch (where the vm is running from.)
Now you need to open Scratch, open the workspace and paste this:
| logo | logo _ Form fromFileNamed: 'Scratch.gif'. (ScratchFrameMorph classPool at: #ScratchSkin) at: #scratchLogo put: logo. ScratchFrameMorph allInstancesDo: [:frame | (frame instVarNamed: #logoMorph) form: logo]
Select it all and press alt + d (this runs the code.)
Offline
No
You've gone too far
As its just a little bug fix, we don't need to change the name etc -but I just wanted to add a bit of documentation on yourchanges into the .image file for future reference
But thanks for the info for when I produce ItchyPi
Simon
Offline