Discuss Scratch

Kodwx
Scratcher
100+ posts

Scratch Wiki Community Portal - in the forums!

PrincessIsza wrote:

ispretty wrote:

PrincessIsza wrote:

I think this article:
https://en.scratch-wiki.info/wiki/Scratch_30Jun03
That article should be expanded.
It’s going to be deleted because the article is very empty. Can any editor add content?
I also know of a deleted old version 11Oct03, however that is not exactly what I meant. Also in 30Jun03 article(link above)you must add content about blocks, how it saves, file format, and sprites. There must also be images of:
Paint editor
Block pallet
Sprites
Hat blocks
The reason no one's expanded the article is because Scratch 30Jun03 hasn't been discovered yet, only part of it. I don't know enough details about the restoration project and don't want half the article to be speculation about it.
What time will it be discovered?
wdym
PrincessIsza
Scratcher
100+ posts

Scratch Wiki Community Portal - in the forums!

yourpalado wrote:

How online features worked in scratch 1.4
What in the world do you mean?!
Theobejeo
Scratcher
23 posts

Scratch Wiki Community Portal - in the forums!

Can you add this in the tutorials section called, “How to make a Gravity Flip Platfomer?”

To make a Gravity Flip Platformer we need the basics, so do this:

when right arrow key pressed
change x by 5

new script

when left arrow key pressed
change x by -5

Now add the gravityFlipped variable just for the player, and do this:

when green flag
set gravityFlipped to 0
forever
if key g pressed then:
if gravityFlipped=0 then:
set gravityFlipped to 1
else
set gravityFlipped to 0
end
end

Then add the variable yspeed just for the player, and then do this:

when green flag clicked
set yspeed to 0
forever
if gravityFlipped= 0 then:
blank
else
set yspeed to 10
end
end

Then, you need to add the jumping mechanics:

when space key pressed
if gravityFlipped= 0 then:
if touching platform then:
set y speed to 15
else
if touching edge:
set yspeed to -15
change x by -35
change x by -35
end
end

Finally, we need to add the gravity mechanics.

when green flag clicked
forever
change y by yspeed
if touching platform then:
set yspeed to 0
end
if not touching platform then:
if gravityFlipped= 0 then:
change yspeed by -2
else
change yspeed by 2

And now you should have a working Gravity Flip Platformer!!!
NatLovesLogos
Scratcher
8 posts

Scratch Wiki Community Portal - in the forums!

I want you guys to know that, if you snap a block into another, you will hear a sound, it's like the default sound for when you make a new sprite, it's called pop.
but, if you remove the block, it makes a woosh sound effect, but this time, it's made from a human doing air sounds. but, there is a sound that wasn't added to
scratch, it's from scratch jr, yup, it's scratch's little brother. the sound is a spring sound effect, it happens when you try to put a number that is bigger than ten, twenty, thirty, and more. scratch allows big numbers like a million or a thousand, but it makes your game harder to play. btw the sounds were taken from scratch jr. Edit: if you stop flooding my messages, then imagine that this block existed:
when @stopSign clicked :: hat :: events

Last edited by NatLovesLogos (Jan. 4, 2025 03:25:54)

Kakaunet
Scratcher
2 posts

Scratch Wiki Community Portal - in the forums!

jvvg wrote:

Kakaunet wrote:

Im having a problem with the login/signin: i made the request and everything, i tried to login, it dindt work. I saw the “see your request” button, so i clicked, completed it, and it told me that there was no request made for that user/code.
We have not received any requests from your account. Make sure you are filling out the form completely and following the instructions, and make sure you don't get any errors when you submit it.
I verified everything, and there was no errors. Just before answering this, i made another request, clicked “see your request”, still failed. One thing i noticed though, when i clicked on confirm, it brought me back to the start of the form and removed what i wrote as the password.
DifferentDance8
Scratcher
1000+ posts

Scratch Wiki Community Portal - in the forums!

NatLovesLogos wrote:

I want you guys to know that, if you snap a block into another, you will hear a sound, it's like the default sound for when you make a new sprite, it's called pop.
but, if you remove the block, it make a woosh sound effect, but this time, it's made from a human doing air sounds.
I am 99% sure that's pretty much exclusive to “snapple androids” (only read the first two letters)
8to16
Scratcher
1000+ posts

Scratch Wiki Community Portal - in the forums!

i was trying to upload an SVG of a block to the wiki, but just got this:

Special:Upload wrote:

This SVG file contains an illegal namespace "http://www.w3.org/1999/xhtml".
why did this happen and how do i fix it?
ispretty
Scratcher
28 posts

Scratch Wiki Community Portal - in the forums!

8to16 wrote:

i was trying to upload an SVG of a block to the wiki, but just got this:

Special:Upload wrote:

This SVG file contains an illegal namespace "http://www.w3.org/1999/xhtml".
why did this happen and how do i fix it?
I assume you tried to upload an image with TurboWarp's “Export block as SVG”. In that case, you have to open the image in a text editor, and then at the top, delete all mentions of the illegal namespace like this:
<svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink“ version=”1.1"><style xmlns="http://www.w3.org/1999/xhtml">

