Discuss Scratch

ArchieApple247
Scratcher
19 posts

Blue 1.4β, a Scratch 2.0 Mod

Some featured are not avalible

ⒶⓡⓒⓗⓘⓔⒶⓟⓟⓛⓔ- Ⓒⓞⓓⓘⓝⓖ ⓣⓞ ⓣⓗⓔ ⓒⓞⓡⓔ
—————————————————————————————
“It’s not just any boulder……..it’s a ROCK!”Spongebob
DevanWolf
Scratcher
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

GRA0007 wrote:

DevanWolf wrote:

GRA0007 wrote:

define custom reporter (string1)//As per here: http://tinyurl.com/pz8vxgo
define custom boolean (string1)//As per here: http://tinyurl.com/pz8vxgo
You mean write these custom reporters/booleans like this:
define custom reporter//As per here: http://tinyurl.com/pz8vxgo
::custom cstart cap
{report[]::custom-arg cap}::cend
define custom boolean//As per here: http://tinyurl.com/pz8vxgo
::custom cstart cap
{report<>::custom-arg cap}::cend
Thanks! I'm not that good at the scratchblocks plugin yet!
Also, can make a better way to write these:
define custom reporter
::custom cstart cap
(report[]::custom-arg cstart)::cend
define custom boolean
::custom cstart cap
(report<>::custom-arg cstart)::cend

Online YouTube Poop Generator is Here! | SimTunes! | Bring Back Backdrop Scroll Blocks! | New Scratch Blocks! | Scratch Soundfont! | Important MIDI Converter!

Please check out those cool games that you will like! Click a game! Any game!
when(mouse y)>(150)
repeat until <(programmers::extension)>(150)>
delete this cap::control cap
end
delete this limit::control cap
Please help Scratch Team remove the 150px Signature Height Cap!
GRA0007
Scratcher
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

DevanWolf wrote:

GRA0007 wrote:

DevanWolf wrote:

GRA0007 wrote:

define custom reporter (string1)//As per here: http://tinyurl.com/pz8vxgo
define custom boolean (string1)//As per here: http://tinyurl.com/pz8vxgo
You mean write these custom reporters/booleans like this:
define custom reporter//As per here: http://tinyurl.com/pz8vxgo
::custom cstart cap
{report[]::custom-arg cap}::cend
define custom boolean//As per here: http://tinyurl.com/pz8vxgo
::custom cstart cap
{report<>::custom-arg cap}::cend
Thanks! I'm not that good at the scratchblocks plugin yet!
Also, can make a better way to write these:
define custom reporter
::custom cstart cap
(report[]::custom-arg cstart)::cend
define custom boolean
::custom cstart cap
(report<>::custom-arg cstart)::cend
Thanks! That is a bit neater.

PixelForums ← click here if you're a designer!


DevanWolf
Scratcher
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

And also, can you please merge the
(round())
block into a function that looks like:
([round v]of()::operators)
because it looks more better than the original one because you can still switch between math functions including “round” easier then dragging the round block over the function block.

Online YouTube Poop Generator is Here! | SimTunes! | Bring Back Backdrop Scroll Blocks! | New Scratch Blocks! | Scratch Soundfont! | Important MIDI Converter!

Please check out those cool games that you will like! Click a game! Any game!
when(mouse y)>(150)
repeat until <(programmers::extension)>(150)>
delete this cap::control cap
end
delete this limit::control cap
Please help Scratch Team remove the 150px Signature Height Cap!
djdolphin
Scratcher
1000+ posts

Blue 1.4β, a Scratch 2.0 Mod

DevanWolf wrote:

And also, can you please merge the
(round())
block into a function that looks like:
([round v]of()::operators)
because it looks more better than the original one because you can still switch between math functions including “round” easier then dragging the round block over the function block.
“Round” is a verb, not a noun. Bad grammar isn't “more better”.

!
drak056
Scratcher
33 posts

Blue 1.4β, a Scratch 2.0 Mod

Hi,
I have tried it out, but there is some problem with the save as text file command.
basicaly it doesnt work, neither the load block.
but great work though.
And could you make a "load line () of a file" block?

