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

#3651 2011-09-08 13:38:41

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

Re: BYOB 3 - Discussion Thread

shift+enter

Offline

 

#3652 2011-09-08 15:58:54

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

Re: BYOB 3 - Discussion Thread

@ Jens
Is it a major issue to provide a "provisional" Save function in your pre-pre-Snap!
Because there are already many Snap! applications that can be written in a Logo-like manner.But the impossibility to save the work done does not encourage to do that.

Offline

 

#3653 2011-09-08 17:11:12

14God
Scratcher
Registered: 2008-11-14
Posts: 100+

Re: BYOB 3 - Discussion Thread

xly wrote:

@ Jens
Is it a major issue to provide a "provisional" Save function in your pre-pre-Snap!
Because there are already many Snap! applications that can be written in a Logo-like manner.But the impossibility to save the work done does not encourage to do that.

I whole heartedly agree!

Last edited by 14God (2011-09-08 17:11:32)


http://cs.berkeley.edu/~bh/sig4.png
Logic and reason have led me to atheism... but I'm stuck with the name  tongue

Offline

 

#3654 2011-09-08 19:16:41

knubee
New Scratcher
Registered: 2011-05-14
Posts: 12

Re: BYOB 3 - Discussion Thread

Ah, thanks!

Offline

 

#3655 2011-09-08 19:29:19

knubee
New Scratcher
Registered: 2011-05-14
Posts: 12

Re: BYOB 3 - Discussion Thread

I want to export some blocks I have created and be able to import them into other projects (similar to importing the "tools.ypr" file).

This is what I have tried:
1. Create a new sprite
2. Drag instances of the new blocks I want to export to the script area of the new sprite
3. Export the sprite
4. Attempt to import the sprite into a new file with "import project"

However, at step 4, the recently-exported sprite file is not visible.

The exported file does exists and I can use it to start up Snap -- and the new blocks are there with the sprite.

I am able to import the Snap "tools.ypr" file into an existing project, so any insights into why I cannot see my own recently-exported file when using "import project"? (I am running Snap on Ubuntu, if that makes any difference.)

Offline

 

#3656 2011-09-08 23:48:29

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

Re: BYOB 3 - Discussion Thread

Jens wrote:

V8 doesn't compile to byte-code but directly to machine code, and it inline-caches the compilation results.

Do you mean the V8 engine itself compiles to machine code or the Javascript that it interprets? Because the latter would be darn cool.


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

Offline

 

#3657 2011-09-09 01:02:14

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

Re: BYOB 3 - Discussion Thread

knubee wrote:

I want to export some blocks I have created and be able to import them into other projects (similar to importing the "tools.ypr" file).

This is what I have tried:
1. Create a new sprite
2. Drag instances of the new blocks I want to export to the script area of the new sprite
3. Export the sprite
4. Attempt to import the sprite into a new file with "import project"

However, at step 4, the recently-exported sprite file is not visible.

The exported file does exists and I can use it to start up Snap -- and the new blocks are there with the sprite.

I am able to import the Snap "tools.ypr" file into an existing project, so any insights into why I cannot see my own recently-exported file when using "import project"? (I am running Snap on Ubuntu, if that makes any difference.)

because it says 'import project' and not 'import sprite'  tongue

Offline

 

#3658 2011-09-09 01:37:06

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

Re: BYOB 3 - Discussion Thread

question: will i be able to open projects made with previous versions of byob on snap when it is done?

Last edited by joefarebrother (2011-09-09 01:37:33)


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

 

#3659 2011-09-09 01:51:47

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

Re: BYOB 3 - Discussion Thread

joefarebrother wrote:

question: will i be able to open projects made with previous versions of byob on snap when it is done?

Nah, we're going to abandon our old user base, just like the big software companies.

Just kidding.  Of course you will.  If it turns out to be too much of a load on the sleek, lean Snap! code, then there'll be an external application to convert.


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

Offline

 

#3660 2011-09-09 01:53:58

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

