Discuss Scratch
- blob8108
-
1000+ posts
scratchblocks2
Check out the latest version of the scratchblocks generator I've been hacking on! It has a brand-new absolutely-positioned app-like layout, thanks to some intense procrastinating I've done this afternoon.
Scratchblocks still aren't enabled on the forums or wiki, but you can still use the test page as before, and there are also instructions for enabling them on your site. (example on weebly by zorket).
EDIT: the generator now lives at scratchblocks.github.io/generator/
Scratchblocks still aren't enabled on the forums or wiki, but you can still use the test page as before, and there are also instructions for enabling them on your site. (example on weebly by zorket).

EDIT: the generator now lives at scratchblocks.github.io/generator/
Last edited by blob8108 (July 20, 2015 10:17:14)
- Hardmath123
-
1000+ posts
scratchblocks2
Which reminds me I need to get to work on hexagonal hexagons. 

- DigiTechs
-
500+ posts
scratchblocks2
Which reminds me I need to get to work on hexagonal hexagons.
Hexagonal hexagons are hexagonaly.

- blob8108
-
1000+ posts
scratchblocks2
Yes, get to work! Which reminds me I need to get to work on hexagonal hexagons.

(You never know, there might be some CSS ninja lurking somewhere who might beat you to it…)
- DigiTechs
-
500+ posts
scratchblocks2
Yes, get to work! Which reminds me I need to get to work on hexagonal hexagons.
(You never know, there might be some CSS ninja lurking somewhere who might beat you to it…)
Aww, darnit! Ninja'd! I was going to post that!
- Hardmath123
-
1000+ posts
scratchblocks2
My money's on n… if he sees this. (You never know, there might be some CSS ninja lurking somewhere who might beat you to it…)

- blob8108
-
1000+ posts
scratchblocks2
I'm sure he can do it, if it's possible. But I'm pretty convinced it isn't with pure CSS. My money's on n…

Which sentence? I was going to post that!
- DigiTechs
-
500+ posts
scratchblocks2
I'm sure he can do it, if it's possible. But I'm pretty convinced it isn't with pure CSS. My money's on n…Which sentence? I was going to post that!
The CSS ninja sentence

- nXIII
-
1000+ posts
scratchblocks2
You can do it with CSS; you just need a bunch of useless extra elements if you want highlights and stuff (because nobody implemented the awesomeness of ::before(n))I'm sure he can do it, if it's possible. But I'm pretty convinced it isn't with pure CSS. My money's on n…
- blob8108
-
1000+ posts
scratchblocks2
Yeah, the lack of multiple :before pseudo-elements is a pain you just need a bunch of useless extra elements if you want highlights and stuff (because nobody implemented the awesomeness of ::before(n))


- nXIII
-
1000+ posts
scratchblocks2
You can either use borders (but you have to calculate the width with JS) or the Yeah, the lack of multiple :before pseudo-elements is a pain to syntax with gradients.Extra elements are easy; care to explain your method…?
- Hardmath123
-
1000+ posts
scratchblocks2
Can I make this the first news item on the sticky? I want to mention some of the recent projects.
- blob8108
-
1000+ posts
scratchblocks2
Go ahead! Can I make this the first news item on the sticky?

Umm… I asked Lightnin a month or two ago… but I think they're busy How long until this gets uploaded to Scratch?

- DigiTechs
-
500+ posts
scratchblocks2
Aw! It would look so cool for this to be avaliable!
Also, if this IS implemented as a BBCode, don't you you think it would be a good idea to manually set it's category? It would help for making block examples, such as this:
Also, if this IS implemented as a BBCode, don't you you think it would be a good idea to manually set it's category? It would help for making block examples, such as this:
[scratchblocks=motion]glide (100) steps in current direction[/scratchblocks]
- blob8108
-
1000+ posts
scratchblocks2
Ah, but how would you do multiple blocks? Also, if this IS implemented as a BBCode, don't you you think it would be a good idea to manually set it's category?
EDIT: something like a comment on the end of the line might work better. But I'm not sure I like that either.

Last edited by blob8108 (May 12, 2013 10:06:15)
- DigiTechs
-
500+ posts
scratchblocks2
Ah, but how would you do multiple blocks? Also, if this IS implemented as a BBCode, don't you you think it would be a good idea to manually set it's category?
EDIT: something like a comment on the end of the line might work better. But I'm not sure I like that either.
I was thinking this was a particularly good idea for things like custom blocks - because your renderer currently renders them as red blocks and having a correctly coloured block would help a little when recognizing what category you're in. For the multiple blocks, I was thinking they would all appear the same, like these blocks do:
move (10) steps
glide (1) secs to x:() y:()
[scratchblocks=motion]
say [Hello!]
play sound [Motion v]
jump (10)
do a 360
[/scratchblocks]
All of those blocks would appear as motion blocks, regardless of their real category.
Last edited by DigiTechs (May 12, 2013 10:18:59)