Discuss Scratch

GratefulGamer9398233
Scratcher
500+ posts

AmpMod - the ultimate Scratch mod [LOOKING FOR CONTRIBUTORS]

vortexchaser wrote:

https://scratch-mit-edu.ezproxyberklee.flo.org/projects/1050035784/
Block concept I made a few months ago. Could you add it?

Something like this?
when <(m v) or (n v)::sensing> keys pressed::events hat

edit king no edit

Last edited by GratefulGamer9398233 (Feb. 20, 2025 14:23:09)

50_scratch_tabs
Scratcher
1000+ posts

AmpMod - the ultimate Scratch mod [LOOKING FOR CONTRIBUTORS]

vortexchaser wrote:

(#120)
https://scratch-mit-edu.ezproxyberklee.flo.org/projects/1050035784/
Block concept I made a few months ago. Could you add it?
I think there is an extension with this that you could use:
when <> :: extension hat
AvidOsirianGuy
Scratcher
100+ posts

AmpMod - the ultimate Scratch mod [LOOKING FOR CONTRIBUTORS]

add more block colour options i guess, along with more accent colours
GratefulGamer9398233
Scratcher
500+ posts

AmpMod - the ultimate Scratch mod [LOOKING FOR CONTRIBUTORS]

AvidOsirianGuy wrote:

add more block colour options i guess, along with more accent colours
Block::#88d048

Last edited by GratefulGamer9398233 (Feb. 20, 2025 17:04:10)

AmpElectrecuted
Scratcher
500+ posts

AmpMod - the ultimate Scratch mod [LOOKING FOR CONTRIBUTORS]

AvidOsirianGuy wrote:

add more block colour options i guess, along with more accent colours
i am going to start working on a scratch 2.0 accent colour
AvidOsirianGuy
Scratcher
100+ posts

AmpMod - the ultimate Scratch mod [LOOKING FOR CONTRIBUTORS]

AmpElectrecuted wrote:

(#125)

AvidOsirianGuy wrote:

add more block colour options i guess, along with more accent colours
i am going to start working on a scratch 2.0 accent colour
cool. what about an orange and indigo one as well?
minniesworld
Scratcher
100+ posts

AmpMod - the ultimate Scratch mod [LOOKING FOR CONTRIBUTORS]

I have some ideas that I would find helpful, though I have no idea how to implement them.
if on sprite [sprite1 v] then bounce::motion stack
[is v] clone?::control boolean
[is not v] clone?::control boolean
is () exactly ()?::operators boolean
set variable (my variable v) to (my other variable)::variables // its insertable
SpyCoderX
Scratcher
1000+ posts

AmpMod - the ultimate Scratch mod [LOOKING FOR CONTRIBUTORS]

minniesworld wrote:

I have some ideas that I would find helpful, though I have no idea how to implement them.
if on sprite [sprite1 v] then bounce::motion stack
[is v] clone?::control boolean
[is not v] clone?::control boolean
is () exactly ()?::operators boolean
set variable (my variable v) to (my other variable)::variables // its insertable
First one is difficult to do since you have to calculate the direction to reflect off of, which requires physics - not something that’s built into this mod (so far).
The third is just the second with a not block around it.

Otherwise I like these ideas! (I would add them except I don’t code in JS…)
50_scratch_tabs
Scratcher
1000+ posts

AmpMod - the ultimate Scratch mod [LOOKING FOR CONTRIBUTORS]

minniesworld wrote:

(#127)
I have some ideas that I would find helpful, though I have no idea how to implement them.
if on sprite [sprite1 v] then bounce::motion stack
[is v] clone?::control boolean
[is not v] clone?::control boolean
is () exactly ()?::operators boolean
set variable (my variable v) to (my other variable)::variables // its insertable
#1 might be hard (or you might be able to do it as “if touching sprite turn 180 degrees”)
#2/#3 are easy in normal scratch
#4 we could use; although it exists in extensions
#5 I think exists in extensions, but I also wrote something for that. (It's probably still on the first page of the “Developing Scratch Extensions” forum or whatever it's called)
snoopythe3
Scratcher
500+ posts

AmpMod - the ultimate Scratch mod [LOOKING FOR CONTRIBUTORS]

How do you host sites with github?
kRxZy_kRxZy
Scratcher
1000+ posts

AmpMod - the ultimate Scratch mod [LOOKING FOR CONTRIBUTORS]

snoopythe3 wrote:

How do you host sites with github?
Read https://pages.github.com/
minniesworld
Scratcher
100+ posts

AmpMod - the ultimate Scratch mod [LOOKING FOR CONTRIBUTORS]

SpyCoderX wrote:

minniesworld wrote:

I have some ideas that I would find helpful, though I have no idea how to implement them.
if on sprite [sprite1 v] then bounce::motion stack
[is v] clone?::control boolean
[is not v] clone?::control boolean
is () exactly ()?::operators boolean
set variable (my variable v) to (my other variable)::variables // its insertable
First one is difficult to do since you have to calculate the direction to reflect off of, which requires physics - not something that’s built into this mod (so far).
The third is just the second with a not block around it.

Otherwise I like these ideas! (I would add them except I don’t code in JS…)
My thought for 2 and 3 was they would be the same block, and you'd just change the dropdown
50_scratch_tabs
Scratcher
1000+ posts

AmpMod - the ultimate Scratch mod [LOOKING FOR CONTRIBUTORS]

minniesworld wrote:

(#132)
My thought for 2 and 3 was they would be the same block, and you'd just change the dropdown
Either way, the workaround is easier than adding it would be.

when green flag clicked
set [is clone v] to [0]

when I start as a clone
set [is clone v] to [0]

Last edited by 50_scratch_tabs (Yesterday 02:21:42)

snoopythe3
Scratcher
500+ posts

AmpMod - the ultimate Scratch mod [LOOKING FOR CONTRIBUTORS]

guys who wants to see the apple dancing to umove by cg5. i made it here.
endyourenite
Scratcher
100+ posts

AmpMod - the ultimate Scratch mod [LOOKING FOR CONTRIBUTORS]

“our goal” wait this is not a solo project?
50_scratch_tabs
Scratcher
1000+ posts

AmpMod - the ultimate Scratch mod [LOOKING FOR CONTRIBUTORS]

endyourenite wrote:

(#135)
“our goal” wait this is not a solo project?
I've worked on it a bit, and we've merged a few PRs from others.
minniesworld
Scratcher
100+ posts

AmpMod - the ultimate Scratch mod [LOOKING FOR CONTRIBUTORS]

50_scratch_tabs wrote:

endyourenite wrote:

(#135)
“our goal” wait this is not a solo project?
I've worked on it a bit, and we've merged a few PRs from others.
I'm thinking on helping soon.
50_scratch_tabs
Scratcher
1000+ posts

AmpMod - the ultimate Scratch mod [LOOKING FOR CONTRIBUTORS]

minniesworld wrote:

(#137)
I'm thinking on helping soon.
We would really appreciate that!
TLoZ_Is_Cool
Scratcher
100+ posts

AmpMod - the ultimate Scratch mod [LOOKING FOR CONTRIBUTORS]

minniesworld wrote:

50_scratch_tabs wrote:

endyourenite wrote:

(#135)
“our goal” wait this is not a solo project?
I've worked on it a bit, and we've merged a few PRs from others.
I'm thinking on helping soon.
Same.
TLoZ_Is_Cool
Scratcher
100+ posts

AmpMod - the ultimate Scratch mod [LOOKING FOR CONTRIBUTORS]

xrexinmyprinter wrote:

:D:D:D:DMy browser / operating system: Windows NT 10.0, Chrome 133.0.0.0, No Flash versions detectedwhy the hell im here
when green flag clicked[center]My browser / operating system: Windows NT 10.0, Chrome 133.0.0.0, No Flash versions detectedMy browser / operating system: Windows NT 10.0, Chrome 133.0.0.0, No Flash versions detected[/center]
when green flag clicked
change [color v] effect by (25)
define backpack
You dropped this:
King of Page 8 :: #6B1 cat

Powered by DjangoBB