I love Scratch, it is so easy to explain & teach. However, I am trying to run a Scratch program on boot to start working immediately on a Raspberry Pi.
I have been able to get the script to autostart, remote sensor connections have been enabled, but nothing much else happens until the RSC dialog 'ok' has been clicked.
Question? is there anyway to disable the RSC dialog so that the script can run at boot without user interaction.
PS, I have tried using a Python script to broadcast a start message but the stage doesn't display any updated variables.
Offline
petethespark,
You need to modify the following code.
You can find how to modify the code here.
http://wiki.scratch.mit.edu/wiki/Mesh#M … of_Scratch
Offline