If I'm normal? Hopefully not.
If I'm sane? Well, I hope so. Everybody else says so, so it must be true.
lollipop82
Scratcher
4 posts

Blue 1.4β, a Scratch 2.0 Mod

I like Blue.
GRA0007
Scratcher
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

drak056 wrote:

Hi,
I have tried it out, but there is some problem with the save as text file command.
basicaly it doesnt work, neither the load block.
but great work though.
And could you make a "load line () of a file" block?
Hmmm, they both seem to be working fine for me… That's strange. Could you post your operating system info with please? I'll see what I can do. (oh, and yes I will add that block!)

lollipop82 wrote:

I like Blue.
Thanks!

PixelForums ← click here if you're a designer!


DevanWolf
Scratcher
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

djdolphin wrote:

DevanWolf wrote:

And also, can you please merge the
(round())
block into a function that looks like:
([round v]of()::operators)
because it looks more better than the original one because you can still switch between math functions including “round” easier then dragging the round block over the function block.
“Round” is a verb, not a noun. Bad grammar isn't “more better”.
Really?

Online YouTube Poop Generator is Here! | SimTunes! | Bring Back Backdrop Scroll Blocks! | New Scratch Blocks! | Scratch Soundfont! | Important MIDI Converter!

Please check out those cool games that you will like! Click a game! Any game!
when(mouse y)>(150)
repeat until <(programmers::extension)>(150)>
delete this cap::control cap
end
delete this limit::control cap
Please help Scratch Team remove the 150px Signature Height Cap!
GRA0007
Scratcher
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

DevanWolf wrote:

djdolphin wrote:

DevanWolf wrote:

And also, can you please merge the
(round())
block into a function that looks like:
([round v]of()::operators)
because it looks more better than the original one because you can still switch between math functions including “round” easier then dragging the round block over the function block.
“Round” is a verb, not a noun. Bad grammar isn't “more better”.
Really?
Yeah, you can round a number, but there is no such thing as the round of a number.

PixelForums ← click here if you're a designer!


TeslaTech
Scratcher
49 posts

Blue 1.4β, a Scratch 2.0 Mod

GRA0007 wrote:

drak056 wrote:

Hi,
I have tried it out, but there is some problem with the save as text file command.
basicaly it doesnt work, neither the load block.
but great work though.
And could you make a "load line () of a file" block?
Hmmm, they both seem to be working fine for me… That's strange. Could you post your operating system info with please? I'll see what I can do. (oh, and yes I will add that block!)

lollipop82 wrote:

I like Blue.
Thanks!
those blocks don't work for me at all on all 6 computers I've tried


my scratch2.0 mod:Zappedtech.swf or zappedtech site
set [ TeslaTech] to [a nice guy]
set [TeslaTech] to [a great scratcher]
set [TeslaTech] to [a great friend]
when I receive [ a message]
say [Hi]
A PLATINUM rule for life: be fun
REALLY fun
GRA0007
Scratcher
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

TeslaTech wrote:

GRA0007 wrote:

drak056 wrote:

Hi,
I have tried it out, but there is some problem with the save as text file command.
basicaly it doesnt work, neither the load block.
but great work though.
And could you make a "load line () of a file" block?
Hmmm, they both seem to be working fine for me… That's strange. Could you post your operating system info with please? I'll see what I can do. (oh, and yes I will add that block!)

lollipop82 wrote:

I like Blue.
Thanks!
those blocks don't work for me at all on all 6 computers I've tried
Hang on, they're not working for me now… I'll check the code to see if I broke anything…

PixelForums ← click here if you're a designer!


GRA0007
Scratcher
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

GRA0007 wrote:

TeslaTech wrote:

GRA0007 wrote:

drak056 wrote:

Hi,
I have tried it out, but there is some problem with the save as text file command.
basicaly it doesnt work, neither the load block.
but great work though.
And could you make a "load line () of a file" block?
Hmmm, they both seem to be working fine for me… That's strange. Could you post your operating system info with please? I'll see what I can do. (oh, and yes I will add that block!)

lollipop82 wrote:

