Discuss Scratch

MegaApuTurkUltra
Scratcher
1000+ posts

Scratch 3.0

IcyCoder wrote:

liam48D wrote:

https://github.com/LLK/scratch-audioengine
YOU NINJAD ME!!!!!
Let's not spam please. One exclamation mark and lowercase letters are fine.

Last edited by MegaApuTurkUltra (Oct. 15, 2016 00:54:37)


$(".box-head")[0].textContent = "committing AT crimes since $whenever"
NickyNouse
Scratcher
1000+ posts

Scratch 3.0

MegaApuTurkUltra wrote:

IcyCoder wrote:

liam48D wrote:

https://github.com/LLK/scratch-audioengine
YOU NINJAD ME!!!!!
Let's not spam please. One exclamation mark and lowercase letters are fine.
Also, the past tense of NINJA is NINJA'D (note the apostrophe)

jkjk
Tymewalk
Scratcher
1000+ posts

Scratch 3.0

IcyCoder wrote:

Did you guys see this:

https://github.com/LLK/scratch-vm/pull/179#issuecomment-247083730

Thanks for the PR. At this time we'd like to hold off on adding any new GUI features to the VM playground.

We are in the middle of getting the actual Scratch 3.0 editor interface together and hope to open source that repo over the next several weeks. Once that repo is available features like being able to add, remove, and rename sprites would be most welcome over there. For now, I'm going to close this PR. Many thanks.
Oh yeah!

With any luck we should be able to get to that soon.

I'm thinking for renaming sprites, we could have a Sprite contain an attribute called “name” and just set that when needed?

Blocks that deal with sprites would simply display Sprite.name and refer to it internally by the Sprite itself. So if the Sprite's name changes, the blocks don't.

bold thing - italic thing - underlined thing - strikethrough thing
IcyCoder
Scratcher
1000+ posts

Scratch 3.0

Tymewalk wrote:

IcyCoder wrote:

Did you guys see this:

https://github.com/LLK/scratch-vm/pull/179#issuecomment-247083730

Thanks for the PR. At this time we'd like to hold off on adding any new GUI features to the VM playground.

We are in the middle of getting the actual Scratch 3.0 editor interface together and hope to open source that repo over the next several weeks. Once that repo is available features like being able to add, remove, and rename sprites would be most welcome over there. For now, I'm going to close this PR. Many thanks.
Oh yeah!

With any luck we should be able to get to that soon.

I'm thinking for renaming sprites, we could have a Sprite contain an attribute called “name” and just set that when needed?

Blocks that deal with sprites would simply display Sprite.name and refer to it internally by the Sprite itself. So if the Sprite's name changes, the blocks don't.
I am thinking about or week or two before they release but I can ask

Because JS is the future (echos) future future futur futu fut fu f
Jonathan50
Scratcher
1000+ posts

Scratch 3.0

NickyNouse wrote:

jkjk
But it's true…
</offtopic>

Last edited by Jonathan50 (Oct. 15, 2016 21:57:04)


Not yet a Knight of the Mu Calculus.
IcyCoder
Scratcher
1000+ posts

Scratch 3.0

My scratch vm pr for days since 2000 was merged!

Because JS is the future (echos) future future futur futu fut fu f
Tymewalk
Scratcher
1000+ posts

Scratch 3.0

IcyCoder wrote:

My scratch vm pr for days since 2000 was merged!
Nice!

OK, so I recently dropped out of Scratch 3.0 development due to lack of time. Could someone help me get started on what to do now?

bold thing - italic thing - underlined thing - strikethrough thing
liam48D
Scratcher
1000+ posts

Scratch 3.0

Tymewalk wrote:

IcyCoder wrote:

My scratch vm pr for days since 2000 was merged!
Nice!

OK, so I recently dropped out of Scratch 3.0 development due to lack of time. Could someone help me get started on what to do now?
Find things that aren't compatible between Scratch 2.0 and Scratch 3.0, then figure out why they aren't compatible. Make an issue about that, and possibly a pull request fixing the issue!

