External Hit Animation - Juice up any game [GAME DESIGN CODE]

Channel:
Subscribers:
11,800
Published on ● Video Link: https://www.youtube.com/watch?v=kalIpZffZ3o



Duration: 11:58
716 views
56


This video shows you how to juice up any video game with good Game Design. External Hit animations are the backbone of any video game and indicate to the player with an animation that something is happening to the player/npc instance. Note that external hit animations are coming from the outside and can be considered as an additional animation being drawn on top of the instance being hit and can be one or multiple animations being created.

There are two most common ways how to do this. A visual and easier way is to simply have an hit animation image that is running down it's animation and once it is finished you then remove it. That can be used as a default hit animation for all cases or as specific type of hit animation (elemental, weapon hit or internal bleed/oil/rubble) or both.

The most common way in video games is to use particles that are being spawned in a particular way. This approach is more complicated and needs fine tuning becaues these animations are a composite of different particles. A vanilla hit effect for example has a fast moving ring that goes from the center and exands plus small lines that rapidly move out of the center in an circular fashion.


Tldr:
- sprite/image or particles or both to create hit effects
- can be default, specific internal/external effects



🚧 For the future: There will be follow up video that shows these hit animations with code and a visual

πŸ‘‘ Support me and get fresh game art and game maker projects every month:
https://www.patreon.com/1upindie

Follow me on:
πŸ“Έ Instangram: https://www.instagram.com/1upindie
🐦 Twitter: https://twitter.com/1upIndie
πŸ’¬ Discord: https://discord.gg/gvr98nb
πŸ“œ Udemy: https://www.udemy.com/course/become-a-video-game-developer-with-gms-23/ (See youtube about page for discount)

CHAPTERS
-------------------------------------------------------------------------------------------------------
0:00 Hit animation with sprites/images
0:18 Specific hit animation (elemental, weapon etc.)
1:04 Hit animation with particles
1:40 Combined hit animations
2:14 Game shown: Celeste







Tags:
game maker tutorial
game maker studio tutorial
gamemaker studio 2 tutorial
game dev
game design animation
animation game design skills
animation game development
game design hit animation
hit animation gamemaker
hit animation unity
hit animation godot
hit animation unreal
external hit animation
slash hit animation
elemental hit animation
weapon hit effect