I like Blue.
Thanks!
those blocks don't work for me at all on all 6 computers I've tried
Hang on, they're not working for me now… I'll check the code to see if I broke anything…
Hmmm… It seems that the file reference class has stopped working online… The blocks still work when the swf is downloaded, but not online for some reason. I uploaded the 0.9 alpha to http://blue.gwiddle.org/alpha/debug/ so I could test it. Btw, I broke the load file block, but hopefully it should be fixed in 1.0β. (also, sorry for the delays on 0.9, it might be coming later this week)

PixelForums ← click here if you're a designer!


GRA0007
Scratcher
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

GRA0007 wrote:

GRA0007 wrote:

TeslaTech wrote:

GRA0007 wrote:

drak056 wrote:

Hi,
I have tried it out, but there is some problem with the save as text file command.
basicaly it doesnt work, neither the load block.
but great work though.
And could you make a "load line () of a file" block?
Hmmm, they both seem to be working fine for me… That's strange. Could you post your operating system info with please? I'll see what I can do. (oh, and yes I will add that block!)

lollipop82 wrote:

I like Blue.
Thanks!
those blocks don't work for me at all on all 6 computers I've tried
Hang on, they're not working for me now… I'll check the code to see if I broke anything…
Hmmm… It seems that the file reference class has stopped working online… The blocks still work when the swf is downloaded, but not online for some reason. I uploaded the 0.9 alpha to http://blue.gwiddle.org/alpha/debug/ so I could test it. Btw, I broke the load file block, but hopefully it should be fixed in 1.0β. (also, sorry for the delays on 0.9, it might be coming later this week)
Ok, I know why it's broken… According to this, the fileReference.save() can only be called from a button event or something for security reasons. I will try and implement a dialog to pop up when that block is run.

PixelForums ← click here if you're a designer!


drak056
Scratcher
33 posts

Blue 1.4β, a Scratch 2.0 Mod

Will you make an offline version?

If I'm normal? Hopefully not.
If I'm sane? Well, I hope so. Everybody else says so, so it must be true.
GRA0007
Scratcher
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

drak056 wrote:

Will you make an offline version?
Maybe, working on the online version first

PixelForums ← click here if you're a designer!


EMPedemonte20
Scratcher
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

Can u add credits? Plus. You could use my lazy encryption algorithm to add an encryption block. It is in NoMod. Just use the algorithm and give credit
I like Blue. My favorite 2.0 mod

There are 10 types of people in this world. People who know binary code, and people who don't.
My mod, NoMod!!!
GRA0007
Scratcher
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

EMPedemonte20 wrote:

Can u add credits? Plus. You could use my lazy encryption algorithm to add an encryption block. It is in NoMod. Just use the algorithm and give credit
I like Blue. My favorite 2.0 mod
Thanks! What do you mean by credits? I have a growing list of credits in the popup that appears when you click ‘about’ in the actual mod, but it hasn't been updated in a while. Also, I'll take a look at the algorythm you used to see if I can incorporate it into Blue. (and add the credit!)

PixelForums ← click here if you're a designer!


rolledpie41
Scratcher
58 posts

Blue 1.4β, a Scratch 2.0 Mod

GRA0007 wrote:

drak056 wrote:

Hi,
I have tried it out, but there is some problem with the save as text file command.
basicaly it doesnt work, neither the load block.
but great work though.
And could you make a "load line () of a file" block?
Hmmm, they both seem to be working fine for me… That's strange. Could you post your operating system info with please? I'll see what I can do. (oh, and yes I will add that block!)

lollipop82 wrote:

I like Blue.
Thanks!
By the way, the smile (ツ) is just a TSU Japanese Character.

GRA0007
Scratcher
100+ posts

Blue 1.4β, a Scratch 2.0 Mod

rolledpie41 wrote:

GRA0007 wrote:

drak056 wrote:

Hi,
I have tried it out, but there is some problem with the save as text file command.
basicaly it doesnt work, neither the load block.
but great work though.
And could you make a "load line () of a file" block?
Hmmm, they both seem to be working fine for me… That's strange. Could you post your operating system info with please? I'll see what I can do. (oh, and yes I will add that block!)

lollipop82 wrote:

I like Blue.
Thanks!
By the way, the smile (ツ) is just a TSU Japanese Character.
Interesting! I never knew that.

PixelForums ← click here if you're a designer!


Powered by DjangoBB