Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Hi people. So I'm trying to figure out how to make my enemy shoot a fireball at my player. However, when my enemy shoots at me, he ends up shooting a gigantic fire wave at me(it doesn't stop shooting). Any suggestions?
Here is my code:
Develop games in your browser. Powerful, performant & highly capable.
This is my problem by the way. Thanks in advance people! =D
Have a look at "4" - look at putting some kind of delay into this
has line of sight
every 0.5 seconds -- shoot at player
another way
— This is helpful, thank you