Discuss Scratch

cuddley
Scratcher
100+ posts

Float, Scratch 2.0 Mod

Where is the source (if it is open source, which it probably is because scratch is)?
cuddley
Scratcher
100+ posts

Float, Scratch 2.0 Mod

Blueinkproductions wrote:

Could you add these blocks from Panther?
makea variablemovea variabletox:y: the [a variable v] bit accepts stringsa variable this block is shaped like a numerical reportera list this block is shaped like a numerical reporter and is a list block

a var
makes hacks easier, but (this is a tiny issue and why would anyone want a var called %m.var?) if you have a var called %m.var, it might cause confusion…

Last edited by cuddley (Aug. 27, 2014 12:02:11)

davidkt
Scratcher
1000+ posts

Float, Scratch 2.0 Mod

cuddley wrote:

Can you add:
openfiletypes:sb2sbopenfiletypes:sb2sbfromC:/openfiletypes:sb2sbfromdesktopopenfiletypes:sb2sbfromhome directoryopenfiletypes:sb2sbfromdocumentswritefilefile.txttodocumentswritefilefile.txttoC://readfilefile.txtfromC://nameoflastfileaccessedcontentsoflastfileaccessed
please?
I'm sorry, I can't add any of those because Flash doesn't let you.
davidkt
Scratcher
1000+ posts

Float, Scratch 2.0 Mod

cuddley wrote:

Where is the source (if it is open source, which it probably is because scratch is)?
I haven't uploaded it. I will.
cuddley
Scratcher
100+ posts

Float, Scratch 2.0 Mod

davidkt wrote:

cuddley wrote:

Can you add:
openfiletypes:sb2sbopenfiletypes:sb2sbfromC:/openfiletypes:sb2sbfromdesktopopenfiletypes:sb2sbfromhome directoryopenfiletypes:sb2sbfromdocumentswritefilefile.txttodocumentswritefilefile.txttoC://readfilefile.txtfromC://nameoflastfileaccessedcontentsoflastfileaccessed
please?
I'm sorry, I can't add any of those because Flash doesn't let you.
You should be able to do
nameoflastfileaccessed
and for the rest, see this (or is that only AIR?).
cuddley
Scratcher
100+ posts

Float, Scratch 2.0 Mod

davidkt wrote:

cuddley wrote:

Where is the source (if it is open source, which it probably is because scratch is)?
I haven't uploaded it. I will.
People could make a mod of a mod!
davidkt
Scratcher
1000+ posts

Float, Scratch 2.0 Mod

cuddley wrote:

davidkt wrote:

cuddley wrote:

Where is the source (if it is open source, which it probably is because scratch is)?
I haven't uploaded it. I will.
People could make a mod of a mod!
=P
PullJosh
Scratcher
1000+ posts

Float, Scratch 2.0 Mod

Maybe you should use backstretch.js on the website? My screen is big enough to show a bit of the image again (because it's tiled).
DevanWolf
Scratcher
100+ posts

Float, Scratch 2.0 Mod

You should change the
foreachvariablein10Number in string input is not necessary
block as this way: “for each %m.var in %n”
Then it should look like this when this is changed:
foreachvariablein10Notice the number insert
That way, this change will make the variable dropdown work, rather than not working (because it's supposed to be “%m.var”, not“%m.varName”), and the number insert is a textbox for some reason, so that it must look like a number input, not a string input.

Last edited by DevanWolf (Sept. 7, 2014 14:36:04)

cuddley
Scratcher
100+ posts

Float, Scratch 2.0 Mod

DevanWolf wrote:

You should change the
foreachvariablein10Number in string input is not necessary
block as this way: “for each %m.var in %s”
Then it should look like this when this is changed:
foreachvariablein10Notice the number insert
That way, this change will make the variable dropdown work, rather than not working (because it's supposed to be “%m.var”, not“%m.varName”), and the number insert is a textbox for some reason, so that it must look like a number input, not a string input.
Changing the inputs shouldn't affect the JSON, so it should still be compatible.
davidkt
Scratcher
1000+ posts

Float, Scratch 2.0 Mod

PullJosh wrote:

Maybe you should use backstretch.js on the website? My screen is big enough to show a bit of the image again (because it's tiled).
Same with mine. I'm trying it.
Edit: it doesn't work… look at my page code to see what's wrong…

Last edited by davidkt (Aug. 28, 2014 18:11:53)

drak056
Scratcher
33 posts

Float, Scratch 2.0 Mod

I think that the problem with the file block is that it's offline block.
That's why it works offline but not online..so if you want make it work you have to make a offline version…

Ok it's just my theory, but I think that it can't make a file on someone's computer while online. It has to be installed on that computer.
Same with Scratch, you can only export lists while offline.

But anyway you have done a great job.
davidkt
Scratcher
1000+ posts

Float, Scratch 2.0 Mod

drak056 wrote:

I think that the problem with the file block is that it's offline block.
That's why it works offline but not online..so if you want make it work you have to make a offline version…

Ok it's just my theory, but I think that it can't make a file on someone's computer while online. It has to be installed on that computer.
Same with Scratch, you can only export lists while offline.

But anyway you have done a great job.
Actually, you can export lists online… and this block is supposed to work the same way as you can upload/download sb2 files.
drak056
Scratcher
33 posts

Float, Scratch 2.0 Mod

Ok, I didn't know that…
GRA0007
Scratcher
100+ posts

Float, Scratch 2.0 Mod

You should add a favicon to the website, (maybe some sort of cloud icon?) and in the beta, when saving the project, there should be a star symbol (*) in front of the .sb2.

Example:
*.sb2
PullJosh
Scratcher
1000+ posts

Float, Scratch 2.0 Mod

davidkt wrote:

PullJosh wrote:

Maybe you should use backstretch.js on the website? My screen is big enough to show a bit of the image again (because it's tiled).
Same with mine. I'm trying it.
Edit: it doesn't work… look at my page code to see what's wrong…
You forgot to include jquery.
TeslaTech
Scratcher
49 posts

Float, Scratch 2.0 Mod

davidkt wrote:

cuddley wrote:

Can you add:
openfiletypes:sb2sbopenfiletypes:sb2sbfromC:/openfiletypes:sb2sbfromdesktopopenfiletypes:sb2sbfromhome directoryopenfiletypes:sb2sbfromdocumentswritefilefile.txttodocumentswritefilefile.txttoC://readfilefile.txtfromC://nameoflastfileaccessedcontentsoflastfileaccessed
please?
I'm sorry, I can't add any of those because Flash doesn't let you.
IT DOES
davidkt
Scratcher
1000+ posts

Float, Scratch 2.0 Mod

PullJosh wrote:

davidkt wrote:

PullJosh wrote:

Maybe you should use backstretch.js on the website? My screen is big enough to show a bit of the image again (because it's tiled).
Same with mine. I'm trying it.
Edit: it doesn't work… look at my page code to see what's wrong…
You forgot to include jquery.
Oh. *facepalm*
davidkt
Scratcher
1000+ posts

Float, Scratch 2.0 Mod

Still doesn't work.
MiniFluffyBug
Scratcher
500+ posts

Float, Scratch 2.0 Mod

So is it out yet or what?

Powered by DjangoBB