This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-10-28 09:20:33

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

How to fill-screen off in BYOB 3.1.1-works on ALL OS's

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  big_smile

Offline

 

#2 2011-10-28 09:23:36

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: How to fill-screen off in BYOB 3.1.1-works on ALL OS's

Or use BYOBdevelopment.sh/.exe  tongue


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#3 2011-10-28 09:25:03

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: How to fill-screen off in BYOB 3.1.1-works on ALL OS's

i'm a linux user -.-
it doesn't work

Offline

 

#4 2011-10-28 09:56:58

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: How to fill-screen off in BYOB 3.1.1-works on ALL OS's

You can't run BYOB from the command line?


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#5 2011-10-28 10:06:56

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: How to fill-screen off in BYOB 3.1.1-works on ALL OS's

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

 

#6 2011-10-28 10:22:07

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: How to fill-screen off in BYOB 3.1.1-works on ALL OS's

You can't give scratch_squeak_vm command line arguments?


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#7 2011-12-06 10:14:35

PencilFactory
Scratcher
Registered: 2011-11-11
Posts: 100+

Re: How to fill-screen off in BYOB 3.1.1-works on ALL OS's

sensing; color under sprite ________.


PencilFactory is http://blocks.scratchr.org/API.php?user=PencilFactory&action=onlineStatus&type=text, see my computerhttp://mag.racked.eu/cimage/i9002/Achievement+get%21/Computer+crashed/mca.png

Offline

 

#8 2011-12-06 10:20:30

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: How to fill-screen off in BYOB 3.1.1-works on ALL OS's

PencilFactory wrote:

sensing; color under sprite ________.

?

Offline

 

#9 2011-12-07 01:05:37

bharvey
Scratcher
Registered: 2008-08-10
Posts: 1000+

Re: How to fill-screen off in BYOB 3.1.1-works on ALL OS's

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.


http://cs.berkeley.edu/~bh/sig5.png

Offline

 

Board footer