bharvey wrote:
nXIII wrote:
Look at all the wonderful things you can do with native widgets!
Umm, are you really sure you want your browser to spell check your password?
Umm, it doesn't. (That's why the password field doesn't have any red squiggles.)
Offline
Well, you could always have one of those new-age visual passwords (like dragging along the edge of a book in a picture)… that solves your non-technical-crowd problem, too.
EDIT: My first real attempt at making my own signature, what do you think?
Last edited by Hardmath123 (2013-03-02 02:48:06)
Offline
Hardmath123 wrote:
My first real attempt at making my own signature, what do you think?
The font's a little blurry, but I see where you're going. Still, I really think you should do an n and not have a big image at all...
Offline
bharvey wrote:
joefarebrother wrote:
Why does the second use of the binary search block cause an error when the first doesn't?
Because the first example happens not to need to make a recursive call. The problem is in RECURSIVE, not in the search block:
http://cs.berkeley.edu/~bh/jfbfact.png
Usually in a case involving scope of variables when I can't decide whether to declare something to be a bug in Snap! or a bug in the user's program, I just try it in Scheme, but Scheme doesn't have upvars. But it works in BYOB! So, yeah, it's a Snap! bug.
Ah, ok. I'll just have to do it with script variables and set.
Offline
@bharvey & Jens
For me , as a Lambda Snap! user, cloud Save of Snap! projects works well with Chrome. Snap! projects saved using Chrome can be re-Opened with Firefox. No need to use the Export to *.xml to protect projects from any cause of deletion, like browser cache cleaning !
Last edited by xly (2013-03-02 03:39:45)
Offline
blob8108 wrote:
Hardmath123 wrote:
My first real attempt at making my own signature, what do you think?
The font's a little blurry, but I see where you're going.
That's the point! I was going for Tim Burton meets Jackson Pollack, but clearly I flunked.
Still, I really think you should do an n and not have a big image at all...
Yeah, I'll keep a text-only signature once we shift to 2.0 (more text control!). Speaking of which, nice cake!
Last edited by Hardmath123 (2013-03-02 04:02:33)
Offline
Hardmath123 wrote:
nice cake!
Thanks!
Offline
Hey, remember when I said I was going to make a scheme interpreter is scratch? Well, I've built the basic data types Integers, Pairs, Symbols, and Booleans, and built a test program to test these!. It's not a scheme interpreter yet, but it tests for bugs in what I've done so far.
Offline
roijac wrote:
blob8108 wrote:
Hardmath123 wrote:
nice cake!
Thanks!
what's the name of the object with the eat() method?
"mike". The guy I made the cake for.
Offline
@blob: All that conversation finally got me to click the link -- I'd thought you meant a virtual cake in Scratch! But it's a real cake! Can we be friends too?
@jfb: This weekend I'm booked solid interviewing ridiculously smart high school seniors for the Berkeley scholarship office, so, I am going to look at your Scheme stuff but probably not until Monday.
Offline
bharvey wrote:
Can we be friends too?
You want me to make you cake?
Offline
estile wrote:
hey everyone, ive just got into BYOB and noticed something called the elements editor you can get to by right clicking a block. does anyone know what it is or how to use it?
It's a drag-and-drop interface for BYOB's Squeak code.
Last edited by nXIII (2013-03-02 17:32:53)
Offline
Hardmath123 wrote:
My first real attempt at making my own signature, what do you think?
{{{}}, {{}, {{}}}, {{}, {{}}, {{}, {{}}}}
(EDIT: I decided I like this way better than my first effort.)
Last edited by bharvey (2013-03-02 22:47:34)
Offline
The brackets aren't matched up…
Offline
@bharvey
The instruction "property OF sprite" allows a sprite to know for any other "slave" sprite :
1 - its physical properties (xposition, yposition ...)
2 - its methods (= a local variable defined as a script block, executable by RUN for example).
But "property OF sprite" does not give access to local custom blocks of "slave sprite".
For which reason local methods and local blocks are handled in a different way by OF instruction ?
Last edited by xly (2013-03-03 18:26:31)
Offline
xly wrote:
For which reason local methods and local blocks are handled in a different way by OF instruction ?
Because we haven't designed, let alone implemented, the 4.1 OOP system. The OF block right now is really just supposed to do what it does in Scratch; it's a happy accident, which you discovered, that it lets you call methods. Give us a while to recover from 4.0; we'll get there.
Offline
Where are the block specs for Snap!?
Also, how do you let a web server be accessed through the http:// block?
Last edited by technoboy10 (2013-03-07 13:59:40)
Offline
illusionist wrote:
I NEEED IT! NAOW!
There need to be a way to upload BYOB projects to a BYOB website...
Offline