Scratch Forum Search

Your query resulted in over 10 thousand posts. You may have difficulty loading posts after page 200.

Za-Chary wrote:

PaperMarioFan2022 wrote:

Za-Chary wrote:

Why not just use the current versions of Scratch or YouTube to share tutorials?
Because that is really confusing and complicated to do for new users, plus beginners use school computers to do so and they can't download certain things from the foundation.
If YouTube is too complicated for someone, how would Scratch YouTube be any less complicated for them? And, if Scratch is too complicated for someone, why would they be making Scratch tutorials in the first place?
Well, In The Search Bar, They Can Search Up videos with /videos Then, There’s Videos! But How Are The Videos Made?
Well, When You Create Projects, Nad Studio! Add A Button Called “Create Video” And That’s My Idea!

k0d3rrr wrote:

Two notes:
  1. Soon, I'm going to share the April Fools' banner for this year.
  2. Speaking of April, isn't the 3rd anniversary of Dave and Bambi going to happen in a few days?
1. the tristan topic (or we could just completely flip the topic over and talk about marios madness or crunchin for april fools)
2. yep
You can assign each of the clones a “Clone ID”. When each clone has a different ID, you can control what the individual clones do.

when green flag clicked
set [cloneID v] to [1] // this sprite only
repeat (7)
create clone of [myself v]
change [cloneID v] by (1)
end

when I start as a clone
if <(cloneID) = [1]> then
hide
end
Stegie1234 Stegie1234 loading
Wether this would be helpful or not I suppose depends on if people actually read announcements and stickys. It’s probably worth trying, though.

Za-Chary wrote:

MythosLore wrote:

So Far I Have Seen At Least Two Joke Topics Posted On The Suggestions Forum.
I Hope You've Been Reporting Them. Actually, I'm Surprised I've Only Seen Two.

A Sticky Could Be Helpful. I Don't Know How Helpful, Exactly, But It Could Get The Job Done For Some Folks.
Reading this makes my eyes hurt.

M1mikyu wrote:

7salad3salad wrote:

Seems a bit cruel to essentially disregard visually impaired people as a joke.
seems a bit cruel to disregard visually impaired people by making links purple which makes them LESS visible for certain colorblind people. additionally for some people the purple theme is even harder to see than the blue. maybe they should just have website themes rather than forcing one design on everyone, since what helps one person is worse for another
purple actually works better for links then blue as seen here
https://www.whocanuse.com/?bg=ffffff&fg=855cd6&fs=16&fw=b (purple)
https://www.whocanuse.com/?bg=ffffff&fg=1aa0d8&fs=16&fw=b (blue)
han614698 han614698 loading

Prime689 wrote:

han614698 wrote:

