Discuss Scratch

Catwonders25
Scratcher
17 posts

Other Places/Methods to Receive Scripting Help (Updated)

DesktopNiki wrote:

BGMead wrote:

Bomp!
Hahah
yeah you shud probably only post if u need to
MagnusXLY
Scratcher
29 posts

Other Places/Methods to Receive Scripting Help (Updated)

Hey,
I was wondering how to make a script like this - If I have two apples I can make a 1 pie if I have five strawberries I can make a smoothie.
Tell me if you don't understand!
Thanks
Euan
ben10bnhappl
Scratcher
43 posts

Other Places/Methods to Receive Scripting Help (Updated)

Please check out my new projects, Python Lessons. If you're interested in programming, you should attend “Python Lessons”. Nowadays, Python is the most popular and handy programming language. You can also find work by knowing Python and be well-payed.

https://scratch.mit.edu/projects/236116372/ That's the link of the first Python Lesson and the other links can be found in the “instructions” of the project.

I'd like to hear some feedback on the following, so I will know what to improve on:

-How good was the lesson?
-Did I forget something?
-What do you want to be added?
-Was it helpful?
-Did it lag?

Thanks!

ben10bnhappl
Scratcher
43 posts

Other Places/Methods to Receive Scripting Help (Updated)

-_Ponies4Ever_- wrote:

Is the block
pick random (0) to (pick random (50) to (100):: operators)::operators
the same as
pick random (0) to (100)
? Plz answer

Hello @-_Ponies4Ever_-
No,
pick random (0) to (pick random (50) to (100):: operators)::operators
isn't the same as
pick random (0) to (100)
because, at the first one it picks random from 0 to a random number from 50 to 100, so for instance, it can pick a random from 0 to 70. Whereas the second one picks a random number from 0 to 100
mrsmartlee
Scratcher
1 post

Other Places/Methods to Receive Scripting Help (Updated)

hey guys, sometimes my sprite does not broadcast. only if i click the green flag 2/3 times then it works. This happens only with the online version. So this should be because of the internet connection, right?
MagnusXLY
Scratcher
29 posts

Other Places/Methods to Receive Scripting Help (Updated)

mrsmartlee wrote:

hey guys, sometimes my sprite does not broadcast. only if I click the green flag 2/3 times then it works. This happens only with the online version. So this should be because of the internet connection, right?
Don't think so… maybe you've just selected the stage. double tap the top of your screen, then double tap again. if that doesn't work then download the offline scratch, the problem doesn't happen there.
CHARLINE59
Scratcher
20 posts

Other Places/Methods to Receive Scripting Help (Updated)

BGMead wrote:

Other Places/Methods to Receive Scripting Help
Note: This post has links to outside of the Scratch website. Always remember to stay safe when using the internet since I can't guarantee the safety of other sites. I recommend you ask a parent to review the links before you visit them. Thanks!

There are lots of places to receive help with Scratch projects! I have placed together a (somewhat) small list of other places to receive help. Remember to always try posting here first, before you branch off to other places! Alright, enough of me blabbing, lets get to the list:
Note: The following methods are not ordered in any specific way.

1. This Forum Section
Well, yeah! It's the whole point of this place, asking for help! If you happen not to get a response here (which is highly unlikely) Then you can move on down the list.
2. Shops
These are threads created by users that have a forum that you can fill out and post as a order! Then, someone will complete the order for you. This is a great way to have a more advanced Scratcher do it for you. (However, please remember to give credit!) Free shops that I recommend are BGMead's Shop and Gentle Rain Coding Studio.
3. Other Projects
If you are looking for a script that you think has already been made, do a quick search for it and you might find it! The search bar is located at the top of the page, and looks like this:
4. Official Scratch Wiki
Everything you would ever need to know about Scratch can be found on the Wiki. What does this block do? It's on there. What was Scratch 1.x like? It's on there. As I said above, it's all on there. Go check it out!
5. Built-In Help Menu
If your looking for help with more simpler things, on the right side of the Scratch editor screen you will see a white bar with a question mark at the top. (It looks something like: (?)) Click on it and it will open a menu of tutorials, block meanings,
and more!
6. Scratch Books
If you like to read, then this is for you! There are many Scratch books out there. Just a few are Super Scratch Programming Adventure, Learn To Program With Scratch, and Learn to Program in 10 Easy Steps.
(which also teaches you how to make your own website!) All of these books have cool projects for you to make, and cover Scratch 2.0.
7. Scratch Help Page and Video Tutorials
Again, more for the simpler help questions. The official Scratch Help Page contains a lot of information, and even has video tutorials for all those non-readers out there. It also has beginner projects you can remix to learn Scratch. The help page is available here.
8. Projects by Scratchers (Scratch 101 Studio)
Not to long ago, there was a SDS (Scratch Design Studio) All about teaching Scratch! You can find it here. There are some cool projects in there!
9. Questions About Scratch Forum (For General Questions)
If you need something general answered, please use this forum.

And that's it! If you see that like I forgot something, made a mistake, made a grammar error, etc. Just leave a reply below and I will fix it! Thank you for reading this!

- BGMead
catbunny04
Scratcher
4 posts

Other Places/Methods to Receive Scripting Help (Updated)

