Discuss Scratch

Mrcomputer1
Scratcher
500+ posts

Sharp -- a 2.0 mod

Jonathan50 wrote:

Mrcomputer1 wrote:

But I have not yet added the split block because I need to figure out how to add stuff to Scratch lists.
Look at how the ADD TO block is implemented: https://github.com/LLK/scratch-flash/blob/master/src/primitives/ListPrims.as#L66
Good idea! I have added the split block.

My Profile / My User Page / My Talk Page
——————–
Progress bar to 1000+ Posts - Image might not be up to date

——————–
My browser / operating system: Windows NT 10.0 (Windows 11 - 22H2), Firefox 122.0b4
——————–
My ScratchX Extensions——–If you like this post, give me an internet!——–Sharp Scratch Mod
Waterboy08
Scratcher
17 posts

Sharp -- a 2.0 mod

When will come a new update?
Mrcomputer1
Scratcher
500+ posts

Sharp -- a 2.0 mod

Waterboy08 wrote:

When will come a new update?
I think we might release Beta 1.0.0 soon.

But the features of Beta 1.0.0 are on the GitHub repo but you need to build the SWF yourself.

My Profile / My User Page / My Talk Page
——————–
Progress bar to 1000+ Posts - Image might not be up to date

——————–
My browser / operating system: Windows NT 10.0 (Windows 11 - 22H2), Firefox 122.0b4
——————–
My ScratchX Extensions——–If you like this post, give me an internet!——–Sharp Scratch Mod
G0577
Scratcher
55 posts

Sharp -- a 2.0 mod

how does the file thing work? I scanned my entire computer for this smileface.txt doc!

(([sqrt v] of ([cos v] of (item (process) of [distances v] :: list))) * (50))
Mrcomputer1
Scratcher
500+ posts

Sharp -- a 2.0 mod

G0577 wrote:

how does the file thing work? I scanned my entire computer for this smileface.txt doc!
The file blocks seem to not work when uploaded to the Sharp website. It should open a save dialog box.

My Profile / My User Page / My Talk Page
——————–
Progress bar to 1000+ Posts - Image might not be up to date

——————–
My browser / operating system: Windows NT 10.0 (Windows 11 - 22H2), Firefox 122.0b4
——————–
My ScratchX Extensions——–If you like this post, give me an internet!——–Sharp Scratch Mod
Jonathan50
Scratcher
1000+ posts

Sharp -- a 2.0 mod

Do you live in Mars, or do you just travel there when you need to visit Sharp headquarters?

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

Sharp -- a 2.0 mod

Jonathan50 wrote:

Do you live in Mars, or do you just travel there when you need to visit Sharp headquarters?
that's a joke

Moving from Scratch? Don't learn C or Java, try Snap!
it haz OOP
DrKat McKatFace
First of all I'm 100% human and humans does not have a cat face
and second, the Boaty McBoatFace/Parsey McParseFace madness has just begun

λ
Sharp, my new Scratch mod
Is my post/siggy worthy for an internet?
algmwc5
Scratcher
100+ posts

Sharp -- a 2.0 mod

i'm adding bitwise operators
http://i.cubeupload.com/smeOd8.png

Jonathan50
Scratcher
1000+ posts

Sharp -- a 2.0 mod

algmwc5 wrote:

i'm adding bitwise operators
http://i.cubeupload.com/smeOd8.png
Why is there one colon?

Not yet a Knight of the Mu Calculus.
algmwc5
Scratcher
100+ posts

Sharp -- a 2.0 mod

Jonathan50 wrote:

algmwc5 wrote:

i'm adding bitwise operators
http://i.cubeupload.com/smeOd8.png
Why is there one colon?
Where? At the primitive name?
I'm used to put a colon after the primitive name

algmwc5
Scratcher
100+ posts

Sharp -- a 2.0 mod

added bitwise operators, just need to push it

algmwc5
Scratcher
100+ posts

Sharp -- a 2.0 mod

https://github.com/SharpScratchMod/Sharp/commit/4b7d5f97f6aaefdb354606490953f1f5d90ddb13

Jonathan50
Scratcher
1000+ posts

Sharp -- a 2.0 mod

algmwc5 wrote:

