I had mouse click event with two different method, one for spam mouse "left button clicked" and another one for mouse "left button is down".
The problem is I want to spawn the bullet sprite from turret with this two of kind concept, player can spam click for fast bullet effect or hold down the left button of mouse to continue effect of bullet. I stuck at when I create two different events and make statement "else", but no luck, it work but not at all, the first bullet is double.
I appreciated any people can help me or give me some clue.
Thanks.