Discuss Scratch

xdev09
New to Scratch
1 post

Welcome to the Developing Scratch Extensions Forum!

I have followed the documentation but not able to add an extension to ScratchX (https://scratchx.org/#scratch)

I tried adding many extensions from the below github repo but nothing appears in “More Blocks”
https://github.com/LLK/scratchx/wiki/Example-Extensions


I have followed these steps:
  • Browsed to ScratchX
    Clicked on “Load experimental extensions”
    Followed on-screen instruction to add this extension
    https://github.com/LLK/scratchx/blob/master/alarm_extension.js

Am I doing anything wrong?

I want to develop my own extension but fist I wanted to check how the whole process works and I am kind a stuck here.

Any help will be greatly appreciated.

Thank you!

Last edited by xdev09 (Sept. 12, 2019 08:59:47)

Teo221
Scratcher
65 posts

Welcome to the Developing Scratch Extensions Forum!

hey check out this thing griffpatch made it makes platforming a lot easier: https://griffpatch.github.io/scratch-gui/

here's a little emoji thingy I made if you wanna use it here's the link: https://u.cubeupload.com/aaaaaa_423aaa/FaceLOL.png
-_-SpaceUnicorn-_-
Scratcher
100+ posts

Welcome to the Developing Scratch Extensions Forum!

Hiya! Is this the place I should request what some things scratch needs are??

| eyy it's jex here |
| wanna chat? click this |
| want a pride month pfp? click this |
| wondering what im working on? click this |
| do you use noses on your text emojis? if not, click this |
Jonathan50
Scratcher
1000+ posts

Welcome to the Developing Scratch Extensions Forum!

-_-SpaceUnicorn-_- wrote:

Hiya! Is this the place I should request what some things scratch needs are??
This topic is about the Developing Scratch Extensions forum, as the first post here says. You probably want to go to the Suggestions forum, read this sticky (stickies are topics which always appear at the beginning), and make a new topic.

Not yet a Knight of the Mu Calculus.
sayville112
Scratcher
10 posts

Welcome to the Developing Scratch Extensions Forum!

I want this: take (insert your user name here) to (insert url here) block
LGBTMeme910
Scratcher
1 post

Welcome to the Developing Scratch Extensions Forum!

Cool
PhantomiCraft
Scratcher
4 posts

Welcome to the Developing Scratch Extensions Forum!

Hi,

I want to know if it's possible to add a tool in Scratch for making applications : the creator can decide to make an app with his project. It will be very useful. So, what do you think about this ?

PS : I'm not a dev.
SuperSean12
Scratcher
500+ posts

Welcome to the Developing Scratch Extensions Forum!

roll [10] at [44] speeds :: #4934eb
rotate [90] degrees :: #4934eb
set main led to R[0] G[0] B[255] :: #4934eb

If collided :: hat #4934eb

If hit :: hat #4934eb

If shook :: hat #4934eb

<rotation :: #4934eb> //the hex-code of the blocks is #4934eb and it is meant to be a little bit purple

Turn sphero off :: cap #4934eb

They will have the sphero logo at the start of the blocks

@SuperSean12
forum translator
among us player
meme lover (not animation memess)
Nutella_Cat043
Scratcher
44 posts

Welcome to the Developing Scratch Extensions Forum!


Ooh,I want to make an extension!
when green flag clicked
I wanna make an extension 
define Gravity at (Fallspeed)
forever
if <not <touching [Ground v] ?>> then
change y by (Fallspeed)
end
end

Last edited by Nutella_Cat043 (June 12, 2020 14:12:57)


Its yo girl, Auburn, enjoy my new signature
AERTX-2679
Scratcher
100+ posts

Welcome to the Developing Scratch Extensions Forum!

I think the Scratch team should add a “browser” extension. It could open new tabs, new windows, and redirect to websites.

Posted by AERTX-2679

FEATURED PROJECT: Basic Platformer Pro
AERTX-2679
Scratcher
100+ posts

Welcome to the Developing Scratch Extensions Forum!

How about this?
when green flag clicked
repeat (5)
play sound [pop]
move (10) steps
go to [random position]
end
forever
if <mouse down?> then
say [Welcome to Scratch!] for (2) secs
end
end

Posted by AERTX-2679

FEATURED PROJECT: Basic Platformer Pro
TurboCatboy
Scratcher
100+ posts

Welcome to the Developing Scratch Extensions Forum!

define 


::custom


(::custom-arg)

<::custom-arg>
????????????

you can scroll
//this signature is yellow but why
//tell me! tell me!
why is there no border for this one
//ah. another question.answer both NOW!
//third question: why are you not answering me :mad:
//fourth question: why do the emojis not work?
// fifth question: why did it take me this long to find the answers to the other questions
answers:comments, out of scratchblocks, you can't, the comments are in scratchblocks
comment on my profile if that was funny
Squirrel_D
Scratcher
37 posts

Welcome to the Developing Scratch Extensions Forum!

How do you make extentions?
define define define define how to make extention
i don't know

This is my cat block.It protects my siggy from other cat blocks and kumquats.

I am protectingCAT BLOCKS WILL RULE

when green flag clicked
protect my siggy:: list
AERTX-2679
Scratcher
100+ posts

Welcome to the Developing Scratch Extensions Forum!

Squirrel_D wrote:

How do you make extensions?
define define define define how to make extension
i don't know

Posted by AERTX-2679

FEATURED PROJECT: Basic Platformer Pro
fishu4
Scratcher
100+ posts

Welcome to the Developing Scratch Extensions Forum!

Do you think the Scratch Team will add more extenions? :?
when green flag clicked
forever
if <they do> then
yay
end
end :: events
define yay :: operatorklk
forever
yee ([infinity v] :: operators) times :: control
yay

Last edited by fishu4 (July 6, 2020 21:47:36)


I like Computers. Also heres kick the buddy but its A.K.E.E.
Hey! :: hat events
I am NOT tasty! :: motion
So DO NOT eat me! :: #eacb44
Ok? :: #aa23de cap

Poisonus berry to keep the kumquats away/
CHEESEROT
fishu4
Scratcher
100+ posts

Welcome to the Developing Scratch Extensions Forum!

TurboCatboy wrote:

define k


::custom


(::custom-arg)

<::custom-arg>
(o[]bbbbb---m :: custom-arg{k :: custom-arg) :: custom-arg
????????????

I like Computers. Also heres kick the buddy but its A.K.E.E.
Hey! :: hat events
I am NOT tasty! :: motion
So DO NOT eat me! :: #eacb44
Ok? :: #aa23de cap

Poisonus berry to keep the kumquats away/
CHEESEROT
fishu4
Scratcher
100+ posts

Welcome to the Developing Scratch Extensions Forum!

SuperSean12 wrote:

roll [10] at [44] speeds :: #4934eb // 2nd input: negative = backwards, positive = fowards
rotate [90] degrees :: #4934eb
set main led to R[0] G[0] B[255] :: #4934eb

If collided :: hat #4934eb

If hit :: hat #4934eb

If shook :: hat #4934eb
if moved :: hat #4934eb

<rotation :: #4934eb> //the hex-code of the blocks is #4934eb and it is meant to be a little bit purple

Turn sphero off :: cap #4934eb
turn on sphero on :: #4934eb
<sphero on? :: #4934eb>

They will have the sphero logo at the start of the blocks

Last edited by fishu4 (July 7, 2020 21:48:08)


I like Computers. Also heres kick the buddy but its A.K.E.E.
Hey! :: hat events
I am NOT tasty! :: motion
So DO NOT eat me! :: #eacb44
Ok? :: #aa23de cap

Poisonus berry to keep the kumquats away/
CHEESEROT
fishu4
Scratcher
100+ posts

Welcome to the Developing Scratch Extensions Forum!

when green flag clicked
brodcast [.., v] with [...] :: #efe904 // brodcasts a message with a value
when i reseve [... v] :: hat #000000
store [...] :: cap #000000
when <...> happens :: hat #366fea
...
when green flag clicked
change [item v] by [1] porpor to (num1) [~ v] (stored [... v] :: #000000) :: #1212ef // changes a item by a value porporal to a value to a stored item (black blocks)
go to URL [...] :: #56eacf
every [...] [seconds v] :: hat #efe901
stop sound [... v] :: sound
ex.[exe v] ~ [ v] {if [udlr v] then{... :: cap :: motion} :: hat #887efa} :: cap #00efac // uses a hat block (if udlr then {...}) as a argument than does a overly compacated prosses (witch i will not expain)
end

Last edited by fishu4 (July 14, 2020 19:00:26)


I like Computers. Also heres kick the buddy but its A.K.E.E.
Hey! :: hat events
I am NOT tasty! :: motion
So DO NOT eat me! :: #eacb44
Ok? :: #aa23de cap

Poisonus berry to keep the kumquats away/
CHEESEROT
AERTX-2679
Scratcher
100+ posts

Welcome to the Developing Scratch Extensions Forum!

Check this out!

when green flag clicked
if <the scratch team adds more extensions> then


say [Yay!!!]
play sound [Celebrate] until done

else
ask [Can you add more extensions?] and wait
if <(answer) = [yes]> then
say [I can't wait to check them out!!!] for (2) secs
end
if <(answer) = [no]> then
say [:(] for (2) secs
stop [all]
end
end
Like it?
I hope you like it!

Posted by AERTX-2679

FEATURED PROJECT: Basic Platformer Pro
fishu4
Scratcher
100+ posts

Welcome to the Developing Scratch Extensions Forum!

...
{;}
{..}
customm arg

I like Computers. Also heres kick the buddy but its A.K.E.E.
Hey! :: hat events
I am NOT tasty! :: motion
So DO NOT eat me! :: #eacb44
Ok? :: #aa23de cap

Poisonus berry to keep the kumquats away/
CHEESEROT

Powered by DjangoBB