Discuss Scratch

-zyx-
Scratcher
16 posts

List of Helpful Topics for Scripting

volovsjd wrote:

I am making a platformer, but everytime I code the ‘next level’ broadcast it doesn't work at all. it works for every other platformer ive played however. please help!
You have to program something that happens off the broadcast. Abrocast simple tells other sprites to do something but you have to tell it what to do.
broadcast [ next level]

when I receive [ next level]
say [level code here]

Last edited by -zyx- (May 20, 2019 15:14:12)

-zyx-
Scratcher
16 posts

List of Helpful Topics for Scripting

i_love_you_100 wrote:

Can You Make A Scratch Countdown timer?
Set timer For ____Mins ____Secs

define Mins(mins)secs(secs)
repeat ((secs) + ((60) * (mins)))
wait (1) secs
end

Last edited by -zyx- (May 20, 2019 15:25:29)

Monniasza_spzoo
Scratcher
100+ posts

List of Helpful Topics for Scripting

Can you design realistic physics simulation for https://scratch.mit.edu/projects/311685090/ ?
Monniasza_spzoo
Scratcher
100+ posts

List of Helpful Topics for Scripting

Hippo_L0rd
Scratcher
1 post

List of Helpful Topics for Scripting

I'm working on this game called “Dr.Phil vs Steve Harvey” but idk why my characters arent working…
If someone could go to my profile and check the scripting of the game to tell me why, that would be highly appreciated.
beard-cat
Scratcher
47 posts

List of Helpful Topics for Scripting

Hippo_L0rd wrote:

I'm working on this game called “Dr.Phil vs Steve Harvey” but idk why my characters arent working…
If someone could go to my profile and check the scripting of the game to tell me why, that would be highly appreciated.
It works for me! BTW Great game!
ORCA1500
Scratcher
38 posts

List of Helpful Topics for Scripting

GRACIAS THANK YOU SO MUCH @PADDLE2SEE
summit11573
Scratcher
10 posts

List of Helpful Topics for Scripting

How do you make a list bigger in scratch 3.0?
cs9999999999
Scratcher
100+ posts

List of Helpful Topics for Scripting

ScratchDude82 wrote:

IF ANYONE WAS WONDERING HOW TO JUMP:
first, take 2 repeats (both 10 repeat) and stick em together. Then, take 2 “change y” boxes and set 1 in the first repeat, with change y by _ (1 - 9 is good) and then the second change y one in the second repeat box and make it a -_. To make it more realistic, add a wait box inbetween the repeat boxes.
EXAMPLE:
When W pressed:
repeat 10
change y by 6
wait 0.1 seconds
repeat 10
change y by -6

DA PERFECT JUMP!
set [jump v] to [10]
repeat (20)
change [jump v] by (-1)
change y by ((jump))
end

Last edited by cs9999999999 (June 8, 2019 04:36:49)

bgvikings08
Scratcher
100+ posts

List of Helpful Topics for Scripting

culverkwan wrote:

Can you help me to do a bounce of script?
sure
X-Pro-X
Scratcher
1 post

List of Helpful Topics for Scripting

Paddle2See wrote:

hello12345678910 wrote:

Here are some helpful topics in scripting.
If you feel like there's something that should be here, but isn't, then suggest it.

Wiki Links

Scripting Tutorials
A nice little collection of scripting tutorials written by experienced scratchers
Drawing&Animation
A few tutorials on how to improve the look of your projects
_________________________________________________________________________________

Basic Topics

Jumping
Try to find a good platformer were you stay on the ground the whole time (you won't)
Curing the “Double click Green Flag” glitch
Fixing start-up problems with your project
__________________________________________________________________________________

More Advanced Topics

5 Easy Steps to Becoming a Better Programmer
Ways to improve your projects
Coding and Encoding for Cloud Variables
Sometimes you want to store more than numbers
A Guide on How To Make a Multiplayer Game
Play with your friends using Cloud Variables
Want to make 3D?
Various techniques to make projects in 3D!
Cloning tutorial
The basics of using cloning in your project
__________________________________________________________________________________

References

Scratch Wiki
The Wiki. simple as that
Scratch blocks Guide
Learn to use the forum-based Scratch blocks!
RubyPreston
New Scratcher
4 posts

List of Helpful Topics for Scripting

I need help with moving one place to another. I know its super easy and its just I get the places wrong every time!! Hopefully I can get some answers how to get the places right some time!

Last edited by RubyPreston (July 6, 2019 19:06:29)

bgvikings08
Scratcher
100+ posts

List of Helpful Topics for Scripting

RubyPreston wrote:

I need help with moving one place to another. I know its super easy and its just I get the places wrong every time!! Hopefully I can get some answers how to get the places right some time!
Ok i can help. What exactly do u need
rick444
Scratcher
100+ posts

List of Helpful Topics for Scripting

this project https://scratch.mit.edu/projects/320743543 when you put the ball in the middle then it glitches so is their a code to fix it.
cool1772
Scratcher
3 posts

List of Helpful Topics for Scripting

REREMBER THIS IF YOU WANT TO MAKE A GAME
move (speed) steps
RedRajasaurus
Scratcher
6 posts

List of Helpful Topics for Scripting

RubyPreston wrote:

I need help with moving one place to another. I know its super easy and its just I get the places wrong every time!! Hopefully I can get some answers how to get the places right some time!


It depends on how you move. You could simply glide to x: y:, or go to (insert sprite or position). Or, set x: y:. Those are simple options. Other ways using math and variables are also possible

Examples of listed above
go to x: () y: (0)
go to [ v]
glide () secs to x: (0) y: (0)
TheAstronomyNoob
Scratcher
21 posts

List of Helpful Topics for Scripting

To add a username to a list simply use the blocks in the order below -
when green flag clicked
add (username) to [players]

Or….
when green flag clicked
ask [what's your username?] and wait
add (answer) to [players]
Harakou
Scratcher
1000+ posts

List of Helpful Topics for Scripting

For updates to this guide, please check out the replacement: https://scratch.mit.edu/discuss/topic/374811/

Powered by DjangoBB