Discuss Scratch

SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

silvxrcat wrote:

Append to and delete array items for JSON extension?
Maybe, we'll rewrite the JSON extension when we update the extension feature.

Last edited by SinanGentoo (Jan. 14, 2022 10:42:20)


Hello, I’m SinanGentoo, a developer of a Scratch mod named ClipCC. ClipCC is a Scratch with compiler, third-party extensions, custom block with return and tons of features, you can try it here!
SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

New custom block creation UI(still in progress)

Hello, I’m SinanGentoo, a developer of a Scratch mod named ClipCC. ClipCC is a Scratch with compiler, third-party extensions, custom block with return and tons of features, you can try it here!
CST1229
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

SinanGentoo wrote:

(#202)
New custom block creation UI(still in progress)
I think the “global function” checkbox should be a “For all sprites/for this sprite only” radio menu, like variables, to be consistent.
Maybe have the “custom reporter” checkbox be a “Stack/reporter” option with pictures?

This is a signature. It's a piece of text that appears below every post I write. Click here to learn more, including how to make your own.
RIP assets image hosting. 2013?-2023



god286
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

CST1229 wrote:

I think the “global function” checkbox should be a “For all sprites/for this sprite only” radio menu, like variables, to be consistent.
For the stage it should be “For all sprites/for stage only”

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
CST1229
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

god286 wrote:

(#204)

CST1229 wrote:

I think the “global function” checkbox should be a “For all sprites/for this sprite only” radio menu, like variables, to be consistent.
For the stage it should be “For all sprites/for stage only”
Yes.

This is a signature. It's a piece of text that appears below every post I write. Click here to learn more, including how to make your own.
RIP assets image hosting. 2013?-2023



Tailsic111
Scratcher
41 posts

ClipCC - A scratch mod with compiler, extension and more features

wow, i didnt even know this is a thing

morbin time jokes are no longer funny please stop T_T
SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

god286 wrote:

CST1229 wrote:

I think the “global function” checkbox should be a “For all sprites/for this sprite only” radio menu, like variables, to be consistent.
For the stage it should be “For all sprites/for stage only”
uh-huh?
sounds like a good idea

Last edited by SinanGentoo (Jan. 15, 2022 14:28:39)


Hello, I’m SinanGentoo, a developer of a Scratch mod named ClipCC. ClipCC is a Scratch with compiler, third-party extensions, custom block with return and tons of features, you can try it here!
SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features


An new extension

Last edited by SinanGentoo (Jan. 16, 2022 06:20:07)


Hello, I’m SinanGentoo, a developer of a Scratch mod named ClipCC. ClipCC is a Scratch with compiler, third-party extensions, custom block with return and tons of features, you can try it here!
Chiroyce
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

SinanGentoo wrote:


An new extension
eval is quite dangerous right?







April Fools' topics:
New Buildings in Scratch's headquarters
Give every Scratcher an M1 MacBook Air
Scratch should let users edit other Scratchers' projects
Make a statue for Jeffalo
Scratch Tech Tips™
Make a Chiroyce statue emoji


<img src=“x” onerror=“alert('XSS vulnerability discovered')”>

this is a test sentence
SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

Chiroyce wrote:

SinanGentoo wrote:


An new extension
eval is quite dangerous right?
yeah, But it offers more possibilities.
In fact, the implementation of this module uses Function instead of eval, you can read the source code of this extension if you are interested.

Hello, I’m SinanGentoo, a developer of a Scratch mod named ClipCC. ClipCC is a Scratch with compiler, third-party extensions, custom block with return and tons of features, you can try it here!
silvxrcat
Scratcher
500+ posts

ClipCC - A scratch mod with compiler, extension and more features

SinanGentoo wrote:

(#210)

Chiroyce wrote:

SinanGentoo wrote:


An new extension
eval is quite dangerous right?
yeah, But it offers more possibilities.
In fact, the implementation of this module uses Function instead of eval, you can read the source code of this extension if you are interested.
Very interesting…


hi im silver

























i eat orphan babies
SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

Fixed a serious bug that could confuse the execution of custom blocks with the same name (even if they were not within a sprite).

Hello, I’m SinanGentoo, a developer of a Scratch mod named ClipCC. ClipCC is a Scratch with compiler, third-party extensions, custom block with return and tons of features, you can try it here!
MagicCrayon9342
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

I have a question
Why isn't dark mode enabled in your screenshots?

SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

MagicCrayon9342 wrote:

I have a question
Why isn't dark mode enabled in your screenshots?
I just didn't enable it…

Last edited by SinanGentoo (Jan. 23, 2022 00:14:53)


Hello, I’m SinanGentoo, a developer of a Scratch mod named ClipCC. ClipCC is a Scratch with compiler, third-party extensions, custom block with return and tons of features, you can try it here!
SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

A contributor provided us with AUR support. so for Arch Linux users, you can install the AUR package clipcc-bin:
yay -S clipcc-bin

Hello, I’m SinanGentoo, a developer of a Scratch mod named ClipCC. ClipCC is a Scratch with compiler, third-party extensions, custom block with return and tons of features, you can try it here!
TheGroxEmpire
Scratcher
10 posts

ClipCC - A scratch mod with compiler, extension and more features

will the custom extension api allow you to make custom sprite effects?
SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

TheGroxEmpire wrote:

will the custom extension api allow you to make custom sprite effects?
Yes, we have opened up render and vm related APIs.

Hello, I’m SinanGentoo, a developer of a Scratch mod named ClipCC. ClipCC is a Scratch with compiler, third-party extensions, custom block with return and tons of features, you can try it here!
MagicCrayon9342
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

SinanGentoo wrote:

(#215)
A contributor provided us with AUR support. so for Arch Linux users, you can install the AUR package clipcc-bin:
yay -S clipcc-bin
haha
n p m
p a c k a g e ?

god286
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

MagicCrayon9342 wrote:

haha
n p m
p a c k a g e ?
npm isnt really for giving out gui apps thats usually only for npm/nodejs related CLIs.

Last edited by god286 (Jan. 23, 2022 03:48:19)


Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
MagicCrayon9342
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

god286 wrote:

(#219)

MagicCrayon9342 wrote:

haha
n p m
p a c k a g e ?
npm isnt really for giving out gui apps thats usually only for npm/nodejs related CLIs.
ok but can you? yes

Powered by DjangoBB