# How to use draggable parameters?

**URL:** https://forum.makecode.com/t/how-to-use-draggable-parameters/10381
**Category:** micro:bit
**Created:** [October 12, 2021, 1:04am UTC](https://forum.makecode.com/t/how-to-use-draggable-parameters/10381 "2021-10-12T01:04:37Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![joshkordek3](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/joshkordek3/32/5094_2.png) [@joshkordek3](https://forum.makecode.com/u/joshkordek3)
#### Post date: [October 12, 2021, 1:04am UTC](https://forum.makecode.com/t/how-to-use-draggable-parameters/10381/1 "2021-10-12T01:04:37Z")

</div>

I’m trying to make an extension for a hardware device but need draggable parameters to make it work properly, could someone tell me how to use them? 🙂

---

<div class="post-metadata">

### Author: ![jwunderl](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/jwunderl/32/5308_2.png) [@jwunderl](https://forum.makecode.com/u/jwunderl)
#### Post date: [October 12, 2021, 1:05am UTC](https://forum.makecode.com/t/how-to-use-draggable-parameters/10381/2 "2021-10-12T01:05:05Z")

</div>

You want `draggableParameters="reporter"`; e.g. here’s the definition for sprite overlap: [https://github.com/microsoft/pxt-common-packages/blob/master/libs/game/spriteevents.ts#L47](https://github.com/microsoft/pxt-common-packages/blob/master/libs/game/spriteevents.ts#L47)
