# How to make this? (need help)

**URL:** https://forum.makecode.com/t/how-to-make-this-need-help/38902
**Category:** Help
**Created:** [August 25, 2025, 4:47pm UTC](https://forum.makecode.com/t/how-to-make-this-need-help/38902 "2025-08-25T16:47:21Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![TheCactusMan](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/thecactusman/32/24252_2.png) [@TheCactusMan](https://forum.makecode.com/u/TheCactusMan)
#### Post date: [August 25, 2025, 4:47pm UTC](https://forum.makecode.com/t/how-to-make-this-need-help/38902/1 "2025-08-25T16:47:21Z")

</div>

I’m making this tycoon, and everything except resource generation is working. The items keep spawning even after the mine is deleted, and I have no idea how I can make these mines be able to be placed. If it helps, arrow buttons is for move, a is for place, b is for delete and hold b is change selected block. You need to have enough money to buy stuff too, conveyor is 5, for example. [https://makecode.com/\_FrwKTxL337vp](https://makecode.com/_FrwKTxL337vp)

---

<div class="post-metadata">

### Author: ![C0d3r](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/c0d3r/32/27435_2.png) [@C0d3r](https://forum.makecode.com/u/C0d3r)
#### Post date: [August 25, 2025, 6:27pm UTC](https://forum.makecode.com/t/how-to-make-this-need-help/38902/2 "2025-08-25T18:27:41Z")

</div>

the I fixed it so when the ore overlaps the collector (the green block I think) will destroy the ore and add one to score

here is the fixed: [https://arcade.makecode.com/S08902-37439-43783-01226](https://arcade.makecode.com/S08902-37439-43783-01226)

---

<div class="post-metadata">

### Author: ![not\_a\_lemon](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/not_a_lemon/32/35289_2.png) [@not\_a\_lemon](https://forum.makecode.com/u/not_a_lemon)
#### Post date: [August 25, 2025, 10:07pm UTC](https://forum.makecode.com/t/how-to-make-this-need-help/38902/3 "2025-08-25T22:07:08Z")

</div>

welcome to the forums, @TheCactusMan!

---

<div class="post-metadata">

### Author: ![TheCactusMan](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/thecactusman/32/24252_2.png) [@TheCactusMan](https://forum.makecode.com/u/TheCactusMan)
#### Post date: [August 26, 2025, 9:09pm UTC](https://forum.makecode.com/t/how-to-make-this-need-help/38902/4 "2025-08-26T21:09:56Z")

</div>

sorry if i was unclear, but i meant that if you break the sprite making the copper, the copper keeps generating
