Вопрос задан 24.07.2018 в 14:30. Предмет Информатика. Спрашивает Журавлева Настя.

Как нарисовать в скретч коло??? ПОЖАЛУЙСТА!!

0 0
Перейти к ответам

Ответы на вопрос

Внимание! Ответы на вопросы дают живые люди. Они могут содержать ошибочную информацию, заблуждения, а также ответы могут быть сгенерированы нейросетями. Будьте внимательны. Если вы уверены, что ответ неверный, нажмите кнопку "Пожаловаться" под ответом.
Отвечает Рижук Антон.

Вот все проверенно!)

Надеюсь что у тебя такой версии скретч.


0 0
Отвечает нейросеть ChatGpt. Будьте внимательны, ответы нейросети могут содержать ошибочные или выдуманные данные.

Drawing a Circle in Scratch

To draw a circle in Scratch, you can use the "Pen" extension to create the shape. Here are the steps to draw a circle in Scratch:

1. Using the Pen Extension: - First, you need to enable the Pen extension in Scratch. You can do this by clicking on the "Choose a Sprite" button, then selecting "Pen" from the extensions list.

2. Coding the Circle: - Once the Pen extension is enabled, you can use the following code to draw a circle: ``` pen down repeat 360 move 1 step turn 1 degree end ```

- This code instructs the sprite to put the pen down, then repeat the following steps 360 times: move 1 step and turn 1 degree. This will create a circular shape as the sprite moves and turns.

3. Adjusting the Circle: - You can adjust the size, color, and position of the circle by using additional blocks and commands in Scratch. For example, you can change the pen color, increase the step size, or modify the number of repetitions to create different variations of the circle.

4. Experiment and Explore: - Feel free to experiment with different commands and settings to create the circle that suits your preferences. Scratch provides a user-friendly environment for coding and creativity, so don't hesitate to explore and try out various options.

By following these steps and experimenting with the Pen extension in Scratch, you can easily draw a circle and explore the creative possibilities within the platform.

0 0

Топ вопросов за вчера в категории Информатика

Последние заданные вопросы в категории Информатика

Задать вопрос