Discuss Scratch

HTML-Fan
Scratcher
1000+ posts

copy to clipboard/copy block

Not in fullscreen. Only in the editor mode. You have to either double-click or triple-click it.

Joke of the century: Just made a good remix of this with Scratch's music extension.
                      BE MOIST B) AND CHECK OUT
_____ ______ _ _
|_ _| | _ (_) (_)
| |_ _____ | | | |_ _ __ ___ ___ _ __ ___ _ ___ _ __ ___ #RoadToMoist100
| \ \ /\ / / _ \ | | | | | '_ ` _ \ / _ \ '_ \/ __| |/ _ \| '_ \/ __|
| |\ V V / (_) | | |/ /| | | | | | | __/ | | \__ \ | (_) | | | \__ \
\_/ \_/\_/ \___/ |___/ |_|_| |_| |_|\___|_| |_|___/_|\___/|_| |_|___/
fdreerf
Scratcher
1000+ posts

copy to clipboard/copy block

HTML-Fan wrote:

Not in fullscreen. Only in the editor mode. You have to either double-click or triple-click it.
If you double-click it selects all of it.

Hyped for MS-DOS 11.0
whiteandblackcat
Scratcher
1000+ posts

copy to clipboard/copy block

-Accio- wrote:

Weak Support

While this could be useful in the circumstance you said, that circumstance is pretty specific, and there aren't many other times when this would be useful. Also, this could have the (although small) possibility for private messaging, using something like the script below.

when green flag clicked
if <(username) = [-Accio-]> then
copy [Private Message] to clipboard::control
end
You could do the same thing with
When green flag clicked
if <(username) = [whiteandblackcat]> then
say [Private Message]
end
but because anyone could see it by going inside the project, it's ok.
Although I do think there would definitely need to be a confirmation message, such as "Copy to clipboard?"

Edit: Somehow the oher 3 pages of posts didn't load until after I posted, I'm very confused, but sorry for interrupting your discussion

Last edited by whiteandblackcat (June 30, 2020 10:18:00)


Hi, I'm Kat!
I'm not too active in the forums anymore, but I'm still active on scratch!
I'm a cohost of Scratch Writing Camp, running it with Alba, Birdi, Bakie, and Honey.

I love coding, maths (especially simultaneous equations and the quadratic formula!!!), art and writing (and also spreadsheets and responsibilities-)! I used to know 157 digits of pi, but I can only get to around 110 at the moment. I also love Minecraft :]

Here's some things I have been in the past:
- Forum helper member
- Buzzy Bee Banners secretary & banner maker
- Emerald Shop 4.0 Vice President
HTML-Fan
Scratcher
1000+ posts

copy to clipboard/copy block

whiteandblackcat wrote:

Edit: Somehow the oher 3 pages of posts didn't load until after I posted, I'm very confused, but sorry for interrupting your discussion
What do you think about my ideas which didn't loaded somehow? The ctrl+c event hat block?

Joke of the century: Just made a good remix of this with Scratch's music extension.
                      BE MOIST B) AND CHECK OUT
_____ ______ _ _
|_ _| | _ (_) (_)
| |_ _____ | | | |_ _ __ ___ ___ _ __ ___ _ ___ _ __ ___ #RoadToMoist100
| \ \ /\ / / _ \ | | | | | '_ ` _ \ / _ \ '_ \/ __| |/ _ \| '_ \/ __|
| |\ V V / (_) | | |/ /| | | | | | | __/ | | \__ \ | (_) | | | \__ \
\_/ \_/\_/ \___/ |___/ |_|_| |_| |_|\___|_| |_|___/_|\___/|_| |_|___/
whiteandblackcat
Scratcher
1000+ posts

copy to clipboard/copy block

HTML-Fan wrote:

whiteandblackcat wrote:

Edit: Somehow the oher 3 pages of posts didn't load until after I posted, I'm very confused, but sorry for interrupting your discussion
What do you think about my ideas which didn't loaded somehow? The ctrl+c event hat block?
(I've read them now ) I'm not sure it'd be viable, since I don't know if scratch could even sense someone pressing ctrl/cmd. But it sounds like a good idea, although maybe as well as the “copy to clipboard” block.

Hi, I'm Kat!
I'm not too active in the forums anymore, but I'm still active on scratch!
I'm a cohost of Scratch Writing Camp, running it with Alba, Birdi, Bakie, and Honey.

I love coding, maths (especially simultaneous equations and the quadratic formula!!!), art and writing (and also spreadsheets and responsibilities-)! I used to know 157 digits of pi, but I can only get to around 110 at the moment. I also love Minecraft :]