If your image has a dropdown input, it's going to be a lot more annoying as you'll have inject SVG code into the text file and manually recalculate its intended position. If you need to upload an SVG image of a block with a dropdown input, make a new topic on my talk page and I'll try to make one, since it's quite an involved process.
austinthegreat23
Scratcher
21 posts

Scratch Wiki Community Portal - in the forums!

Add the scratch cat spritesheet
Pikkewaan
Scratcher
100+ posts

Scratch Wiki Community Portal - in the forums!

So, is it even possible?
ihavenocluewhythisis
Scratcher
500+ posts

Scratch Wiki Community Portal - in the forums!

jvvg wrote:

ihavenocluewhythisis wrote:

if you have three citation neededs or more you put the template there
That rule does not apply for April Fools' pages.
check the april fools help: references
ihavenocluewhythisis
Scratcher
500+ posts

Scratch Wiki Community Portal - in the forums!

jvvg wrote:

ihavenocluewhythisis wrote:

if you have three citation neededs or more you put the template there
That rule does not apply for April Fools' pages.
just look
jvvg
Scratcher
1000+ posts

Scratch Wiki Community Portal - in the forums!

ihavenocluewhythisis wrote:

jvvg wrote:

ihavenocluewhythisis wrote:

if you have three citation neededs or more you put the template there
That rule does not apply for April Fools' pages.
check the april fools help: references
That page is also a joke.
zeldatheaxolotl
Scratcher
500+ posts

Scratch Wiki Community Portal - in the forums!

How long does it take for a request to be excepted
8to16
Scratcher
1000+ posts

Scratch Wiki Community Portal - in the forums!

zeldatheaxolotl wrote:

(#5334)
How long does it take for a request to be excepted
anywhere from a few hours to a few weeks
Kodwx
Scratcher
100+ posts

Scratch Wiki Community Portal - in the forums!

jvvg wrote:

ihavenocluewhythisis wrote:

jvvg wrote:

ihavenocluewhythisis wrote:

if you have three citation neededs or more you put the template there
That rule does not apply for April Fools' pages.
check the april fools help: references
That page is also a joke.
it is not bro
8to16
Scratcher
1000+ posts

Scratch Wiki Community Portal - in the forums!

Kodwx wrote:

(#5336)

jvvg wrote:

ihavenocluewhythisis wrote:

jvvg wrote:

ihavenocluewhythisis wrote:

if you have three citation neededs or more you put the template there
That rule does not apply for April Fools' pages.
check the april fools help: references
That page is also a joke.
it is not bro
it is.
Kodwx
Scratcher
100+ posts

Scratch Wiki Community Portal - in the forums!

Theobejeo wrote:

Can you add this in the tutorials section called, “How to make a Gravity Flip Platfomer?”

To make a Gravity Flip Platformer we need the basics, so do this:

when right arrow key pressed
change x by 5

new script

when left arrow key pressed
change x by -5

Now add the gravityFlipped variable just for the player, and do this:

when green flag
set gravityFlipped to 0
forever
if key g pressed then:
if gravityFlipped=0 then:
set gravityFlipped to 1
else
set gravityFlipped to 0
end
end

Then add the variable yspeed just for the player, and then do this:

when green flag clicked
set yspeed to 0
forever
if gravityFlipped= 0 then:
blank
else
set yspeed to 10
end
end

Then, you need to add the jumping mechanics:

when space key pressed
if gravityFlipped= 0 then:
if touching platform then:
set y speed to 15
else
if touching edge:
set yspeed to -15
change x by -35
change x by -35
end
end

Finally, we need to add the gravity mechanics.

when green flag clicked
forever
change y by yspeed
if touching platform then:
set yspeed to 0
end
if not touching platform then:
if gravityFlipped= 0 then:
change yspeed by -2
else
change yspeed by 2

And now you should have a working Gravity Flip Platformer!!!
I am working on a cat battle game, do you have some code that makes sense and not a long scripts of code?
Kodwx
Scratcher
100+ posts

Scratch Wiki Community Portal - in the forums!

8to16 wrote:

Kodwx wrote:

(#5336)

jvvg wrote:

ihavenocluewhythisis wrote:

jvvg wrote:

ihavenocluewhythisis wrote:

if you have three citation neededs or more you put the template there
That rule does not apply for April Fools' pages.
check the april fools help: references
That page is also a joke.
it is not bro
it is.
it is not it is not it is not it is not it is not
BigNate469
Scratcher
1000+ posts

Scratch Wiki Community Portal - in the forums!

Kodwx wrote:

8to16 wrote:

snip
it is not it is not it is not it is not it is not
Yes it is.

It's mostly just a bunch of s between every few phrases or words.

Anyways, I would trust @jvvg here, because of the fact that they've been a part of the Wiki for a long time, and that the April Fools' pages aren't supposed to be factually correct anyways- most of the references are jokes, fancy ways of saying “because I said so”, or circular logic (a because b because a… and so on). So it really doesn't matter if the template is there or not, because nothing on the page is likely true anyways, and this is true of most other April Fools' pages as well.

Last edited by BigNate469 (Dec. 15, 2024 21:16:37)

Powered by DjangoBB