Re: BYOB 3 - Discussion Thread

knubee wrote:

4. Attempt to import the sprite into a new file with "import project"

The right way to do this is to click the middle of the three new-sprite buttons, the one whose tooltip says "Choose new sprite from file."  Alternatively, you can just drag the sprite-file icon from your desktop onto BYOB.


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

Offline

 

#3661 2011-09-09 02:49:11

knubee
New Scratcher
Registered: 2011-05-14
Posts: 12

Re: BYOB 3 - Discussion Thread

bharvey wrote:

knubee wrote:

4. Attempt to import the sprite into a new file with "import project"

The right way to do this is to click the middle of the three new-sprite buttons, the one whose tooltip says "Choose new sprite from file."

Doh! Too tired :-) Thanks.

Offline

 

#3662 2011-09-09 02:56:13

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

Re: BYOB 3 - Discussion Thread

14God wrote:

xly wrote:

@ Jens
Is it a major issue to provide a "provisional" Save function in your pre-pre-Snap!
Because there are already many Snap! applications that can be written in a Logo-like manner.But the impossibility to save the work done does not encourage to do that.

I whole heartedly agree!

+2,000,000! XD

Offline

 

#3663 2011-09-09 13:27:37

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

Re: BYOB 3 - Discussion Thread

It' more fun to compete !
http://www.xleroy.net/ByobTuto/New/Snap!/Thumbnails.html

Offline

 

#3664 2011-09-09 17:32:38

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

Re: BYOB 3 - Discussion Thread

I use the debbugger alot when trying to make sense of projects. I think that the debugger should have the '>' button further from the '>|' button because it can be VERY annoying especially when I am trying to make sensde of a complecated project like bharvey's reguar expression project i accidently press it and the debugger closes.


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

 

#3665 2011-09-10 00:36:20

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

Re: BYOB 3 - Discussion Thread

joefarebrother wrote:

I think that the debugger should have the '>' button further from the '>|' button

I think those buttons should be labelled in words, personally.  But we're going to design a less minimalist debugger at some point in the next year; we promised the NSF.   smile


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

Offline

 

#3666 2011-09-10 01:14:30

Sidharth
Scratcher
Registered: 2007-12-14
Posts: 100+

Re: BYOB 3 - Discussion Thread

bharvey wrote:

I think those buttons should be labelled in words, personally.  But we're going to design a less minimalist debugger at some point in the next year; we promised the NSF.   smile

Is there any chance you could bring back the single-step debugger thingy? I really loved that one... Got really used to it.

Last edited by Sidharth (2011-09-10 01:15:02)


http://www.danasoft.com/citysign.jpg

Offline

 

#3667 2011-09-10 01:19:22

Sidharth
Scratcher
Registered: 2007-12-14
Posts: 100+

Re: BYOB 3 - Discussion Thread

One more thing, is BYOB going to be renamed to Snap! ? Or will Snap! just be an alternative name? ... And, I'm a bit confused (haven't been following this thread for a while ...). Is BYOB being rewritten in HTML5/JS? Will there be a downloadable version? (An image file that can be run in the Squeak! VM?)


http://www.danasoft.com/citysign.jpg

Offline

 

#3668 2011-09-10 01:41:01

Sidharth
Scratcher
Registered: 2007-12-14
Posts: 100+

Re: BYOB 3 - Discussion Thread

Jens wrote:

Snap! update

in our nasciturus prototype we're now starting to experiment with variables:

http://chirp.scratchr.org/dl/experimental/JsMorphic/sprite_vars.png

Enjoy!

Here's a bug I found to do with the outlines drawn on blocks that are currently running: http://server1100.comuv.com/random/SnapBug.swf.html (Made with CamStudio v2.6 SWF producer)

Suggestion: When a block is dragged onto a script that is still running, include it in the outline or just stop the script.

Also, I thought the outline looked weird. Maybe the good old Scratch one?


http://www.danasoft.com/citysign.jpg

Offline

 

