Discuss Scratch

Frenzyboyz33
Scratcher
100+ posts

Snap! in the Scratch Engine


been working on it! devlog on the Snap! forums.



added:

when <>::hat, control
ring ()::reporter custom-arg
ring <>::reporter custom-arg
ring {...}::reporter custom-arg
warp{
}::custom-arg

report()::cap control
is [5] a [number v]?::operators boolean
[2 ^ v] of (5)::operators
if <> then () else ()::control reporter
mouse position::sensing reporter
position::motion reporter
object [Stage v]::sensing reporter
my [neighbors v]::sensing reporter
JS function ? () ? ? () ?::operators reporter
split () by [... v]::operators reporter

Last edited by Frenzyboyz33 (March 20, 2023 13:25:52)

SimonCheeseburger
Scratcher
23 posts

Snap! in the Scratch Engine

How does it know
(my [neighbors])


Support the suggestion HERE by adding this button to your signature


I'm Simon, I make cool games and animations! Find me at SimonCheeseburger!
Here for Zee Quiz of Doom games.(4th one is 1.8k blocks!!!) THIS STUDIO: for all my 2024 projects.
Have a good day!
5598660
Scratcher
5 posts

Snap! in the Scratch Engine

what is ring

About Me

define Anti-Quat
forever
repeat until <not <["Active Users"] contains [Kumquat] ?>>
delete (1) of ["Active Users"]
end
end
Foxi135
Scratcher
100+ posts

Snap! in the Scratch Engine

Frenzyboyz33 wrote:

…been working on it! devlog on the Snap! forums…
can you give me a link? :O

hi






















Frenzyboyz33
Scratcher
100+ posts

Snap! in the Scratch Engine

SimonCheeseburger wrote:

How does it know
(my [neighbors])

code.
Frenzyboyz33
Scratcher
100+ posts

Snap! in the Scratch Engine

Foxi135 wrote:

Frenzyboyz33 wrote:

…been working on it! devlog on the Snap! forums…
can you give me a link? :O
https://forum.snap.berkeley.edu/t/byob-for-blockly/13831
Frenzyboyz33
Scratcher
100+ posts

Snap! in the Scratch Engine

5598660 wrote:

what is ring
it is the input for
run({...}::ring)::control

