Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Sharp -- a 2.0 mod
- Mrcomputer1
- Scratcher
500+ posts
Sharp -- a 2.0 mod
Maybe. I will need to figure out how ScratchX loads extension before I can add support for loading JS extensions to Sharp. Can you add JS extension support?
Maybe sometime. But I have no idea how to do that yet. You should also add export to .swf files, I don't know how you would do it though…
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 - 23H2), Firefox 129.0b9
——————–
My ScratchX Extensions——–If you like this post, give me an internet!——–Sharp Scratch Mod
- donotforgetmycode
- Scratcher
1000+ posts
Sharp -- a 2.0 mod
A unary operator is an operator with one argument (like +, -, ~, not)What about unary operators? …
This text under the grey line is my signature. It's not part of my post, but it automatically shows up under all of my posts.
I recommend reading jvvg and Super_Scratch_Bros20's essays.
She/her
Stuff at the bottom of my signature:
for \({https://scratch.mit.edu/discuss/post/6785965/
set [i v] to [0]
}; <(i) < [10]>; {
change [i v] by (1)
}) \{{
think (i) for (1) secs
}} :: control
Would you recommend a confirmation dialog box on that action?
________________________________
| Really send missiles? (Y)es (N)o |
——————————————————
Please forgive my crude mock-up.
By the way - this is rejected for safety reasons.
a bully with a big belly steals your moist cheesy beefmusic origins
Be horizontal —
(thanks @thugatwoary and @Za-Chary)
Be high contrast
Generation -1: The first time you see this, copy and paste it on top of your signature in the Scratch forums, and decrease the generation by 1. Social experiment.
i ran out of characters
Kumquat lore
The Scratch Forums support bf +-<>[],.
It seems I can still use assets in my signature. test:
;
- StarwarsTNT17
- Scratcher
8 posts
Sharp -- a 2.0 mod
Cool!
Shouldn't
^
go with +, -, * and / at the top of operators?
Shouldn't
^
go with +, -, * and / at the top of operators?
- FILENAME_3
- Scratcher
17 posts
Sharp -- a 2.0 mod
oof - o o f - o o f - o o f You should also add export to .swf files, I don't know how you would do it though…
- FILENAME_3
- Scratcher
17 posts
Sharp -- a 2.0 mod
don't ask why I picked that name, it was supposed to have some of Snap!'s blockbut how do you sign in to scratch and save? I've made a Scratch mod with @mrcomputer1, it's called “Sharp”
You can get the source code here
Report issues hereTasks:
- Add a
(()^()::reporter operators)block – complete- Add a custom reporter system – will work on it later
- Add first-class-citizens – will work on it later
- and more…
You can check the live version of the mod here: at SharpScratchMod.github.io
(not done yet )
Feel free to contribute
Last edited by FILENAME_3 (Nov. 6, 2018 19:25:55)
- Mrcomputer1
- Scratcher
500+ posts
Sharp -- a 2.0 mod
There are two ^ blocks, which look exactly the same. One of which is power of and the other is bitwise xor. The power of one is located at the top of the operators with +, -, * and /. The bitwise xor block is located with the other bitwise blocks like &, |, ~, << and >>. I should probably make them look a bit different. Cool!
Shouldn't
^
go with +, -, * and / at the top of operators?
Scratch mods can't save to the Scratch website. So the only way to save is to download the project.don't ask why I picked that name, it was supposed to have some of Snap!'s blockbut how do you sign in to scratch and save? I've made a Scratch mod with @mrcomputer1, it's called “Sharp”
You can get the source code here
Report issues hereTasks:
- Add a
(()^()::reporter operators)block – complete- Add a custom reporter system – will work on it later
- Add first-class-citizens – will work on it later
- and more…
You can check the live version of the mod here: at SharpScratchMod.github.io
(not done yet )
Feel free to contribute
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 - 23H2), Firefox 129.0b9
——————–
My ScratchX Extensions——–If you like this post, give me an internet!——–Sharp Scratch Mod
- space_elephant
- Scratcher
500+ posts
Sharp -- a 2.0 mod
Good but there is one problem: I can't tell the differance between the power block and the bitwise xor
((1)^(2)::operators)//1
((1)^(2)::operators)//3
- Mrcomputer1
- Scratcher
500+ posts
Sharp -- a 2.0 mod
I have changed the “to power of” block to: Good but there is one problem: I can't tell the differance between the power block and the bitwise xor((1)^(2)::operators)//1
((1)^(2)::operators)//3
(( ) to power of ( )::operators)
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 - 23H2), Firefox 129.0b9
——————–
My ScratchX Extensions——–If you like this post, give me an internet!——–Sharp Scratch Mod
- PullJosh
- Scratcher
1000+ posts
Sharp -- a 2.0 mod
I have changed the “to power of” block to: Good but there is one problem: I can't tell the differance between the power block and the bitwise xor((1)^(2)::operators)//1
((1)^(2)::operators)//3(( ) to power of ( )::operators)
((1) ^ (2)::operators) // 1
((1) XOR (2)::operators) // 3
Maybe this makes more sense?
- FILENAME_3
- Scratcher
17 posts
Sharp -- a 2.0 mod
can you uploed the modsThere are two ^ blocks, which look exactly the same. One of which is power of and the other is bitwise xor. The power of one is located at the top of the operators with +, -, * and /. The bitwise xor block is located with the other bitwise blocks like &, |, ~, << and >>. I should probably make them look a bit different. Cool!
Shouldn't
^
go with +, -, * and / at the top of operators?Scratch mods can't save to the Scratch website. So the only way to save is to download the project.don't ask why I picked that name, it was supposed to have some of Snap!'s blockbut how do you sign in to scratch and save? I've made a Scratch mod with @mrcomputer1, it's called “Sharp”
You can get the source code here
Report issues hereTasks:
- Add a
(()^()::reporter operators)block – complete- Add a custom reporter system – will work on it later
- Add first-class-citizens – will work on it later
- and more…
You can check the live version of the mod here: at SharpScratchMod.github.io
(not done yet )
Feel free to contribute
- FILENAME_3
- Scratcher
17 posts
Sharp -- a 2.0 mod
My browser / operating system: Windows NT 10.0, Chrome 70.0.3538.77, Flash 31.0 (release 0)I have changed the “to power of” block to: Good but there is one problem: I can't tell the differance between the power block and the bitwise xor((1)^(2)::operators)//1
((1)^(2)::operators)//3(( ) to power of ( )::operators)
- Mrcomputer1
- Scratcher
500+ posts
Sharp -- a 2.0 mod
I changed it to that.I have changed the “to power of” block to: Good but there is one problem: I can't tell the differance between the power block and the bitwise xor((1)^(2)::operators)//1
((1)^(2)::operators)//3(( ) to power of ( )::operators)((1) ^ (2)::operators) // 1
((1) XOR (2)::operators) // 3
Maybe this makes more sense?
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 - 23H2), Firefox 129.0b9
——————–
My ScratchX Extensions——–If you like this post, give me an internet!——–Sharp Scratch Mod
- Scratch_FootballStar
- Scratcher
9 posts
Sharp -- a 2.0 mod
I have a problem, evrything is in uppercase and not exact. Can you help me please!
Thanks
Thanks
Developing my new project
https://scratch.mit.edu/projects/229651851/
if <you look at my project> then
say [I will be encouraged]
say [I will continue]
else
say [I will be sad]
say [I will stop]
end
- ScratchedSack
- Scratcher
14 posts
Sharp -- a 2.0 mod
don't ask why I picked that name, it was supposed to have some of Snap!'s blockThat's really cool I've made a Scratch mod with @mrcomputer1, it's called “Sharp”
You can get the source code here
Report issues hereTasks:
- Add a
(()^()::reporter operators)block – complete- Add a custom reporter system – will work on it later
- Add first-class-citizens – will work on it later
- and more…
You can check the live version of the mod here: at SharpScratchMod.github.io
(not done yet )
Feel free to contribute
- papperboy3498
- Scratcher
18 posts
Sharp -- a 2.0 mod
use another plugin like HTML5. flash will lose support in 12/31/2020.
@ProgramingBeginner Signature Chain:
Level: 1
When you see this, put this at the top of your signature, and increase the level by 1! (Also, comment on @ProgramingBeginner's profile saying that you contributed to the signature chain!)
if you give me an internet, it would be gladly appreciated! give an internet
- ScratchedSack
- Scratcher
14 posts
Sharp -- a 2.0 mod
don't ask why I picked that name, it was supposed to have some of Snap!'s blockI've made a Scratch mod with @mrcomputer1, it's called “Sharp”
You can get the source code here
Report issues hereTasks:
- Add a
(()^()::reporter operators)block – complete- Add a custom reporter system – will work on it later
- Add first-class-citizens – will work on it later
- and more…
You can check the live version of the mod here: at SharpScratchMod.github.io
(not done yet )
Feel free to contribute
Add a
<showing>
{scratchblocks]
block
Last edited by ScratchedSack (April 4, 2019 00:59:32)
- Mrcomputer1
- Scratcher
500+ posts
Sharp -- a 2.0 mod
I plan to make a 3.0 based version eventually. use another plugin like HTML5. flash will lose support in 12/31/2020.
I will add that sometime.…
Add a<showing>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 - 23H2), Firefox 129.0b9
——————–
My ScratchX Extensions——–If you like this post, give me an internet!——–Sharp Scratch Mod
- Executec
- Scratcher
100+ posts
Sharp -- a 2.0 mod
don't ask why I picked that name, it was supposed to have some of Snap!'s blockBut all it does is say: I've made a Scratch mod with @mrcomputer1, it's called “Sharp”
You can get the source code here
Report issues hereTasks:
- Add a
(()^()::reporter operators)block – complete- Add a custom reporter system – will work on it later
- Add first-class-citizens – will work on it later
- and more…
You can check the live version of the mod here: at SharpScratchMod.github.io
(not done yet )
Feel free to contribute
[/quote}
Sharp is loading…
Please wait…
- Mrcomputer1
- Scratcher
500+ posts
Sharp -- a 2.0 mod
Do you have Flash Player installed? Sharp is a Scratch 2.0 mod and requires Flash to run. If it isn't installed, you can install it at https://get.adobe.com/flashplayer/ (make sure to turn off its unnecessary “optional offers” ) and it should work then. If it is already installed, what is the browser you are using (press the globe button to automatically insert it into your post) and what happens if you go to https://sharpscratchmod.github.io/Sharp.swf?don't ask why I picked that name, it was supposed to have some of Snap!'s blockBut all it does is say: I've made a Scratch mod with @mrcomputer1, it's called “Sharp”
You can get the source code here
Report issues hereTasks:
- Add a
(()^()::reporter operators)block – complete- Add a custom reporter system – will work on it later
- Add first-class-citizens – will work on it later
- and more…
You can check the live version of the mod here: at SharpScratchMod.github.io
(not done yet )
Feel free to contribute
[/quote}
Sharp is loading…
Please wait…
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 - 23H2), Firefox 129.0b9
——————–
My ScratchX Extensions——–If you like this post, give me an internet!——–Sharp Scratch Mod
- Discussion Forums
- » Advanced Topics
- » Sharp -- a 2.0 mod