Discuss Scratch
- Discussion Forums
- » Developing Scratch Extensions
- » How can I add an existing scratchx extention to my scratch 3.0 project
- --Explosion--
-
Scratcher
1000+ posts
How can I add an existing scratchx extention to my scratch 3.0 project
I need help adding a scratchx extention to my project, from start to finish how can I do this? (if I can) Also, how can I find the url of the extention? Thanks
- JGames101
-
Scratcher
100+ posts
How can I add an existing scratchx extention to my scratch 3.0 project
Unfortunately, Scratch 3 uses a new format of extensions. That means that ScratchX Extensions are incompatible with Scratch 3. Although Scratch 3's extension format isn't finalised, and it's very difficult to load and test extensions, you can read about Scratch 3 extensions here: https://scratch.mit.edu/discuss/topic/277217/
- --Explosion--
-
Scratcher
1000+ posts
How can I add an existing scratchx extention to my scratch 3.0 project
Thanks, are you using javascript to make the extentionss in that post?
- --Explosion--
-
Scratcher
1000+ posts
How can I add an existing scratchx extention to my scratch 3.0 project
Is there a way to convert the scratchx extentions?
- JGames101
-
Scratcher
100+ posts
How can I add an existing scratchx extention to my scratch 3.0 project
Thanks, are you using javascript to make the extentionss in that post?Yes, Scratch 3 extensions are still JavaScript, but a very different format.
- --Explosion--
-
Scratcher
1000+ posts
How can I add an existing scratchx extention to my scratch 3.0 project
Coding extentions seems cool where can I learn how?
- JGames101
-
Scratcher
100+ posts
How can I add an existing scratchx extention to my scratch 3.0 project
Coding extentions seems cool where can I learn how?It's currently pretty difficult to code Scratch 3 Extensions, since the design hasn't been finalised, so testing and bugfixing is very difficult, but you can read about it on this thread: https://scratch.mit.edu/discuss/topic/277217/ Just keep in mind most of the earlier posts in that thread are from an older version of the extension spec.
- Sonic_Is_Cool12342
-
Scratcher
1 post
How can I add an existing scratchx extention to my scratch 3.0 project
when green flag clicked
forever
if <key [ right arrow] pressed?> then
repeat (1)
endmove (10) steps
end
end
- purplebunny63
-
Scratcher
100+ posts
How can I add an existing scratchx extention to my scratch 3.0 project
when green flag clickedforever
if <key [ right arrow] pressed?> then
repeat (1)
Move (10) steps
end
end
Correction
- IronBill05
-
Scratcher
100+ posts
How can I add an existing scratchx extention to my scratch 3.0 project
I don't think 3.0 provides support for ScratchX anymore.
- Discussion Forums
- » Developing Scratch Extensions
-
» How can I add an existing scratchx extention to my scratch 3.0 project