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

#1 2010-09-08 18:46:03

geohendan
Scratcher
Registered: 2009-08-06
Posts: 1000+

Downloaded BYOB... Now what?!

I downloaded BYOB, but I don't know how to open it. Help!  yikes


Scratching that nasty wart on my back since 2009!
http://i.imgur.com/OzpGtWV.jpg

Offline

 

#2 2010-09-08 19:07:04

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Downloaded BYOB... Now what?!

Run BYOB.exe  big_smile


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#3 2010-09-08 19:16:42

Jwosty
Scratcher
Registered: 2009-12-19
Posts: 500+

Re: Downloaded BYOB... Now what?!

geohendan wrote:

I downloaded BYOB, but I don't know how to open it. Help!  yikes

It depends... are you on a PC or Mac?


http://i39.tinypic.com/18ert5.png Google it.  smile

Offline

 

#4 2010-09-08 21:06:01

shadow_7283
Scratcher
Registered: 2007-11-07
Posts: 1000+

Re: Downloaded BYOB... Now what?!

And did you get the installer or zip file? I recommend using the installer.

Offline

 

#5 2010-09-08 23:18:49

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

Re: Downloaded BYOB... Now what?!

shadow_7283 wrote:

And did you get the installer or zip file? I recommend using the installer.

... provided you're on a Windows machine.   smile

Once it's installed, you should be able to run it exactly the same way you run Scratch, by double-clicking on its icon.  Maybe you should give more details about what you did and what happened...


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

Offline

 

#6 2010-09-08 23:26:09

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Downloaded BYOB... Now what?!

Since this seems to have little relevance to Scratch, but rather BYOB, I will move this to the advanced topics forum  smile

Offline

 

#7 2010-09-09 19:59:51

geohendan
Scratcher
Registered: 2009-08-06
Posts: 1000+

Re: Downloaded BYOB... Now what?!

coolstuff wrote:

Since this seems to have little relevance to Scratch, but rather BYOB, I will move this to the advanced topics forum  smile

K!  smile


Scratching that nasty wart on my back since 2009!
http://i.imgur.com/OzpGtWV.jpg

Offline

 

#8 2010-09-09 20:00:51

geohendan
Scratcher
Registered: 2009-08-06
Posts: 1000+

Re: Downloaded BYOB... Now what?!

Thx everybody, I know now but I barely know how to use it. xD Thanks!


Scratching that nasty wart on my back since 2009!
http://i.imgur.com/OzpGtWV.jpg

Offline

 

#9 2010-09-09 20:22:10

fullmoon
Retired Community Moderator
Registered: 2007-06-04
Posts: 1000+

Re: Downloaded BYOB... Now what?!

geohendan wrote:

Thx everybody, I know now but I barely know how to use it. xD Thanks!

Have you tried using "the script" to put a script in a variable and then run the variable with the "run" block? That's my favorite part of BYOB.


http://i302.photobucket.com/albums/nn100/fullmoon32/wow.jpg

Offline

 

#10 2010-09-09 20:24:19

Jwosty
Scratcher
Registered: 2009-12-19
Posts: 500+

Re: Downloaded BYOB... Now what?!

fullmoon wrote:

geohendan wrote:

Thx everybody, I know now but I barely know how to use it. xD Thanks!

Have you tried using "the script" to put a script in a variable and then run the variable with the "run" block? That's my favorite part of BYOB.

Same here! xD

But it may be a concept to complex for some one who just got the program... If I were you, I'd stick to making new blocks right now. Try lambda later!  wink


http://i39.tinypic.com/18ert5.png Google it.  smile

Offline

 

#11 2010-09-10 16:52:01

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Downloaded BYOB... Now what?!

Jwosty wrote:

fullmoon wrote:

geohendan wrote:

Thx everybody, I know now but I barely know how to use it. xD Thanks!

Have you tried using "the script" to put a script in a variable and then run the variable with the "run" block? That's my favorite part of BYOB.

Same here! xD

But it may be a concept to complex for some one who just got the program... If I were you, I'd stick to making new blocks right now. Try lambda later!  wink

But lambdas are so fun!  tongue


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#12 2010-09-11 07:50:53

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

Re: Downloaded BYOB... Now what?!

Not in BYOB 3  sad


/* No comment */

Offline

 

#13 2010-09-11 10:00:31

Jwosty
Scratcher
Registered: 2009-12-19
Posts: 500+

Re: Downloaded BYOB... Now what?!

ScratchReallyROCKS wrote:

Jwosty wrote:

fullmoon wrote:

Have you tried using "the script" to put a script in a variable and then run the variable with the "run" block? That's my favorite part of BYOB.

Same here! xD

But it may be a concept to complex for some one who just got the program... If I were you, I'd stick to making new blocks right now. Try lambda later!  wink

But lambdas are so fun!  tongue

Yeah! They are awesome.  big_smile

Oh yea, check out my article at recursion on the Scratch Wiki!  smile

(Credit to bharvey for enriching it big time)


http://i39.tinypic.com/18ert5.png Google it.  smile

Offline

 

#14 2010-09-12 07:51:19

rubiks_cube_guy238
Scratcher
Registered: 2009-07-02
Posts: 100+

Re: Downloaded BYOB... Now what?!

My favorite part of BYOB3 (and Jens agrees with me about this) are called upvars. That's when you make a c-shaped block (by adding a c-shaped input (name it 'blocks') ) and make an 'output' by adding an input var and selecting 'make internal variable visible to caller'. Then you can make a
___________________
|repeat (10) (count)| ◄(this is a variable you can drag out, but only for use in this block)
|   |
|   |                     
|_________________|

block.
To make it work, code the block this way:
________________________
|repeat (10)                  |
|   |run (blocks)
|   |change [count] by (1)
|______________________|

Now, drag out this block, and put this script in it:

say (count) for (0.5) secs

set it to repeat 10 times, and run this script.

The sprite should say the numbers from 0 to 9.

Like my artwork?  tongue

Last edited by rubiks_cube_guy238 (2010-09-12 07:51:57)


The glass is never half full nor half empty; it is twice as large as it needs to be.

Offline

 

#15 2010-09-12 10:00:43

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Downloaded BYOB... Now what?!

rubiks_cube_guy238 wrote:

My favorite part of BYOB3 (and Jens agrees with me about this) are called upvars. That's when you make a c-shaped block (by adding a c-shaped input (name it 'blocks') ) and make an 'output' by adding an input var and selecting 'make internal variable visible to caller'. Then you can make a
___________________
|repeat (10) (count)| ◄(this is a variable you can drag out, but only for use in this block)
|   |
|   |                     
|_________________|

block.
To make it work, code the block this way:
________________________
|repeat (10)                  |
|   |run (blocks)
|   |change [count] by (1)
|______________________|

Now, drag out this block, and put this script in it:

say (count) for (0.5) secs

set it to repeat 10 times, and run this script.

The sprite should say the numbers from 0 to 9.

Like my artwork?  tongue

Oh yeah, upvars are nice too. You can't make a "for" block without them!


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

Board footer