({...}::ring //ring
gives the input as an output. so you can do

say ((say ((report ()::control cap)::ring)::looks stack)::ring)

Last edited by Frenzyboyz33 (March 20, 2023 13:32:01)

MyScratchedAccount
Scratcher
1000+ posts

Snap! in the Scratch Engine

Frenzyboyz33 wrote:


been working on it! devlog on the Snap! forums.



added:

when <>::hat, control
ring ()::reporter custom-arg
ring <>::reporter custom-arg
ring {...}::reporter custom-arg
warp{
}::custom-arg

report()::cap control
is [5] a [number v]?::operators boolean
[2 ^ v] of (5)::operators
if <> then () else ()::control reporter
mouse position::sensing reporter
position::motion reporter
object [Stage v]::sensing reporter
my [neighbors v]::sensing reporter
JS function ? () ? ? () ?::operators reporter
split () by [... v]::operators reporter
Can I have the link?

Links:

Give An Internet - - My Profile - My Best Project Of The Week - Am I Online? - on wiki, go to my talk

Scratched//Boy/Him/He////Likes Apples//Coder //
—-
Go to Codin[co
Frenzyboyz33
Scratcher
100+ posts

Snap! in the Scratch Engine

MyScratchedAccount wrote:

Frenzyboyz33 wrote:


been working on it! devlog on the Snap! forums.



added:

when <>::hat, control
ring ()::reporter custom-arg
ring <>::reporter custom-arg
ring {...}::reporter custom-arg
warp{
}::custom-arg

report()::cap control
is [5] a [number v]?::operators boolean
[2 ^ v] of (5)::operators
if <> then () else ()::control reporter
mouse position::sensing reporter
position::motion reporter
object [Stage v]::sensing reporter
my [neighbors v]::sensing reporter
JS function ? () ? ? () ?::operators reporter
split () by [... v]::operators reporter
Can I have the link?
already provided. the snap forum link has two links for projects which contain the data for the needed files.
Frenzyboyz33
Scratcher
100+ posts

Snap! in the Scratch Engine

added:

<shown?::looks>
<[ghost v] effect::looks>
play sound [ v] at (48000) hz::sound
Frenzyboyz33
Scratcher
100+ posts

Snap! in the Scratch Engine

SimonCheeseburger wrote:

How does it know
(my [neighbors])

provides the SPRITE's neighbors
Foxi135
Scratcher
100+ posts

Snap! in the Scratch Engine

Frenzyboyz33 wrote:

SimonCheeseburger wrote:

How does it know
(my [neighbors])

provides the SPRITE's neighbors
i think it returns a list of sprites that is touching

hi






















medians
Scratcher
1000+ posts

Snap! in the Scratch Engine

The code tab used to be called Scripts in Scratch 2.0 LOL.

Frenzyboyz33 wrote:

SimonCheeseburger wrote:

How does it know
(my [neighbors])

provides the SPRITE's neighbors
They were joking around :P

Frenzyboyz33 wrote:

added:

<shown?::looks>
<[ghost v] effect::looks>
play sound [ v] at (48000) hz::sound
Nice, but I think you mean:
([ghost v] effect ::looks)
:P

:D: 2.0 is 11 years old https://scratch.mit.edu/projects/1018259409/
Medians bamboozled by 3.0 (version 3.0): https://scratch.mit.edu/projects/979822351/
hi875230163394: You're similar to valve in that you both hate a certain number…
Scratch 0.x, 1.x, 2.x, 3.x and LogoBlocks Archives
Bamboozlement: https://scratch.mit.edu/studios/33739789
Years on internet: 15 (soon 16)
medians: Oh god not this utc - 12 thing again..
Fun_Cupcake_i81: What, were you expecting not to see the utc - 12 thing again? THE UTC - 12 THIGN ALWAYS RETURNS. ALWAYS.
medians: I knew it would happen. I was the one who started it last year.
Fun_Cupcake_i81: Well then if you didn't want it back maybe you need to time travel to last year and fix that

Oh wait if you could time travel I think we all know exactly when you would go-
user1: That picture is from 2.0. Now he’s at my house and is my pet.
user2: But this is medians we're talking about, so “from 2.0” can mean the same thing as “from five seconds ago”.

Detect Scratch version here
My other accounts: @selfexplanatory @modesties @chaircard @fireflyhero @dividendyield @colloids @radians @skeuamorphism @dihectogon @anglebisector @aau- @EditBlockColors @AdamantOrb @MoongeistBeam @festively @Ampharos_ @straightforwardness
i trolled redcat LOL





if you see this
{what method did you use::control hat
answer on profile ::motion
} ::operators
;
Frenzyboyz33
Scratcher
100+ posts

Snap! in the Scratch Engine

medians wrote:

The code tab used to be called Scripts in Scratch 2.0 LOL.

Frenzyboyz33 wrote:

SimonCheeseburger wrote:

How does it know
(my [neighbors])

provides the SPRITE's neighbors
They were joking around :P

Frenzyboyz33 wrote:

added:

<shown?::looks>
<[ghost v] effect::looks>
play sound [ v] at (48000) hz::sound
Nice, but I think you mean:
([ghost v] effect ::looks)
:P
yup, and its now open source
-gr
Scratcher
1000+ posts

Snap! in the Scratch Engine

Frenzyboyz33 wrote:

(#14)
yup, and its now open source
Where can I find this?

Do all the blocks work?




-gr: forumer | scratcher | professional exister

1800+ forum posts / 4+ years on Scratch

me on postpercent / me on youtube / my retro-style website
highlight this text and shift+down arrow to see the rest of my signature





Terms of Use wrote:

4.4 You may only submit user-generated projects that were created with (1) the Scratch website editor or (2) an unmodified copy of the Scratch editor compiled from the source code described in Section 5.3. You may not upload any projects that were created, by you or by anyone else, with a modified version of the Scratch editor.
oh shoot well i broke that rule (i use turbowarp sometimes)
7salad3salad
Scratcher
1000+ posts

Snap! in the Scratch Engine

That looks realy cool


Forumer Post Count Bar Graph! (inspired by AIGamesDeveloper)
Project: Forummon by randomguy3513
hi, contrast
JUST BECAUSE THERES A WORKAROUND ISNT A GOOD REASON TO NOT SUPPORT!!!

dont call me 7salad
dont call me 7salsa lol
just simply “Salad” will do.

:]::#00289A// This is my pet Noobles! He protects my signature from [i]unwanted guests[/i]

B){

}::#800080//This is Noobles' big brother, Probles. He has returned and Noobles is happy to see him!
//oh, yeah, he is also cool so he wears sunglasses.

:P::cap sensing//This is their little brother, Doobles

old banner thnng
-gr
Scratcher
1000+ posts

Snap! in the Scratch Engine

7salad3salad wrote:

That looks realy cool
Although the icons in blocks are missing and the contrast is kinda goofy and the text is misaligned in a block (it's cool)




-gr: forumer | scratcher | professional exister

1800+ forum posts / 4+ years on Scratch

me on postpercent / me on youtube / my retro-style website
highlight this text and shift+down arrow to see the rest of my signature





Terms of Use wrote:

4.4 You may only submit user-generated projects that were created with (1) the Scratch website editor or (2) an unmodified copy of the Scratch editor compiled from the source code described in Section 5.3. You may not upload any projects that were created, by you or by anyone else, with a modified version of the Scratch editor.
oh shoot well i broke that rule (i use turbowarp sometimes)
medians
Scratcher
1000+ posts

Snap! in the Scratch Engine

-gr wrote:

7salad3salad wrote:

That looks realy cool
Although the icons in blocks are missing and the contrast is kinda goofy and the text is misaligned in a block (it's cool)
Well, if you mean the dropdowns and such, that’s just because it’s from a 3.0 prototype.

:D: 2.0 is 11 years old https://scratch.mit.edu/projects/1018259409/
Medians bamboozled by 3.0 (version 3.0): https://scratch.mit.edu/projects/979822351/
hi875230163394: You're similar to valve in that you both hate a certain number…
Scratch 0.x, 1.x, 2.x, 3.x and LogoBlocks Archives
Bamboozlement: https://scratch.mit.edu/studios/33739789
Years on internet: 15 (soon 16)
medians: Oh god not this utc - 12 thing again..
Fun_Cupcake_i81: What, were you expecting not to see the utc - 12 thing again? THE UTC - 12 THIGN ALWAYS RETURNS. ALWAYS.
medians: I knew it would happen. I was the one who started it last year.
Fun_Cupcake_i81: Well then if you didn't want it back maybe you need to time travel to last year and fix that

Oh wait if you could time travel I think we all know exactly when you would go-
user1: That picture is from 2.0. Now he’s at my house and is my pet.
user2: But this is medians we're talking about, so “from 2.0” can mean the same thing as “from five seconds ago”.

Detect Scratch version here
My other accounts: @selfexplanatory @modesties @chaircard @fireflyhero @dividendyield @colloids @radians @skeuamorphism @dihectogon @anglebisector @aau- @EditBlockColors @AdamantOrb @MoongeistBeam @festively @Ampharos_ @straightforwardness
i trolled redcat LOL





if you see this
{what method did you use::control hat
answer on profile ::motion
} ::operators
;
INSERT-USER_NAME
Scratcher
1000+ posts

Snap! in the Scratch Engine

I was trying to look for this in the ATs and was starting to worry it was dustbinned for some reason but it was just moved back here apparently.

hey guys
Truble14
Scratcher
18 posts

Snap! in the Scratch Engine

Pretty Crazy. When This is Done, Contact Current Snap! Developers To Make This The New Editor.

when green flag clicked
forever
if <touching [Keyboard v] ?> then
Create TONS Of Projects! :: motion
end

Hi. Welcome To My Signature.

My Profile (Please Follow Me)

A Platformer Level Editor

Scratch Cat On The Wiki

Work In Progress 2005 Roblox Recreation

Powered by DjangoBB