[2D Shooter Platformer] Need help with the "Shooter" part

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Colorado-CL

Hi, guys. I’m trying to make a 2D shooter platformer. For example, i do know how to assign a key to an action (press ‘right’ to move, ‘up’ to jump, etc), but what I’m looking for is to know how to create the:

-bullet script
-bullet scene (hopefully KinematicBody2D, for the physics)
-assign the script to a key > show the animation (shoot the weapon) > actually shoot the bullet > script a reaction whether it hits the enemy / kills it
-Using Enemy Area2D in order to make them react to the player within a certaing range and shoot the player

If I’m missing something please add it. Thanks.

:bust_in_silhouette: Reply From: Christoffer

Checkout Kidscancode Video tutorial, in this clip he make his tanks fire bullets, if you need to know something else about that you can watch the earlier tutorials aswell :slight_smile:

Thank you for the video, I’ll watch it carefully. In any case, Keep adding material, pls.

Colorado-CL | 2020-04-03 23:22