Here's some things I have been in the past:
- Forum helper member
- Buzzy Bee Banners secretary & banner maker
- Emerald Shop 4.0 Vice President
HTML-Fan
Scratcher
1000+ posts

copy to clipboard/copy block

whiteandblackcat wrote:

I don't know if scratch could even sense someone pressing ctrl/cmd.
I think that they 1. can sense it and 2. don't even need to, it will trigger a JavaScript event or similar, but don't quote me on that! But that's how it works, most likely.

It was even a problem that you can't just set the clipboard without a special permission, only when the user presses ctrl+c.

Last edited by HTML-Fan (June 30, 2020 10:33:57)


Joke of the century: Just made a good remix of this with Scratch's music extension.
                      BE MOIST B) AND CHECK OUT
_____ ______ _ _
|_ _| | _ (_) (_)
| |_ _____ | | | |_ _ __ ___ ___ _ __ ___ _ ___ _ __ ___ #RoadToMoist100
| \ \ /\ / / _ \ | | | | | '_ ` _ \ / _ \ '_ \/ __| |/ _ \| '_ \/ __|
| |\ V V / (_) | | |/ /| | | | | | | __/ | | \__ \ | (_) | | | \__ \
\_/ \_/\_/ \___/ |___/ |_|_| |_| |_|\___|_| |_|___/_|\___/|_| |_|___/
whiteandblackcat
Scratcher
1000+ posts

copy to clipboard/copy block

HTML-Fan wrote:

whiteandblackcat wrote:

I don't know if scratch could even sense someone pressing ctrl/cmd.
I think that they 1. can sense it and 2. don't even need to, it will trigger a JavaScript event or similar, but don't quote me on that! But that's how it works, most likely.
Ok, well if it's viable, I like that idea!

Hi, I'm Kat!
I'm not too active in the forums anymore, but I'm still active on scratch!
I'm a cohost of Scratch Writing Camp, running it with Alba, Birdi, Bakie, and Honey.

I love coding, maths (especially simultaneous equations and the quadratic formula!!!), art and writing (and also spreadsheets and responsibilities-)! I used to know 157 digits of pi, but I can only get to around 110 at the moment. I also love Minecraft :]

Here's some things I have been in the past:
- Forum helper member
- Buzzy Bee Banners secretary & banner maker
- Emerald Shop 4.0 Vice President
HTML-Fan
Scratcher
1000+ posts

copy to clipboard/copy block

Okay, maybe it could be an extention together with this: https://scratch.mit.edu/discuss/topic/418147/
“Typing” or something like that it could be called.

Joke of the century: Just made a good remix of this with Scratch's music extension.
                      BE MOIST B) AND CHECK OUT
_____ ______ _ _
|_ _| | _ (_) (_)
| |_ _____ | | | |_ _ __ ___ ___ _ __ ___ _ ___ _ __ ___ #RoadToMoist100
| \ \ /\ / / _ \ | | | | | '_ ` _ \ / _ \ '_ \/ __| |/ _ \| '_ \/ __|
| |\ V V / (_) | | |/ /| | | | | | | __/ | | \__ \ | (_) | | | \__ \
\_/ \_/\_/ \___/ |___/ |_|_| |_| |_|\___|_| |_|___/_|\___/|_| |_|___/
HTML-Fan
Scratcher
1000+ posts

copy to clipboard/copy block

*bump*

Joke of the century: Just made a good remix of this with Scratch's music extension.
                      BE MOIST B) AND CHECK OUT
_____ ______ _ _
|_ _| | _ (_) (_)
| |_ _____ | | | |_ _ __ ___ ___ _ __ ___ _ ___ _ __ ___ #RoadToMoist100
| \ \ /\ / / _ \ | | | | | '_ ` _ \ / _ \ '_ \/ __| |/ _ \| '_ \/ __|
| |\ V V / (_) | | |/ /| | | | | | | __/ | | \__ \ | (_) | | | \__ \
\_/ \_/\_/ \___/ |___/ |_|_| |_| |_|\___|_| |_|___/_|\___/|_| |_|___/
Mr_PenguinAlex
Scratcher
1000+ posts

copy to clipboard/copy block

Support, it would be useful for save codes, text generators, and stuff like that.
For those of you who say you could use it for private messaging, you can also do this:
when green flag clicked
if <(username) = [blarlgghh]> then
say [hey here's my address, isn't that neato] for (2) secs
end
so it doesn't really matter

