Hallo NeronSparda,
you can use the 'Repeat' Condition to create more bullets with one click. But when all bullets have the exact same direction, they overlap each other and it looks like one bullet. If you want to shoot multiple bullets one after another with a short delay, you can make it like this:
> + Mouse: On Left button Clicked
----+ System: Repeat 5 times
-----> System: Wait LoopIndex ÷ 10 seconds
-----> player: Spawn bullet on layer 0 (image point 1)
[/code:bi17ytlc]
Thanks, It works!
I've tried to make it without "loopindex" and it didn't work.
But now - all is great! Thank you very much!