202e-202e-202e-202e-202e UNI-CODE~~~~~
scratchisthebest
Scratcher
1000+ posts

Scratch 3.0

https://github.com/LLK/scratch-vm/pull/280

Single stepping!!!!!!!!!!!

I am a Lava Expert
Tymewalk
Scratcher
1000+ posts

Scratch 3.0

liam48D wrote:

Tymewalk wrote:

IcyCoder wrote:

My scratch vm pr for days since 2000 was merged!
Nice!

OK, so I recently dropped out of Scratch 3.0 development due to lack of time. Could someone help me get started on what to do now?
Find things that aren't compatible between Scratch 2.0 and Scratch 3.0, then figure out why they aren't compatible. Make an issue about that, and possibly a pull request fixing the issue!
…which repo are we working in?

bold thing - italic thing - underlined thing - strikethrough thing
BookOwl
Scratcher
1000+ posts

Scratch 3.0

Tymewalk wrote:

liam48D wrote:

Tymewalk wrote:

IcyCoder wrote:

My scratch vm pr for days since 2000 was merged!
Nice!

OK, so I recently dropped out of Scratch 3.0 development due to lack of time. Could someone help me get started on what to do now?
Find things that aren't compatible between Scratch 2.0 and Scratch 3.0, then figure out why they aren't compatible. Make an issue about that, and possibly a pull request fixing the issue!
…which repo are we working in?
I would think scratch-vm

who needs signatures
Tymewalk
Scratcher
1000+ posts

Scratch 3.0

BookOwl wrote:

Tymewalk wrote:

liam48D wrote:

Tymewalk wrote:

IcyCoder wrote:

My scratch vm pr for days since 2000 was merged!
Nice!

OK, so I recently dropped out of Scratch 3.0 development due to lack of time. Could someone help me get started on what to do now?
Find things that aren't compatible between Scratch 2.0 and Scratch 3.0, then figure out why they aren't compatible. Make an issue about that, and possibly a pull request fixing the issue!
…which repo are we working in?
I would think scratch-vm
OK.

Luckily I have npm already installed and ready to go, so it's super simple to get started for me

bold thing - italic thing - underlined thing - strikethrough thing
superben100
Scratcher
1000+ posts

Scratch 3.0

What happened to custom blocks?

Hello there!
I've been a Scratcher for nine years now, and I'm always happy to help!
I'm not around too often, but I check in here from time to time.
Let me know if you need anything!
|| Probably vibing to “Try” - Lawrence ||
IcyCoder
Scratcher
1000+ posts

Scratch 3.0

superben100 wrote:

What happened to custom blocks?
I was thinking the same thing

Because JS is the future (echos) future future futur futu fut fu f
NickyNouse
Scratcher
1000+ posts

Scratch 3.0

IcyCoder wrote:

superben100 wrote:

What happened to custom blocks?
I was thinking the same thing
The custom blocks stuff was just copied from Blockly, they removed it ‘cause they’re rewriting it from the ground-up. I'm sure they're not even done designing how custom blocks will work yet.
dzaima
Scratcher
100+ posts

Scratch 3.0

superben100 wrote:

What happened to custom blocks?
The custom blocks are still there, but not creatable. If you load a project with them it'll work.

HELLo there
TailsDoll506
Scratcher
75 posts

Scratch 3.0

Macie1234 wrote:

I hope they don't change the file format… It would break hacked blocks and things like Tosh…

What's wrong with hacked blocks? In my opinion, they make scratch easier.

oh boy i sure do love earthboudn
-Io-
Scratcher
1000+ posts

Scratch 3.0

TailsDoll506 wrote:

Macie1234 wrote:

I hope they don't change the file format… It would break hacked blocks and things like Tosh…

What's wrong with hacked blocks? In my opinion, they make scratch easier.
They said "I hope they don't change the file format", so they want hacked blocks and tosh to keep working

Jonathan50
Scratcher
1000+ posts

Scratch 3.0

https://github.com/LLK/scratch-blocks/issues/693#issuecomment-254813611 Scratch-gui is coming…

Not yet a Knight of the Mu Calculus.

Powered by DjangoBB