Last edited by Mr_PenguinAlex (Jan. 20, 2021 17:52:28)


mybearworld
Scratcher
1000+ posts

copy to clipboard/copy block

It is technically possible. (Inspect element, console, copy(“hi there”))
Still what about this:

Scratcher wrote:

Let's copy these homework to submit it.
I don't need my text window now, do I? *closes window*
But…. let's check scratch first.
Wow! This game's so fun!
*Submits the clipboard*
Later
Wait, what?! Why in the world have I posted (something inappropiate) as my homework!!!
No support.

Signatures are the only place where assets links still work.
mybearworld
Scratcher
1000+ posts

copy to clipboard/copy block

xXRedTheCoderXx wrote:

I found a duplicate, I think.

The suggestion doesn't include that paste block, though. So is it a duplicate?

The suggestions are very similar, however.
Same topic? It couldn't be merged because the link is the same

Signatures are the only place where assets links still work.
xXRedTheCoderXx
Scratcher
1000+ posts

copy to clipboard/copy block

mybearworld wrote:

xXRedTheCoderXx wrote:

I found a duplicate, I think.

The suggestion doesn't include that paste block, though. So is it a duplicate?

The suggestions are very similar, however.
Same topic? It couldn't be merged because the link is the same
I think it was merged. And the link could still be the same because this is the topic I linked, but the topic I posted that on was merged with this topic, making my post that links here in this topic.

If that makes sense.

gosoccerboy5
Scratcher
1000+ posts

copy to clipboard/copy block

This seems interesting, but I feel like you could copy a huge amount of spam to someone's clipboard, but I don't want to have to click a dialog box every time I want to copy something.

the2000
Scratcher
1000+ posts

copy to clipboard/copy block

I would support this as a dialogue box option. Like, “this project wants to copy something to your clipboard.”

gosoccerboy5 wrote:

I don't want to have to click a dialog box every time I want to copy something.
Would it really bother you that much? How often do you think you would have to use this feature?

TopicBumper
New to Scratch
100+ posts

copy to clipboard/copy block

Bump, even though in practice I have been beated to the punch.
TopCode
Scratcher
1000+ posts

copy to clipboard/copy block

no support, it has limited application and seems like it could be abused

The following is my signature:
MAKE PROJECTS REMOVED BY THE ST UNVIEWABLE PLEASE LIKE NOW
Once upon a time, CatBlocks were brought into the world of Scratch. They became quite dear to us, and were close to our hearts. But then, an evil kumquat ate them. We will always keep them in our hearts, and we promise to remember them forever.

Proud king of 500th page of minecraft topic
that sounds so cringe

PhoenixSC wrote:

No amount of rest can pass this night
JAC77Games
Scratcher
100+ posts

copy to clipboard/copy block

yes a

copy () to clipboard :: operators

(clipboard :: operators

blocks would be SO useful

a warning like the one before the green flag that says that the project knows username. Also there would be a warning like “Project copies stuff to clipboard”

Check out GUNB4
TopCode
Scratcher
1000+ posts

copy to clipboard/copy block

JAC77Games wrote:

yes a

copy () to clipboard :: operators

(clipboard :: operators

blocks would be SO useful

a warning like the one before the green flag that says that the project knows username. Also there would be a warning like “Project copies stuff to clipboard”
a clipboard sensing block would have some big security issues. what if you copy a password to a website, like your google password and then a project logs your password in a cloud variable.

The following is my signature:
MAKE PROJECTS REMOVED BY THE ST UNVIEWABLE PLEASE LIKE NOW
Once upon a time, CatBlocks were brought into the world of Scratch. They became quite dear to us, and were close to our hearts. But then, an evil kumquat ate them. We will always keep them in our hearts, and we promise to remember them forever.

Proud king of 500th page of minecraft topic
that sounds so cringe

PhoenixSC wrote:

No amount of rest can pass this night
JAC77Games
Scratcher
100+ posts

copy to clipboard/copy block

no b

TopCode wrote:

JAC77Games wrote:

yes a

copy () to clipboard :: operators

(clipboard :: operators

blocks would be SO useful

a warning like the one before the green flag that says that the project knows username. Also there would be a warning like “Project copies stuff to clipboard”
a clipboard sensing block would have some big security issues. what if you copy a password to a website, like your google password and then a project logs your password in a cloud variable.

but i said there would be a warning before the project similar to the warning that the project knows your username but instead for using your clipboard

Check out GUNB4

Powered by DjangoBB