(#13)
As far as I know about Za-Chary's teaching it doesn't relate to coding
It's not about his teaching or curriculum. It's about mathematics.

han614698 wrote:

- yes, you could graph a function in Scratch, but why, when you could use a graphing calculator or desmos or something of the like?
Because there is an educational merit when DIY coding a function grapher on Scratch, or any math-relating project.
Okay that seems reasonable. Wouldn't you think they'd go with Snap!, though?

Also see my last sentence that I edited into my last post on this topic, presumably while you were typing your response.
Prime689 Prime689 loading

han614698 wrote:

(#13)
As far as I know about Za-Chary's teaching it doesn't relate to coding
It's not about his teaching or curriculum. It's about mathematics.

han614698 wrote:

- yes, you could graph a function in Scratch, but why, when you could use a graphing calculator or desmos or something of the like?
Because there is an educational merit when DIY coding a function grapher on Scratch, or any math-related project.
han614698 han614698 loading

Prime689 wrote:

han614698 wrote:

(#11)
True, but why would you ever use Scratch for that when you could use literally any other program designed for this?
One edge that Scratch has against most programming languages is that it is a highly visual one, with an easy-to-follow syntax. It's helpful for students starting coding.
As far as I know about Za-Chary's teaching it doesn't relate to coding - yes, you could graph a function in Scratch, but why, when you could use a graphing calculator or desmos or something of the like?

And if his teaching does relate to coding and I'm mistaken, then I wouldn't think a college student that knows they're going into programming would have no experience and need to start with Scratch.
Juyuser Juyuser loading
NEW VECHICLE COMING SOON TO NEED FOR SCRATCH HEAT x UNBOX!!!!

CHECK OUT THE LEAK ANIMATION HERE:
https://scratch.mit.edu/projects/992323192/


PLEASE CONSIDER HEARTING AND FAVING AND DROPPING ME A FOLLOW!!!
Prime689 Prime689 loading

han614698 wrote:

(#11)
True, but why would you ever use Scratch for that when you could use literally any other program designed for this?
One edge that Scratch has against most programming languages is that it is a highly visual one, with an easy-to-follow syntax. It's helpful for students starting coding.
kouhei-1 kouhei-1 loading
when @greenFlag clicked
set [a_4? v] to [True]
forever
switch costume to [a_4 v]
go to [random position v]
create clone of [myself v]
wait (.1) seconds
end

when I start as a clone
if <(a_4?) = [True]> then
set [color v] effect to (pick random (0) to (255))::looks
set [brightness v] effect to (-20)::looks
set [a_4? v] to [False]
set [ghost v] effect to (100)::looks
show
repeat (20)
change [ghost v] effect by (-5)::looks
end
set [a_4//Mode v] to (pick random (0) to (2))
set [Barrage_number v] to [0]
set [+45°? v] to (pick random (0) to (1))
repeat (4)
change [Barrage_number v] by (1)
create clone of [myself v]
end
delete this clone
else
show
switch costume to (join [a_] ((a_4//Mode) + (1)))
point in direction (((90) * (Barrage_number)) + ((+45°?) * (45)))
repeat until <touching [edge v]?>
move (10) steps
turn @turnRight (((2) * (((+45°?) * (2)) - (1))) * (letter ((costume [number v]) - (2)) of [1])) degrees::motion
stamp
end
delete this clone
end
kouhei-1 kouhei-1 loading
when I start as a clone
change [クローン数 v] by (1)
hide
if <(OOHARAMEN) = [0]> then
go to [TNT降下機 v]
end
if <(mode) = [TNT]> then
switch costume to [着火されたTNT v]
end
if <(mode) = [TNG]> then
switch costume to [着火されたTNG v]
end
show
forever
repeat until <touching [World v]?>
change y by (-5)
wait (.01) seconds
if <[-179] \> (y position)> then
change [クローン数 v] by (-1)
delete this clone
end
end
end

when I start as a clone
show
start sound [fuse v]
if <(mode) = [NUKE]> then
show
switch costume to [NUKE v]
wait (2) seconds
broadcast [クラッシュ v]
stop [this script v]
end
if <(爆発?) = [1]> then
go to x: (tnt x) y: (tnt y)
if <(mode) = [TNT]> then
repeat (3)
wait (.15) seconds
switch costume to [着火されたTNT v]
wait (.15) seconds
switch costume to [TNT v]
end
end
if <(mode) = [TNG]> then
repeat (3)
wait (.15) seconds
switch costume to [着火されたTNG v]
wait (.15) seconds
switch costume to [TNG v]
end
end
start sound [explode4 v]
create clone of [爆発 v]
set [爆発 x v] to (x position)
set [爆発 y v] to (y position)
change [クローン数 v] by (-1)
delete this clone
else
if <(mode) = [TNT]> then
repeat (3)
wait (.5) seconds
switch costume to [着火されたTNT v]
wait (.5) seconds
switch costume to [TNT v]
end
end
if <(mode) = [TNG]> then
repeat (3)
wait (.5) seconds
switch costume to [着火されたTNG v]
wait (.5) seconds
switch costume to [TNG v]
end
end
start sound [explode4 v]
create clone of [爆発 v]
set [爆発 x v] to (x position)
set [爆発 y v] to (y position)
change [クローン数 v] by (-1)
delete this clone
end

when I receive [ワールド上昇 v]
repeat (240)
change y by (0.1)
end

when @greenFlag clicked
hide

when @greenFlag clicked
forever
if <key [o v] pressed?> then
repeat (700)
if <key [o v] pressed?> then
repeat (700)
if <key [h v] pressed?> then
repeat (700)
if <key [a v] pressed?> then
repeat (700)
if <key [r v] pressed?> then
repeat (700)
if <key [a v] pressed?> then
repeat (700)
if <key [m v] pressed?> then
repeat (700)
if <key [e v] pressed?> then
repeat (700)
if <key [n v] pressed?> then
go to x: (-228) y: (180)
set [OOHARAMEN v] to [1]
repeat (20)
create clone of [myself v]
change x by (24)
end
set [OOHARAMEN v] to [0]
wait (5) seconds
broadcast [クラッシュ v]
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end
wait (.1) seconds
end
end

when I receive [クラッシュ v]
hide
han614698 han614698 loading

Prime689 wrote:

han614698 wrote:

(#9)
He doesn't educate anything applicable to Scratch.
Functions, derivatives, and whatnot can certainly be applied to Scratch. You have a sufficient amount of math operators in the coding language to graph a function.
True, but why would you ever use Scratch for that when you could use literally any other program designed for this?
han614698 han614698 loading

alt1032 wrote:

I have a discussion topic "Why is it important to keep your scratch passwords private?"

I don't think this iTopic is being updated anymore.



To be clear to other forumers: iTopics are not allowed to be created, but existing ones are allowed to stay open.


Edit after fiddling with the filter:

Why is "to stay open" censored?
starr-light starr-light loading
thank you notes ⍋ 03.31.24
[ word count: 1000 words ]
━━━ « ⍋ » ━━━

‣ thanks everyone for such a lovely time this session, i loved all the memories <33

━━━ « ⍋ » ━━━

dear luna, sun, starr, moss, moonlit, and robin,
you're the pinnacles of swc. (terrifying) host (tyrants), thank you so much for making this session run smoothly — on the leading team, i get a glimpse of what swc's like before february 29 and before april 1! the activities, the writing comp, the hilarious addition of gurtle, who really needs to get a pacifier or something so he'll stop eating links. perhaps the most solid testament to y'all's (?) awesomeness is the fact that the session theme is motivating me to try reading lotr :0
from, river

dear gurtle taskbar,
thank you for running the daily team this session! all the activities this session were so much fun, and i finally got my dream of a legends weekly. you all are legends, so i suppose it fits <3 memorieswc was so much fun — the ingredients, the storyline, the amazing coding! i enjoyed it all, even if it was totally speedrun xD happy swc!
from, river

dear mbc (spearheaded by alana and reese)
thanks so much for running things this session! i have a feeling this will be one of the most exciting and fun filled memory books yet, and i had so much fun planning and designing, even if i didn't do that very often </3 i look forward to seeing the memory book develop after the session, and i can't wait to see the final product!
from, river

dear (co) leading team:
you guys were truly an epic community this session. from the questionnaires to the wild excitement at the beginning, i loved this little hobbit hole! everyone's cabin was so amazing and unique, i am in awe of everyone every single time. i know how hard it is to create and run a cabin, and despite any snags that may have come up, everything seemed seamless <33 you made sure that every camper enjoyed their session of swc, and i hope to see and talk to y'all in the future!
from, river

dear alana, finley, and summer,
i didn't interact with you very much this session, but i wanted to send you a little note thanking you for being wild in the first cabin wars — combined, i'm pretty sure we sent over two thirds of the wars that time, even if most of them were done in revenge! i will always remember those 24 hours as a time of exhilaration and chaos, thanks so much for making it epic! (and a small apology for being half of fairy tales' wars :)
from, river

dear mousey,
thanks so much for being my partner in the third weekly, and for being a great friend this session! dystopian is also so lovely, i love your theme. when i talked to you, it was always enjoyable, and i will never regret eating that delicious charred mango during the Incident <3 i hope to talk to you more in future sessions, keep being epic :0
from, river

dear lily,
thanks so much for wandering through the woods with us! you were always determined to recover the diary pages, even when it seemed we would never escape, and you were very vigilant in defending the cabin from deluded mythsians who believed it was a truffle! i'd love to get to know you better in sessions to come!
from, river

dear juice,
thanks so much for participating this session! it was always lovely seeing you around in the cabin, and i really appreciated your encouragement when i was speedrunning the fourth weekly, and i was amazed when you wrote over five thousand words for it! you were also super helpful and motivated in cabin wars <3 hope to see you around in the future!
from, river

dear tragedians,
unfortunately, you did not manage to escape the woods! but it's okay, we were always going to have an unhappy ending and honestly, i cannot think of a more epic group of people to be stuck in a dark, creepy wood with! from cabin wars to solving the diary pages, we were always a community, and i definitely enjoyed this session! i may not have talked to you all as much as i would have liked to, but i'd love to see you around in future sessions and get to know all of you better <33
from, river

dear willow,
thanks so much for being a fellow co-leader this session! i must start off by complimenting your application — i love taylor swift, and from the moment we realized we were in the same cabin i knew it was going to be loads of fun! i'm not sure if you remember, but i was in poetry ‘21 with you, and i thought you were cool even then. you also have incredible thumbnail design and pfp-making skills; truly, the tragedy design language is stunning. this note is all over the place, but i hope it expresses how epic you are <3
from, river

dear em,
thank you so much for leading tragedy this session! you were such an epic leader from the beginning — the idea from tragedy was lovely, and i really enjoyed collaborating with you and willow on making our woods a reality. you’re such an epic and fun person, and this cabin one hundred percent reflected that <33 it was amazing being a semi-evil quote-unquote helper with you and willow, and i hope to continue to talk to you in the future!
from, river

to the whole of swc,
even if you didn't get a mention in this collection of thank yous, please know it's because i have finite time and motivation </3 every person in this session contributed in some way, big or small, to swc this session, and you all deserve thank yous! i hope to see everyone around next session, and until then, we wait anxiously for results!
from, river

and —
dear gurtle,
i'm still mad at you for eating links and almost destroying the cabin and possessing the hosts. still, you will be missed <33
from, river
━━━ « ⍋ » ━━━
alt1032 alt1032 loading
I have a discussion topic “Why is it important to keep your scratch passwords private?”
FUTSync FUTSync loading

Deltawarrioir943 wrote:

Hi, I literally just ha the same problem and it was actually quite simple. You just create a new blank sprite, transfer only the code from the sprite you want to empty the costumes from to the empty sprite, and yeah that’s all. I’ve actually done this before but totally forgot it was an option!
Also this thread is so old nobody will see this response TT^TT
Does it surprise you im still here.. 9 years on?
han614698 han614698 loading
The Scratch Team completely rejected even having the ability to toggle cat blocks because it's distracting - it's shocking they still do AFD changes imo.

Who says they're doing anything other than a studio this year - studio fun can be continued indefinitely.
Prime689 Prime689 loading

Za-Chary wrote:

(#4)

Prime689 wrote:

Secondly, I don't think that AFD changes are necessarily distracting for students – they're just trivial and may not be as conspicuous as you think.
Perhaps an educator could weigh in here to see whether such features have been distracting before.
Aren't you an educator? Would you allow students to use the Scratch site for their school assignments?

Za-Chary wrote:

Prime689 wrote:

In the extreme case, schools are better off instructing students to download offline Scratch, simply since the site was deemed “too distracting” for students. The homepage looks like one of those offline game sites that students would play on school PCs.
It's better for schools to restrict an online educational community and prevent teachers from using Teacher Accounts just so a feature can exist for 6 more days out of the year?
You got the point wrong. My point is that Scratch, in general, does cater to an audience looking for a fun site, not necessarily those looking for an educational site. That fact is true for every day in a year. If a school thinks that the Scratch website is too distracting because it seems more of an entertainment site rather than an educational one, then they discourage accessing the Scratch site for students.

DuWeido wrote:

Letsdotheodyssey wrote:

beanyboy512 wrote:

yo i would like to join hyrule
ok bet

And just to address the “war crime” allegations, technically I own mantisburgh or whatever due to funny treaty stuff, so I allowed for battles.
You only own a small part because u own half of L’Mantisbozoburgh, which is a fraction of L'mantisbozoburg as a hole so can't give permission to fight in Mantisburgh, but legally since u own half of L'mantarcticalbozoburg u can there
no since mantis and bozo are the same thing I own half of it, therefore I can legally allow battles
Tutorials that don't answer a specific user's question don't belong in the descussion forums. See this post for more details.
k0d3rrr k0d3rrr loading
Two notes:
  1. Soon, I'm going to share the April Fools' banner for this year.
  2. Speaking of April, isn't the 3rd anniversary of Dave and Bambi going to happen in a few days?
Za-Chary Za-Chary loading

Prime689 wrote:

Secondly, I don't think that AFD changes are necessarily distracting for students – they're just trivial and may not be as conspicuous as you think.
Perhaps an educator could weigh in here to see whether such features have been distracting before.

Prime689 wrote:

In the extreme case, schools are better off instructing students to download offline Scratch, simply since the site was deemed “too distracting” for students. The homepage looks like one of those offline game sites that students would play on school PCs.
It's better for schools to restrict an online educational community and prevent teachers from using Teacher Accounts just so a feature can exist for 6 more days out of the year?
Comix_2 Comix_2 loading

CaptainVictoria wrote:

Comix_2 wrote:

teamsonic2011 wrote:

Comix_2 wrote:

teamsonic2011 wrote:

Comix_2 wrote:

teamsonic2011 wrote:

Again, Pretendo
Again, no, in other news, water is wet.
Ok, but scientists have confirmed that water is not wet
How the hell does that make sense?
It's just science
Oh gosh, an Ace Attorney maker debate in a Scratch topic.

I'm sorry I had to
Prime689 Prime689 loading

Za-Chary wrote:

(#2)
Remember that Scratch is used for education. If the April Fools' festivities last for too long, this could distract students from their lessons. One distracting day could be fine, but a week can be pushing it.
“can be”, not “is”.

The Scratch website also serves as entertainment and has an educational aspect. Secondly, I don't think that AFD changes are necessarily distracting for students – they're just trivial and may not be as conspicuous as you think. In the extreme case, schools are better off instructing students to download offline Scratch, simply since the site was deemed “too distracting” for students. The homepage looks like one of those offline game sites that students would play on school PCs.
a reflection - author's note to above writing comp entry
378 words, not part of the actual entry

the majority of this poem was compiled back in january, on a particularly late night when i sat and contemplated the passage of time. i do this sometimes - just sitting in the dark, thinking about abstract concepts like life and grief and language and love, but the one i come back to the most is the strange notion of time. in particular, the speed at which it seems to move. the past year, for me, has flown by. it seems as though only a month ago i was at my middle school graduation; last week i started freshman year; yesterday was the start of the swc session - when in reality, it's been much longer than that. it scares me to think about sometimes, how fast things go by. it seems as though within a span of months i'll be winding out my years in high school and heading onto bigger things, which, for someone who values the people in her life more than the moments, is a terrifying concept. and thus, it was one of these nights where i was terrified at the passage of time, that i began to write.

the title came first - for the dawns come too slow and the sunsets too fast. it was meant to encompass the idea that everything felt like it would take forever to come, yet pass by within an instant, much like how my first year of high school was going. everything felt so far away, but once it came… it was gone in the blink of an eye. i'll admit i don't have the motivation to write out an entire line-by-line analysis of this poem and what it means to me, but i will say it's the first thing i've written in a very long time that i can recall being innately proud of. and to me, that's made all the difference <3

i would like to give the sincerest of thank yous to sun (who offered their thoughts on this long before i realized i was entering it into the writing comp sldkfa), luna (for the same), clev (for critiquing), cj (for entertaining my complaints on the editing process, and offering an abundance of encouragement), and moonsy (for her motivation right up to the end) <3

HexagonWorld wrote:

Platypus_WKeyboard wrote:

X-Men vs Teen Titans who wins?
TT has Raven but X-Men has Doop so… X-Men by a landslide. Within the first second, all the Titans would be dead.
I edited the question above so it's (slightly) more fair.
Do you mean large text on the forums or a title of a Scratch project?

This?
Foxy_Fan64 Foxy_Fan64 loading

MrKingofScratch wrote:

(basically same as above but with better scratchblocks)

Run this code when the game ends:
if <(individual score) > (☁ global score)> then //make sure that the global score variable is a cloud variable
set [(☁ score) v] to (individual score)
end
thanks!

Platypus_WKeyboard wrote:

X-Men vs Teen Titans who wins?
TT has Raven but X-Men has Doop so… X-Men by a landslide. Within the first second, all the Titans would be dead.
hairhgur hairhgur loading

souma2014 wrote:

scratch wikiを開こうとするとService Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Additionally, a 503 Service Unavailable error was encountered while trying to use an ErrorDocument to handle the request.

と出てきます
数分おきに開いてみたりするのですが、ずっと変わりません
サービス使用不可らしいですが、皆さんもそうなっていますか?

同じです

DerpyPig03 wrote:

Platypus_WKeyboard wrote:

HexagonWorld wrote:

Platypus_WKeyboard wrote:

So here's the plot idea for John Constantine: Hellblazer I had for a week now.

On a random day of the week like every other, at a random mundane time, every child on earth collapses. attempts to wake those children up are fruitless with many remarking on their soullessness. In a panic, the UN held a meeting during which a slimy man named Buer entered, claiming that he was, in fact, a demon and had stolen the soul of every child on earth by the order of his superior (I wonder who that could be?) He gives the world's leaders a dilemma, allow him to keep a certain amount of souls or he'd keep all of them. For unspecified means. They have a week to decide. Every occultist/magician on the planet doesn't want to engage with the situation for reasons. So there's only one man who can help yep, Willoughby Kipling John Constantine. Given his history with souls (and having kid niece) John tries to figure out how Buer even is able to do such a thing of this caliber and stop it. I'd need to iron some things out, it would be a book, and figure out how to give John a satisfying arc without stepping on his in the first film.

I am worried it might be a bit dark though.
Is this not just the Pied Piper?

He should canonically be the Pied Piper. Either him or Dracula.
Holy cow lol. Did not realise that.
This also seems a bit… BIG. Like Batman, Superman, and co. would notice this. There's no way Batman wouldn't try to learn magic if this happened
Yeah … yeah. I mean the original plot was big to with the war and all that but I have a good excuse for it.

They don't want to, Batman, Superman, Wonder Woman are all on the alignment of very good, and a situation like that would cause some grey area with demons and the like. It could also be set like before they were active.
(removed because it adressed a different issue than what was asked)
Alex5885 Alex5885 loading
I have looked at multiple physics tutorial videos but all of them involve cloning or a specific type of physics. What I currently have is something similar to Griff Patch's “getting over it” game, but I'm missing the acceleration from the force applied in the opposite direction. I have Griff's platformer gravity on the body sprite, but that isn't doing much other than bring the player back to the ground. If anybody can provide me with or link me to a physics code that matches what i am looking for that would greatly help me. Also, i am not sure if the clone physics actually work or not, i just don't have the time to remove the entire clone part of it just to test it out.
stvrriii stvrriii loading
critique for @-WildClan-
weekly 4
283 words
This passage is well-written and engaging. It introduces the main character, Parsnip, who is a cheerful and curious character, and it also introduces Thorn, who is more reserved and cautious. The dialogue between the two characters creates a sense of connection and friendship.
Additionally, the conflict between Ash and Shade creates tension and creates a sense of urgency. It also adds another layer of complexity to the story, as Thorn is faced with the choice of whether or not to join a side.
The fourth wall breaking also creates a sense of awareness for Thorn, as if Parsnip is not a native part of his world or existence. It adds another layer of strangeness and mystery to the story. While Parsnip may have the powers or insights of an outside author, Thorn feels out of place and powerless as he journeys through his own world.

Finally, the introduction of Comet adds a new character, who is unconcerned by Thorn's weirdness or strangeness, creating a sense of camaraderie and empathy between Thorn and the stranger. This new character adds a sense of hope and connection to the story, giving Thorn a new perspective and someone to trust.

In conclusion, the passage creates a sense of mystery and tension, as the reader is drawn into the world of Thorn and Parsnip, two characters who are navigating through a complex and challenging world. Through the use of dialogue and character development, the passage creates a sense of connection with the characters, as the reader follows their journey and experiences through their dreams and reality. Overall, it's a well-crafted passage that captures the reader's attention and leaves them with a sense of anticipation for what comes next.
It's probably a glitch?

Chrome_Cat wrote:

You could create a pull request on Griffpatch's scratch tools _________ github page which provides a clear all feature and then perhaps he will add it to the chrome _________

I'm pretty sure you're not allowed to mention the thing that I replaced with underscores on scratch
-stxllxr -stxllxr loading

Nt3_mAlt wrote:

first of all making a list of suggestions for the community is ok cause i posted in suggestions section,
Thy shalt not make lists, it is against thy commandments!
Making lists of suggestions is against the rules of the suggestions forums because it causes clutter and spreads out the conversation, making suggestions scattered and generally unconstructive.

Nt3_mAlt wrote:

second of all i dont see anywhere it states that adding back the (Discuss/Forums) button is rejected.
Thy shalt read the Suggestions commandments here!
This is rejected under section 9.1 of TOLoRS (The Official List of Rejected Suggestions):

TOLoRS wrote:

9.1 Bring back the “Discuss” tab
The Discuss tab was removed for reasons that may not be 100% clear to some users, but it will not be coming back. In general, the forums are not as restricted as the main website is, in terms of post content. For instance, users can post images on the forums, write Scratch blocks on the forums, and write and edit posts of up to 200,000 characters, none of which is possible on the main website. These options allow for more spam and misuse, especially for new forum users who are not aware of how the forums work. It is suggested that Scratchers learn of the forums through other Scratchers, who direct them to the correct forums as needed.

A very good detailed analysis for why the Discuss button may have been removed can be found on this post.
tinisbypass tinisbypass loading
(Hi, this is my first time using these forms so sorry if I'm not up to standards.)

Ok, so In my game I've ran into a problem with the camera and the collision.
Basically the code in the dot sprite (change y by abs of velocity y / velocity y * -1) pushes the player up if it detects the player touching the floor it pushes it back up, or back down depending on the y velocity. If your falling it pushes you up, and if your jumping it pushes you down.

The issue I've ran across came when I added a camera script that moves the player and level to look like its more than just the small little scratch screen. However, I found out that when the player clips into a wall it pushes it all the way up to the top of the wall, or to the bottom. I however am not the brightest so I do not know how to fix this. Please help.
You can check out a tutorial by @griffpatch here
DerpyPig03 DerpyPig03 loading

Platypus_WKeyboard wrote:

HexagonWorld wrote:

Platypus_WKeyboard wrote:

So here's the plot idea for John Constantine: Hellblazer I had for a week now.

On a random day of the week like every other, at a random mundane time, every child on earth collapses. attempts to wake those children up are fruitless with many remarking on their soullessness. In a panic, the UN held a meeting during which a slimy man named Buer entered, claiming that he was, in fact, a demon and had stolen the soul of every child on earth by the order of his superior (I wonder who that could be?) He gives the world's leaders a dilemma, allow him to keep a certain amount of souls or he'd keep all of them. For unspecified means. They have a week to decide. Every occultist/magician on the planet doesn't want to engage with the situation for reasons. So there's only one man who can help yep, Willoughby Kipling John Constantine. Given his history with souls (and having kid niece) John tries to figure out how Buer even is able to do such a thing of this caliber and stop it. I'd need to iron some things out, it would be a book, and figure out how to give John a satisfying arc without stepping on his in the first film.

I am worried it might be a bit dark though.
Is this not just the Pied Piper?

He should canonically be the Pied Piper. Either him or Dracula.
Holy cow lol. Did not realise that.
This also seems a bit… BIG. Like Batman, Superman, and co. would notice this. There's no way Batman wouldn't try to learn magic if this happened
han614698 han614698 loading
To respond to your exact question, here's what I got:

Underwhelmed is an emotion. No one can tell you why you feel underwhelmed other than yourself. We can speculate, or even make up our own questions to answer, but we can't answer you.

One reason that's possible is that you may be getting too old for the Scratch AFD pranks. I don't know how old you are, but what was fun(ny) to you three years ago may not be the same anymore.

That's one reason that I always enjoyed AFD on the forums (which I totally get them removing) is because I didn't really find cat blocks or Old Timey mode “fun” as a teenager. I enjoyed being able to create things that me and fellow forumers enjoyed rather than the ST.

There's no bad rap on the ST for this - they did what they needed to do. I know I can create a studio but frankly it's not going to get more than two participants.

Anyway that's just my take on why you might feel underwhelmed.

Masterscratch1117 wrote:

Furret_Productions wrote:

St_Pupcake wrote:

Furret_Productions wrote:

DuWeido wrote:

Masterscratch1117 wrote:

Furret_Productions wrote:

I've been hearing a lot of creative server ideas on here lately. I also have a new server idea if I may. Basically, it's like the nations type gameplay, expect instead of normal admins, each nation has one god-like player that is partially in creative mode. Those players can fly, use some commands such as limited building commands and basic others (Restrictions on kill and kick commands, obviously), grant limited powers to players, create a limited amount of a limited set of items, and have higher health standards than regular players.

However, each god-player also has a specific elemental type that his or her nation are most powerful in, kind of like in Greek mythology. And it is by this power (Among others) that the regular players can enforce the god-players by; If the regulars players of a water-god-player, let's say, didn't like how he was using his power, they could use that player's own power against him to limit his actions. Basically, the regular players and god-players have to work together to run a nation.

The purpose of the god-player in the first place, other than the cool gameplay, is to add a new level of intensity and an origins-like aspect to vanilla Minecraft. It also protects nations against admin abuse, as it more deeply connects the people to their leaders, and thus the entire group have to be bad eggs to cause much harm. And even then, other nations can balance them out.

I think it would be really interesting to have a Minecraft server that was basically Greek mythology. What do you guys think?
sounds awesome!
That sounds really cool!
Thank you so much!
Yeah it’s a great idea. My only concern is that we’d run out of things to be god of.
Lightning, rock, air, water, ground, agriculture, forests/plant, fire, End, Creation, death, life, animals, light, darkness, redstone, and others to name a few. We might even have enough for multiple god-players per nation if we get creative with it.
oooh def gonna be part of the redstone nation if the server has geyser, I love making flying machines
Me too! That or the Creation one. They could be part of the same nation.

HexagonWorld wrote:

This is a very thinly veiled caricature of the current Speaker.
The main problem here is that by the time this movie comes out, we might have a new Speaker and the political messaging will fail.
-stxllxr -stxllxr loading
Thou shalt not useth thy “Pascal Case”!

PLEASE, no pascal case, it hurts internally, but anyways as this would cut down on the moderation required for today*, so there's no reason a small announcement or sticky couldn't be created in the suggestions/announcements forum for today and tomorrow.

(pretend this is extra small) * - Users don't really read announcements soo…
Za-Chary Za-Chary loading

M1mikyu wrote:

Za-Chary wrote:

This was answered on your suggestion from a month ago:
not really clear though, why would they make announcements for those events but not these ones? It's a strange inconsistency that she didn't explain
Sure she did:

cheddargirl wrote:

We sometimes use threads for certain holidays/events after finding that users with less than ideal values were harassing projects and studios we feature for that holiday/event. Using a thread promoting project/studio creation around that topic deflects that harassment.
As for your specific question of “Why is Pi Day more important than Women's History Month?” — @cheddargirl also answers this, explaining that the existence of forum announcements does not correlate with the importance of an event:

cheddargirl wrote:

a forum post shouldn't be thought of as more superior than a project/studio feature. It isn't, especially for a creative community where there is greater value is presenting stuff made by others.
Nt3_mAlt Nt3_mAlt loading
first of all making a list of suggestions for the community is ok cause i posted in suggestions section,
second of all i dont see anywhere it states that adding back the (Discuss/Forums) button is rejected.

HexagonWorld wrote:

Platypus_WKeyboard wrote:

So here's the plot idea for John Constantine: Hellblazer I had for a week now.

On a random day of the week like every other, at a random mundane time, every child on earth collapses. attempts to wake those children up are fruitless with many remarking on their soullessness. In a panic, the UN held a meeting during which a slimy man named Buer entered, claiming that he was, in fact, a demon and had stolen the soul of every child on earth by the order of his superior (I wonder who that could be?) He gives the world's leaders a dilemma, allow him to keep a certain amount of souls or he'd keep all of them. For unspecified means. They have a week to decide. Every occultist/magician on the planet doesn't want to engage with the situation for reasons. So there's only one man who can help yep, Willoughby Kipling John Constantine. Given his history with souls (and having kid niece) John tries to figure out how Buer even is able to do such a thing of this caliber and stop it. I'd need to iron some things out, it would be a book, and figure out how to give John a satisfying arc without stepping on his in the first film.

I am worried it might be a bit dark though.
Is this not just the Pied Piper?

He should canonically be the Pied Piper. Either him or Dracula.
Holy cow lol. Did not realise that.
han614698 han614698 loading

M1mikyu wrote:

Za-Chary wrote:

This was answered on your suggestion from a month ago:

cheddargirl wrote:

I'm gonna run under the assumption that the way the thread is titled is unintentional bad wording instead of a means to be deceptive about the true nature of the suggestion - which is to have the Scratch Team post more forum threads and do less project/studio features, as the ST has done stuff for some of the other months mentioned.

Cat-out-of-the-bag: We sometimes use threads for certain holidays/events after finding that users with less than ideal values were harassing projects and studios we feature for that holiday/event. Using a thread promoting project/studio creation around that topic deflects that harassment. Not all threads are for this purpose, but overall, a forum post shouldn't be thought of as more superior than a project/studio feature. It isn't, especially for a creative community where there is greater value is presenting stuff made by others.
not really clear though, why would they make announcements for those events but not these ones? It's a strange inconsistency that she didn't explain
Maybe people on the Scratch website are being racist and homophobic/transphobic more than misogynistic?
Za-Chary Za-Chary loading

MythosLore wrote:

So Far I Have Seen At Least Two Joke Topics Posted On The Suggestions Forum.
I Hope You've Been Reporting Them. Actually, I'm Surprised I've Only Seen Two.

A Sticky Could Be Helpful. I Don't Know How Helpful, Exactly, But It Could Get The Job Done For Some Folks.