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

#4776 2012-03-08 15:22:14

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

Re: BYOB 3 - Discussion Thread

joefarebrother wrote:

well script variables is a varadic [b]upvar[b/] not a varadic [b]input[b/]

True.  So, just think about the JOIN WORDS example.


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

Offline

 

#4777 2012-03-09 13:16:20

xly
Scratcher
Registered: 2010-04-17
Posts: 100+

Re: BYOB 3 - Discussion Thread

@Jens & bharvey
Congratulations for the new features (When I'm clicked, When Key pressed, Touching, Key pressed, Duplicate sprites (with duplication of the script area), etc It works fine for the moment (except that Numeric Pad keys are not recognized, this problem existsing allready for Byob)

Offline

 

#4778 2012-03-09 13:19:19

xly
Scratcher
Registered: 2010-04-17
Posts: 100+

Re: BYOB 3 - Discussion Thread

@Jens
I've also the impression that the problem related with filling numbers into instructions slots (like in GOTO for example) is now fixed !!

Offline

 

#4779 2012-03-09 13:46:43

joefarebrother
Scratcher
Registered: 2011-04-08
Posts: 1000+

Re: BYOB 3 - Discussion Thread

bharvey wrote:

joefarebrother wrote:

well script variables is a varadic [b]upvar[b/] not a varadic [b]input[b/]

True.  So, just think about the JOIN WORDS example.

well it would have to look different


My latest project is called http://tinyurl.com/d2m8hne! It has http://tinyurl.com/d395ygk views, http://tinyurl.com/cnasmt7 love-its, and http://tinyurl.com/bwjy8xs comments.
http://tinyurl.com/756anbk   http://tinyurl.com/iplaychess

Offline

 

#4780 2012-03-09 14:00:51

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: BYOB 3 - Discussion Thread

Green flag icon doesn't seem to be showing up for me (nor the stop sign)


http://i.imgur.com/zeIZW.png

Offline

 

#4781 2012-03-09 15:50:32

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

Re: BYOB 3 - Discussion Thread

joefarebrother wrote:

well it would have to look different

Yeah.  Feel free to post a suggested picture...


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

Offline

 

#4782 2012-03-09 16:30:29

xly
Scratcher
Registered: 2010-04-17
Posts: 100+

Re: BYOB 3 - Discussion Thread

@Jens
Is it your birthday today ? Because you you are offering us a wonderful fireworks : Say, Think, Stamp, Join, Length of word, etc  plus  many others already mentioned above ??

Offline

 

#4783 2012-03-09 17:13:57

Jens
Scratcher
Registered: 2007-06-04
Posts: 1000+

Re: BYOB 3 - Discussion Thread

Thanks, Xavier. It's just that I'm really impatient and that some things are coming together and start making sense. I love this project stage, it's like origami when you flip a sheet of folded paper and suddenly you see the swan :-)


Jens Mönig

Offline

 

#4784 2012-03-09 18:14:35

xly
Scratcher
Registered: 2010-04-17
Posts: 100+

Re: BYOB 3 - Discussion Thread

@ Jens
Please find examples of my Snap! Initiation Games using your last new instructions.
All of them work perfectly well. like a Snap !

http://www.xleroy.net/ByobTuto/New/Thumbnails.html

Offline

 

#4785 2012-03-10 04:15:55

xly
Scratcher
Registered: 2010-04-17
Posts: 100+

Re: BYOB 3 - Discussion Thread

@Jens
1 - When I create a long word of successive numbers (to store initials of drawing commands) after a while the "word" is lost and replaced by Infinity". I Understand the reason behind this (even for the German language there is a word length limit), but this limitation did not exist for Scratch/Byob (see my GO..GO Scratch project as an example)
2 - A command "function" is restricted to Local. The other sprites cannot access to it.

Offline

 

#4786 2012-03-10 04:43:27

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: BYOB 3 - Discussion Thread

Hardmath123 wrote:

Is it like this:
http://www.imgpaste.com/XIkR.png

No, it's a bit more complicated so it works more like Scratch.

Anyway, Snap has one now, anyway.

Offline

 

#4787 2012-03-10 08:35:30

xly
Scratcher
Registered: 2010-04-17
Posts: 100+

Re: BYOB 3 - Discussion Thread

@Jens & bharvey
1 - xly said "the "word" is lost and replaced by Infinity". Sorry for misunderstanding. The problem does not occur when the successive added character is a letter. If the word is made of number characters , "word" is considered as being a number and as such has a length limit.
2 - xly said "2 - A command "function" is restricted to Local "
Nevertheless this function local (FOO) to say Turtle, can be run from any other sprite, if Turtle defines a "global" method variable set to THE SCRIPT C-Shape + FOO. So FOO can be run from any other Sprite , but commands only this Turtle.

Offline

 

#4788 2012-03-10 08:51:13

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

Re: BYOB 3 - Discussion Thread

http://www.imgpaste.com/HQp0.png

NSError? Cocoa?  tongue

Last edited by Hardmath123 (2012-03-10 08:51:27)


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

Offline

 

#4789 2012-03-10 10:30:47

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: BYOB 3 - Discussion Thread

I used some of BYOB's cloning and launching functions to create a crazy error creator, which clones at different, random places every time it's started. I know it'd be better to stamp it, but it's a good go at BYOB features.  tongue

http://img710.imageshack.us/img710/3843/cloningerrors.gif

Last edited by rdococ (2012-03-10 10:37:57)

Offline

 

#4790 2012-03-10 14:13:37

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: BYOB 3 - Discussion Thread

rookwood101 wrote:

Green flag icon doesn't seem to be showing up for me (nor the stop sign)

Browser?

Checking out the new version very soon. Sounds great!  wink

Offline

 

#4791 2012-03-10 14:30:10

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: BYOB 3 - Discussion Thread

The execution time could be improved.  hmm
Loading a palette is quite slow. I also sometimes get errors saying the script (morphic.js usually) has become unresponsive.

Offline

 

#4792 2012-03-10 15:05:28

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: BYOB 3 - Discussion Thread

scimonster wrote:

rookwood101 wrote:

Green flag icon doesn't seem to be showing up for me (nor the stop sign)

Browser?

Checking out the new version very soon. Sounds great!  wink

Firefox 10.0.2
Windows 7 x64


http://i.imgur.com/zeIZW.png

Offline

 

#4793 2012-03-10 16:07:44

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

Re: BYOB 3 - Discussion Thread

[letter 123 of 'Hello'] doesn't throw anything  hmm
some clearer message?

Offline

 

#4794 2012-03-11 05:48:14

xly
Scratcher
Registered: 2010-04-17
Posts: 100+

Re: BYOB 3 - Discussion Thread

@Jens
I'm relieved at the good news that you just have fixed this teething issue of feeding numbers into number input slots (Goto for example) !

Offline

 

#4795 2012-03-11 10:27:14

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: BYOB 3 - Discussion Thread

bharvey wrote:

rdococ wrote:

Actually, I was refering to if we could create blocks the shape of [the script], not having those inputs.

I'm not sure what you mean by "not having those inputs."  You mean, you want a C-shaped block that doesn't include the "Input names" option?  Because "the shape of [the script] is otherwise just a plain C-shaped block.  You can make a block that has one C-shaped input and in its definition, put the variable oval from the prototype into a THE SCRIPT block.  If that's not what you mean, you'll have to draw me a picture or something.

There aren't any bumps or things on the top or bottom of [the script], so I want to be able to kind of make rectangular blocks like [the script]. It'd prevent a few issues, too.

Offline

 

#4796 2012-03-11 10:44:02

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

Re: BYOB 3 - Discussion Thread

rdococ wrote:

There aren't any bumps or things on the top or bottom of [the script], so I want to be able to kind of make rectangular blocks like [the script].

oh, yeah, sorry for being dense.  Sure, Make a Block, choose the Reporter option, and then in the block editor, give it an input slot of type C-shaped.


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

Offline

 

#4797 2012-03-11 13:50:38

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: BYOB 3 - Discussion Thread

rookwood101 wrote:

scimonster wrote:

rookwood101 wrote:

Green flag icon doesn't seem to be showing up for me (nor the stop sign)

Browser?

Checking out the new version very soon. Sounds great!  wink

Firefox 10.0.2
Windows 7 x64

Fixed now.


http://i.imgur.com/zeIZW.png

Offline

 

#4798 2012-03-12 10:20:48

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

Re: BYOB 3 - Discussion Thread

What do we need these for?
http://www.imgpaste.com/1Rfk.png


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

Offline

 

#4799 2012-03-12 11:11:57

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

Re: BYOB 3 - Discussion Thread

unicode support?  tongue

Offline

 

#4800 2012-03-12 11:15:10

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

Re: BYOB 3 - Discussion Thread

Hardmath123 wrote:

What do we need these for?
http://www.imgpaste.com/1Rfk.png

Convert between upper and lower case characters; get a character that isn't on your keyboard into a string; turn certain letter combinations into ligatures; sort strings; implement substitution cyphers by array indexing; ...


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

Offline

 

Board footer