I’m currently working on a game, and for the boss level, I would like to make the boss shoot a bolt. I know how to make the boss shoot a bolt, but I don’t know how to make the boss aim before shooting the bolt. Here is my game: http://flowlab.io/game/play/41140
First of all: I love your game, please keep working on it!
As for aiming, you can use “point at” - have your boss extract the player’s x and y position, and send those to a “point at” behavior before he shoots.