Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » Scratch Wiki Community Portal - in the forums!
- Kodwx
- Scratcher
100+ posts
Scratch Wiki Community Portal - in the forums!
wdymWhat time will it be discovered?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. 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
- PrincessIsza
- Scratcher
100+ posts
Scratch Wiki Community Portal - in the forums!
What in the How online features worked in scratch 1.4world 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!!!
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:
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!
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.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. 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.
- DifferentDance8
- Scratcher
1000+ posts
Scratch Wiki Community Portal - in the forums!
I am 99% sure that's pretty much exclusive to “snapple androids” (only read the first two letters) 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.
- 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:
http://www.w3.org/1999/xhtml".why did this happen and how do i fix it? This SVG file contains an illegal namespace "
- ispretty
- Scratcher
28 posts
Scratch Wiki Community Portal - in the forums!
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: i was trying to upload an SVG of a block to the wiki, but just got this:http://www.w3.org/1999/xhtml".why did this happen and how do i fix it? This SVG file contains an illegal namespace "
<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!
check the april fools help: referencesThat rule does not apply for April Fools' pages. if you have three citation neededs or more you put the template there
- ihavenocluewhythisis
- Scratcher
500+ posts
Scratch Wiki Community Portal - in the forums!
just lookThat rule does not apply for April Fools' pages. if you have three citation neededs or more you put the template there
- jvvg
- Scratcher
1000+ posts
Scratch Wiki Community Portal - in the forums!
That page is also a joke.check the april fools help: referencesThat rule does not apply for April Fools' pages. if you have three citation neededs or more you put the template there
- zeldatheaxolotl
- Scratcher
500+ posts
Scratch Wiki Community Portal - in the forums!
How long does it take for a request to be excepted
- Kodwx
- Scratcher
100+ posts
Scratch Wiki Community Portal - in the forums!
it is not broThat page is also a joke.check the april fools help: referencesThat rule does not apply for April Fools' pages. if you have three citation neededs or more you put the template there
- Kodwx
- Scratcher
100+ posts
Scratch Wiki Community Portal - in the forums!
I am working on a cat battle game, do you have some code that makes sense and not a long scripts of code? 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!!!
- Kodwx
- Scratcher
100+ posts
Scratch Wiki Community Portal - in the forums!
it is not it is not it is not it is not it is not(#5336)it is.it is not broThat page is also a joke.check the april fools help: referencesThat rule does not apply for April Fools' pages. if you have three citation neededs or more you put the template there
- BigNate469
- Scratcher
1000+ posts
Scratch Wiki Community Portal - in the forums!
Yes it is.it is not it is not it is not it is not it is not snip
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)