526,022 views
16 votes
16 votes
in Scratch, when programming a laser to move upward, what can you play around with to make the laser move faster or slower? A. the y-values B. the z-values C. the values in the enemy broadcast D. the forever block values

User Showaltb
by
3.1k points

1 Answer

13 votes
13 votes

Answer:

Step-by-step explanation:

To make it go faster, you could double it, to make it move 20 steps, or if that's too fast, change it to move 15 steps. For the repetition block, repeating 25 times is for 10 steps. For example, if you want it to go the same distance, just faster, you could make it 20 steps, which would be repeat 12.5 times, which is divide by 2.


What is a step in scratch?

A step is equal to a one-pixel length. The Default Valueis 10 and can be replaced by any number. The block actually uses Trigonometryto move in the proper direction, as this is how a computer handles it. The block was known as "forward ()" in Scratch 0.1before being renamed to "move () steps" in Scratch 0.3. Example Uses


Why learn how to code in scratch?

Learning how to code in Scratch is the perfect introduction to computer science, and will make learning other programming languages much more intuitive. This is the perfect article to start your journey into computer science, as movement is one of the easiest things to code in Scratch! What is Movement?

User Andrew Brock
by
3.3k points