Good morning, good afternoon, good evening everyone. I’m working on a school project for an entire second semester and I’m in the middle of a problem on how to auto shoot bullets while the bullets are following the cursor or aim at the cursor while keeping the player like the game HoloCure by Kay Yu. I already made a way how to shoot manually but I like the auto shoot and aim at the cursor less things to worry about when playing the game
You can use a scenetimer for that. Maybe make a boolean variable amd a scene timer called AutoTrigger . If that boolean is true every 0.1 seconds for example it will fire a bullet. Thus is scene timer => 0.1 and AutoTrigger is true then use the same action as in touch left is down and reset the scene timer. Hope it helps
1 Like