Hi, this account is new, but I'm not. I really want to learn how to animate on Scratch, and was wondering if anybody could help. Thanks!
xlgamer789
Scratcher
100+ posts

Other Places/Methods to Receive Scripting Help (Updated)

i created a scrolling multiplayer rpg (it is currently my latest shared project),
(this quote is my rambling about cloud variables, multiplayer functionality, etc.)
but when i was trying to test the multiplayer functionality within the project…scratch thinks it's pretty smart with cloud variables, disabling their direct connection to the cloud until sharing, so i never got to test the multiplayer. i've also added code to stop a player from joining the game if they are already in the game, so if you get a message saying you're in the same server it means you have another tab open and on the project, meaning it is working correctly when it scans through online entities. if you play the game & refresh, and if no one else joined after you left, you will be prompted to resume. this is because of a variable that is always changing, and chances of it being updated as the same number twice in a row is very slim. because this variable always changes, along with just about anything else the player does. basically, if the player stops moving, the variable that constantly changes is the only thing standing in the way of a player link. i believe a player link is when 2 players are using the same multiplayer slot. this can cause some major glitches, but only in display for other players. gameplay itself isn't affected. (not yet at least). that's all (for now).
~xlgamer789
that was a handful to type down…anyways, i would like help with testing the project and getting feedback.

define (#a)^(#b)
set [Output v] to (#a)
repeat (#b)
set [Output v] to ((Output)*(#a))
end
s06277
New to Scratch
2 posts

Other Places/Methods to Receive Scripting Help (Updated)

Hello, I have a problem with my scripts, when you hold down the up arrow the character floats to the edge and you can make it move across the top of the screen to the end of the level. Please help. Here is the game It's only in its early stages tho.
https://scratch.mit.edu/projects/293151068/ Thanks!
leungy13
Scratcher
100+ posts

Other Places/Methods to Receive Scripting Help (Updated)

The if then block is kinda trash
s06277
New to Scratch
2 posts

Other Places/Methods to Receive Scripting Help (Updated)

Well I am sorry
IITissues
Scratcher
19 posts

Other Places/Methods to Receive Scripting Help (Updated)

i get bored
zhondani286
Scratcher
7 posts

Other Places/Methods to Receive Scripting Help (Updated)

when <I don't know how to do scripts>{
I need help with platformers
}
Please help me!!!!
https://scratch.mit.edu/projects/296378133/
tell me what's wrong…

Last edited by zhondani286 (March 27, 2019 13:38:38)


My profile is a 1 because I like math.
Please don't criticize me I just do
use [coding power v] until done
TheMainBoi
Scratcher
3 posts

Other Places/Methods to Receive Scripting Help (Updated)

I want to know how to make my slides animate but when i go onto the thing here's my script

when green flag clicked
forever
wait () secs
switch backdrop to [ v]
wait () secs
switch backdrop to [ v]
end

i want to make it so when the backdrop switches to another one it doesn't switch back to my original one thanks!
VRBlock
Scratcher
8 posts

Other Places/Methods to Receive Scripting Help (Updated)

-Lite- wrote:

BGMead wrote:

Yay, sticked!
congrats

when green flag clicked
forever
Give Congratz :D
end
VRBlock
Scratcher
8 posts

Other Places/Methods to Receive Scripting Help (Updated)


.

Last edited by VRBlock (April 4, 2019 15:00:59)

VRBlock
Scratcher
8 posts

Other Places/Methods to Receive Scripting Help (Updated)

zhondani286 wrote:

when <I don't know how to do scripts>{
I need help with platformers
}
Please help me!!!!
https://scratch.mit.edu/projects/296378133/
tell me what's wrong…

Hi zhondani286,
When the ? asks for your name, once you answer, you keep going up and it asks you again.
I cant explain the complex steps needed to fix this yet (I hardly make platformers), sorry!
I like math too!
And science!

when green flag clicked
forever
help with coding
end

-The Virtual Block Studios Team
VRBlock
Scratcher
8 posts

Other Places/Methods to Receive Scripting Help (Updated)

TheMainBoi wrote:

I want to know how to make my slides animate but when i go onto the thing here's my script

when green flag clicked
forever
wait () secs
switch backdrop to [ v]
wait () secs
switch backdrop to [ v]
end

i want to make it so when the backdrop switches to another one it doesn't switch back to my original one thanks!

Hi, TheMainBoi,
all you need to do is change;

switch backdrop to [ v]
to:
next backdrop
Or put this:
(pick random (1) to ())
in where you select the backdrop.(set the blank number to the amount of backdrops you have.)

Hope this helps!
- The Virtual Block Studios Team

Last edited by VRBlock (April 4, 2019 15:09:07)

proeditor2009
Scratcher
100+ posts

Other Places/Methods to Receive Scripting Help (Updated)

Hi,i need help on a game “Box Clicker” I shared it but i named it “Can anyone help me find this glitch.” When you click the box it broadcasted the shop but it does not have a script saying it. Please help me. Im Getting good at Scratch!


Im Almost at 100 Followers!

Last edited by proeditor2009 (April 14, 2019 02:54:53)


I got unbanned. Checkout my NBA studio that needs to be featured! Please propose this to be featured!: https://scratch.mit.edu/studios/27720659/




yeet



Powered by DjangoBB