Thursday, 11 September, 2025г.
russian english deutsch french spanish portuguese czech greek georgian chinese japanese korean indonesian turkish thai uzbek

пример: покупка автомобиля в Запорожье

 

Game Maker Урок #12 - Выстрел врага

Game Maker Урок #12 - Выстрел врагаУ вашего броузера проблема в совместимости с HTML5
shoot=false alarm[0]=30 if shoot=true {instance_create(x,y,ob_bullet)} if shoot=false {} alarm[0]=30 if distance_to_object(ob_player)меньше=80{ shoot=true} if distance_to_object(ob_player)больше80 {shoot=false} direction=point_direction(x,y,ob_player.x,ob_player.y) image_angle=direction move_towards_point(ob_player.x,ob_player.y,10) damage=irandom_range(5,10); global.hp-=damage; instance_destroy()
Мой аккаунт