# \[Game\] How to create a bullet

**URL:** https://community.thunkable.com/t/game-how-to-create-a-bullet/453374
**Category:** Questions about Thunkable X
**Created:** [February 8, 2020, 10:58pm UTC](https://community.thunkable.com/t/game-how-to-create-a-bullet/453374 "2020-02-08T22:58:56Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![sysads](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/sysads/32/44975_2.png) [@sysads](https://community.thunkable.com/u/sysads)
#### Post date: [February 8, 2020, 10:58pm UTC](https://community.thunkable.com/t/game-how-to-create-a-bullet/453374/1 "2020-02-08T22:58:56Z")

</div>

Following from my last question, I tried to see how I can create a bullet but when I click on the player, the 1st bullet gets created and moves upwards but immediately I click again, the 2nd bullet gets created but does not move and that affects others. But if I wait for the first bullet to disappear, then the 2nd bullet gets created and moves.

Any idea on how to make the player trigger bullet non-stop

![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/c/6/c60dcb6675870ae8047f91c620e8e1790d50a442.png)  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/2/a/2a51e4c21ccfd79760901feccbaf6feeb33bc852.png)

---

<div class="post-metadata">

### Author: ![sysads](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/sysads/32/44975_2.png) [@sysads](https://community.thunkable.com/u/sysads)
#### Post date: [February 9, 2020, 7:58pm UTC](https://community.thunkable.com/t/game-how-to-create-a-bullet/453374/2 "2020-02-09T19:58:50Z")

</div>

OK figured it out by replacing the all sprites in block with component  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/3/5/35fe142424b4cbc84cd24b0c6efd4d9754979fd8.png)

The only issue now is I do not see block that allows the bullets to fire constantly when I press down on the canvas rather than just tapping on the screen

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [February 9, 2020, 8:26pm UTC](https://community.thunkable.com/t/game-how-to-create-a-bullet/453374/3 "2020-02-09T20:26:33Z")

</div>

i havent used canvas before but could you put a “loop” block in there somehow

---

<div class="post-metadata">

### Author: ![sysads](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/sysads/32/44975_2.png) [@sysads](https://community.thunkable.com/u/sysads)
#### Post date: [February 9, 2020, 8:28pm UTC](https://community.thunkable.com/t/game-how-to-create-a-bullet/453374/4 "2020-02-09T20:28:16Z")

</div>

you mean a loop wrapping the canvas?

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:41am UTC](https://community.thunkable.com/t/game-how-to-create-a-bullet/453374/5 "2024-11-08T11:41:13Z")

</div>


