I tried to start prototyping a game. As a first action my Sprite should "shoot". For that, I found a tutorial on youtube.
For shooting, i catch a keyboard event (space). Then, my Sprite should spawn a new Sprite (its the bullet with the behaviour "Bullet".)
The problem is the follow:
If I start the "preview layout", the event is started automatically, BUT only once. It does not react on my keyboard.
Is one of you knowing something about that behaviour?
Thank you