#3669 2011-09-10 01:55:52

14God
Scratcher
Registered: 2008-11-14
Posts: 100+

Re: BYOB 3 - Discussion Thread

Sidharth wrote:

Here's a bug I found to do with the outlines drawn on blocks that are currently running: http://server1100.comuv.com/random/SnapBug.swf.html (Made with CamStudio v2.6 SWF producer)

Suggestion: When a block is dragged onto a script that is still running, include it in the outline or just stop the script.

That actually reminds me of a glitch I found in a tycoon game where if you take a guest off of one of the rides the seat will still be stuck to his hips  big_smile  . But in this case the outline is still stuck to the block.

Last edited by 14God (2011-09-10 01:59:30)


http://cs.berkeley.edu/~bh/sig4.png
Logic and reason have led me to atheism... but I'm stuck with the name  tongue

Offline

 

#3670 2011-09-10 08:04:03

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

Re: BYOB 3 - Discussion Thread

bharvey wrote:

Check out my project about finite state machines and regular expressions.

i am trying to work out how it works using the debugger but i keep on accidently closing it  sad


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

 

#3671 2011-09-10 12:05:02

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

Re: BYOB 3 - Discussion Thread

joefarebrother wrote:

i am trying to work out how it works using the debugger but i keep on accidently closing it  sad

I think it's way too complicated to study by stepping through the code on the computer.  You have to study each procedure, assuming all the other procedures work, and knowing what this procedure is supposed to do because you've read about it in the book (see the project notes).


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

Offline

 

#3672 2011-09-10 12:08:13

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

Re: BYOB 3 - Discussion Thread

Sidharth wrote:

One more thing, is BYOB going to be renamed to Snap! ? Or will Snap! just be an alternative name? ... And, I'm a bit confused (haven't been following this thread for a while ...). Is BYOB being rewritten in HTML5/JS? Will there be a downloadable version? (An image file that can be run in the Squeak! VM?)

Yes, it's being renamed Snap!.  But it's also still called Build Your Own Blocks, we decided, as a sort of subtitle; we just don't acronymize it.  And yes, HTML5/JS.  So, no Squeak VM, but it'll be able to run on your computer by way of standalone JS compilers.


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

Offline

 

#3673 2011-09-10 12:12:15

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

Re: BYOB 3 - Discussion Thread

Sidharth wrote:

Is there any chance you could bring back the single-step debugger thingy? I really loved that one... Got really used to it.

You mean the thing Scratch calls "single step" that's really "run very slowly"?  Maybe, but not right away.  We're way behind schedule (my fault, for having an unrealistic schedule; Jens is still working daily miracles as usual).

But if we do, it won't be called "single step"!

PS  There's now a SNAP! release category in the Bugzilla at byobugs.com, so we're open for bug reports and feature requests.


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

Offline

 

#3674 2011-09-10 17:00:47

fanofcena
Scratcher
Registered: 2008-07-03
Posts: 1000+

Re: BYOB 3 - Discussion Thread

14God wrote:

xly wrote:

@ Jens
Is it a major issue to provide a "provisional" Save function in your pre-pre-Snap!
Because there are already many Snap! applications that can be written in a Logo-like manner.But the impossibility to save the work done does not encourage to do that.

I whole heartedly agree!

Um a localstorage or JsCookie would serve the issue amazingly or well else there are tons of was like AMAS and etc for implementing that on client side  smile


http://i53.tinypic.com/2vxr2c0.png Click whats above u might make a cute planet happy ^_^

Offline

 

#3675 2011-09-10 22:16:04

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

Re: BYOB 3 - Discussion Thread

bharvey wrote:

PS  There's now a SNAP! release category in the Bugzilla at byobugs.com, so we're open for bug reports and feature requests.

Let the games begin.  big_smile

EDIT: Wow, it's actually pretty stable! The only immediate bug I could find was the ever-present Chrome backspace issue.

Last edited by shadow_7283 (2011-09-10 22:21:55)

Offline

 

Board footer