В
Все
М
Математика
О
ОБЖ
У
Українська мова
Д
Другие предметы
Х
Химия
М
Музыка
Н
Немецкий язык
Б
Беларуская мова
Э
Экономика
Ф
Физика
Б
Биология
О
Окружающий мир
Р
Русский язык
У
Українська література
Ф
Французский язык
П
Психология
А
Алгебра
О
Обществознание
М
МХК
В
Видео-ответы
Г
География
П
Право
Г
Геометрия
А
Английский язык
И
Информатика
Қ
Қазақ тiлi
Л
Литература
И
История

те кто знает язык C++ найдите ошибку в коде. using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class Chacter : MonoBehaviour

{

public int lives = 3;

public float speed = 4.0f;

public float jumpforce = 1.0f;

public Rigidbody2D PlayerRigidbody;

public Animator charAnimator;

public SpriteRenderer sprite;

bool OnGround;

private void Awake()

{

PlayerRigidbody = GetComponentInChildren();

charAnimator = GetComponentInChildren();

sprite = GetComponentInChildren();

}

void Start()

{

}

void Move()

{

Vector3 tempvector = Vector3.right * Input.GetAxis("Horizontal");

transform.position = Vector3.MoveTowards(transform.position, transform.position + tempvector, speed * Time.deltaTime);

if (tempvector.x 1;

Debug.Log(colliders.Length);

}

private void FixedUpdate()

{

CheckGround();

}

void Update()

{

if (Input.GetButton("Horizontal"))

{

Move();

}

if (OnGround && Input.GetButton("Jump"))

{

jump();

}

}

}​

Показать ответ
Ответ:
loopootoonoo
loopootoonoo
08.09.2020 16:17

1.) Give the nouns or adjectives that form the following verbs:

characterize - character (noun)

implement - implementation (noun) / implement (noun)

crystallize - crystal (noun)

metallize - metal (noun)

theorize - theory (noun)

rethink - thinking (noun)

organize  - organization (noun)

2.) Add the suffix-ous to the following words and translate the derivatives into Russian:

glory - glorious (translation: славный)

danger - dangerous (translation: опасный)

thunder - thunderous (translation: грозовой)

continuation - continuous (translation: непрерывный)

poison - poisonous (translation: ядовитый)

variation - variable (translation: изменяющийся) (суффикс правда не -ous, но и слова с таким суффиксом нету)

courage - courageous (translation: смелый)

3.)

a) Translate the following words into Russian;

b) Define the parts of speech of the stems to which the prefix un- is added:

unfit - rus: непригодный (from: fit (verb))

unusual - rus: необычный (from: usual (adjective))

unfair - rus: недобросовестный (from: fair (adjective))

unaccomplished - rus: незавершенный (from: accomplished (adjective))

unjust - rus: несправедливый (from: just (adjective))

ineffective - rus: неэффективный (from: effective (adjective))

untrue - rus: ложный (from: true (adjective))

uncertain - rus: неопределённый (from: certain (adjective))

unclean - rus: неопрятный (from: clean (adjective))

unconcerned - rus: незаинтересованный (from: concerned (adjective))

unknown - rus: неизвестный (from: known (adjective))

unreasonable - rus: необоснованный (from: reasonable (adjective))

unbearable - rus: невыносимый (from: bearable (adjective))

0,0(0 оценок)
Ответ:
Dashatatur1
Dashatatur1
08.09.2020 16:17
1

1-b
2 e
3d
4a
5c

2
1c 2a 3e 4b 5d


1 disaster
2 geography
3 animals

4

planet moonn earth has destroyed volcanoes

5
F
T
F
F
F

6
accident
knack for getting into trouble

2poisonous/ toxic, natural habitat

3harmless animals, freeze in fear

4exaggeration becomes truth, screamed and fainted

5hot dry day
climate changes quickly

7

2 ребенка утонули в наводнении когда их лодку захватили

это отличное место которое следует посетить тк вода чистая

самолет летел над альпами из женевы

говорят что ураган посетит острова позже сегодня

они собираются взбиратьяс на южную сторону горы

8

1-а


0,0(0 оценок)
Популярные вопросы: Английский язык
Полный доступ
Позволит учиться лучше и быстрее. Неограниченный доступ к базе и ответам от экспертов и ai-bota Оформи подписку
logo
Начни делиться знаниями
Вход Регистрация
Что ты хочешь узнать?
Спроси ai-бота