1. open BYOB
2. right-click a block, and choose 'edit elements'
3. navigate to 'Scratch→Scratch-UI-Panes→ScratchFrameMorph
4. in ScratchFrameMorph, navigate to 'byob→is development mode'
5. remove all the code you find there, except for one ^true, which you should find in the code there, and place as the code.
6. SAVE! don't just click on ok!
7. shift click edit menu
Offline
Or use BYOBdevelopment.sh/.exe
Offline
MathWizz wrote:
You can't run BYOB from the command line?
well, the development.bat file is for lunching the BYOB.exe file, not the scratch_squeak_vm equivalent in linux, so it doesn't work. this is the only way for linux users.
Offline
sensing; color under sprite ________.
Offline
You should be able to say something like
byob foo.ypr dev foo.ypr
(I'm not sure why I had to put that twice, but that's what made it work for me in MacOS.)
/usr/bin/byob is a shell script that takes arguments, and if the second argument is "dev" it'll do what you want, I'm pretty sure.
Offline