Jonathan50 wrote:

algmwc5 wrote:

i'm adding bitwise operators
http://i.cubeupload.com/smeOd8.png
Why is there one colon?
Where? At the primitive name?
I'm used to put a colon after the primitive name
Oh. In Scratch 2.0 it probably doesn't matter, but in Smalltalk then message names (except for binary operators like + and -) have to have as many colons as parameters (not counting the receiver) with other characters in between, so foo:bar: has two arguments (and the receiver), and foo: has only one argument. (In Scratch 1.4 then you would need two colons)

Last edited by Jonathan50 (Aug. 10, 2016 03:39:34)


Not yet a Knight of the Mu Calculus.
algmwc5
Scratcher
100+ posts

Sharp -- a 2.0 mod

Jonathan50 wrote:

algmwc5 wrote:

Jonathan50 wrote:

algmwc5 wrote:

i'm adding bitwise operators
http://i.cubeupload.com/smeOd8.png
Why is there one colon?
Where? At the primitive name?
I'm used to put a colon after the primitive name
Oh. In Scratch 2.0 it probably doesn't matter, but in Smalltalk then message names (except for binary operators like + and -) have to have as many colons as parameters (not counting the receiver) with other characters in between, so foo:bar: has two arguments (and the receiver), and foo: has only one argument. (In Scratch 1.4 then you would need two colons)
i know

edward789121
Scratcher
500+ posts

Sharp -- a 2.0 mod

I think the HTTP blocks should be like this:
(GET [] with data [] ::pen)
PUT [] with data [] ::pen

when I receive [Scratch joined v]
cringe
wait ((pick random (0) to (4)) * ((((60) * (60)) * (12)) * (365.25))) secs
leave
wait ((pick random (0) to (4)) * ((((60) * (60)) * (12)) * (365.25))) secs
broadcast [Scratch joined v]
colinator27
Scratcher
85 posts

Sharp -- a 2.0 mod

Hello! I just made a simple programming language thing with the split blocks. (very, VERY basic)

But I do have a request.

I kept accidentally clicking things or pressing hotkeys that send me back to the main website page, making me lose my progress. I know you can save, but you lose the things you don't save.

Simple solution: the same message that Scratch uses when your changes aren't saved and you try to exit the editor.

COLINATOR27
My Profile
My Extra Account

Five Nights at Fido's - Click here!
Lig and Ark - Click here!
Out Compete Pre-Alpha 0.1.8 - Click here!
Mrcomputer1
Scratcher
500+ posts

Sharp -- a 2.0 mod

edward789121 wrote:

I think the HTTP blocks should be like this:
(GET [] with data [] ::pen)
PUT [] with data [] ::pen
Ok - When I add another HTTP block I will change it so they look like that

colinator27 wrote:

Hello! I just made a simple programming language thing with the split blocks. (very, VERY basic)

But I do have a request.

I kept accidentally clicking things or pressing hotkeys that send me back to the main website page, making me lose my progress. I know you can save, but you lose the things you don't save.

Simple solution: the same message that Scratch uses when your changes aren't saved and you try to exit the editor.
I will try to add that.

My Profile / My User Page / My Talk Page
——————–
Progress bar to 1000+ Posts - Image might not be up to date

——————–
My browser / operating system: Windows NT 10.0 (Windows 11 - 22H2), Firefox 122.0b4
——————–
My ScratchX Extensions——–If you like this post, give me an internet!——–Sharp Scratch Mod
-stache-
Scratcher
500+ posts

Sharp -- a 2.0 mod

I've got another idea: Socket blocks so you can implement just about any web protocol


3x3 pb: 13.240
3x3 avg: ~21-26
Jonathan50
Scratcher
1000+ posts

Sharp -- a 2.0 mod

-stache- wrote:

I've got another idea: Socket blocks so you can implement just about any web protocol
Will Flash allow you to do that?

Not yet a Knight of the Mu Calculus.
algmwc5
Scratcher
100+ posts

Sharp -- a 2.0 mod

Jonathan50 wrote:

-stache- wrote:

I've got another idea: Socket blocks so you can implement just about any web protocol
Will Flash allow you to do that?
Google DuckDuckGo is your friend

Powered by DjangoBB