M
M
Mage From The Space2017-11-30 18:00:57
Corona SDK
Mage From The Space, 2017-11-30 18:00:57

How to create a bullet in corona SDK?

How to create a bullet in corona SDK if it should come from a character (as in top down shooter)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Lerg, 2017-12-09
@Magefts

If you use physics, then make an object like display.newCircle() and make it a physical kinematic. After that setLinearVelocity() with the direction vector of fire and listen for collision events for collisions with enemies.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question