ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

Game Maker Studio: How to Master Gravity, Jump, & Wall Collision.

Автор: MC Designs

Загружено: 2019-03-30

Просмотров: 117

Описание: Visit my Search Arena site: https://searcharena.wordpress.com/

GMX File: https://bit.ly/2I1yOP4

Was not talked about in video. Be sure that personright collision is set to land, and the action code is down below, when personright makes contact with land.

Only the goleft and personleftwalk get the collision with wall, action is set to "move free", direction 0, speed 0, do not check relative. The "wall" is set to solid, and do not check visible.

personright

Events:

Step

Actions:

if !place_meeting(x, y + 1, land)
{
gravity = 10;
}
else
{
gravity = 0;
}

personright

Events:

collision with land, be sure land is set to solid

Actions:

move_contact_solid(direction,8);
vspeed=0;

Events:

personright

Events:

press Up

Actions:

if !place_free(x,y+1){

action = "air";
vspeed -= 80;
}

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
Game Maker Studio: How to Master Gravity, Jump, & Wall Collision.

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]