# No puedo hacer que mi boton siga, encuentro que es un error pero no puedo arreglarlo

**URL:** https://community.thunkable.com/t/no-puedo-hacer-que-mi-boton-siga-encuentro-que-es-un-error-pero-no-puedo-arreglarlo/3102255
**Category:** Issues / Bugs
**Created:** [July 17, 2024, 1:59am UTC](https://community.thunkable.com/t/no-puedo-hacer-que-mi-boton-siga-encuentro-que-es-un-error-pero-no-puedo-arreglarlo/3102255 "2024-07-17T01:59:55Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![cordovasamantha750c6](https://avatars.discourse-cdn.com/v4/letter/c/f14d63/32.png) [@cordovasamantha750c6](https://community.thunkable.com/u/cordovasamantha750c6)
#### Post date: [July 17, 2024, 1:59am UTC](https://community.thunkable.com/t/no-puedo-hacer-que-mi-boton-siga-encuentro-que-es-un-error-pero-no-puedo-arreglarlo/3102255/1 "2024-07-17T01:59:55Z")

</div>

Necesito ayuda al crear un Flashcards quiero que mi boton pase a la siguiente pregunta pero no lo hace, no se cual es el error en el codigo

 ![Captura de pantalla 2024-07-16 154607](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/f/5/f582eb2b1cb43618e7f70dd5e8d4389a2e50fac2.png)

---

<div class="post-metadata">

### Author: ![matt\_conroy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/matt_conroy/32/150843_2.png) [@matt\_conroy](https://community.thunkable.com/u/matt_conroy)
#### Post date: [July 17, 2024, 8:26pm UTC](https://community.thunkable.com/t/no-puedo-hacer-que-mi-boton-siga-encuentro-que-es-un-error-pero-no-puedo-arreglarlo/3102255/2 "2024-07-17T20:26:17Z")

</div>

> [@cordovasamantha750c6](#):
>
> I need help when creating a Flashcards, I want my button to go to the next question but it doesn’t, I don’t know what the error is in the code

Hi cordovasamantha750c6, welcome to Thunkable! 🎉

Be sure to check out our posts about [How to ask Great Questions v2.0](https://community.thunkable.com/t/how-to-ask-great-questions-v2-0/2689983/1), our [Community Guidelines](https://community.thunkable.com/t/community-guidelines/78/8), and our [Docs](https://docs.thunkable.com/) as you get started.

There are a lot of different functions here. My suggestion would be to debug each one of them as you get started to see why the conditionals in the button click event are not working. Our Power Thunker Tatian has a wonderful tutorial about debugging in Thunkable that would be very helpful here. Take a look and see what you can find!

> [@Debugging in Thunkable X (Video)](https://community.thunkable.com/t/debugging-in-thunkable-x-video/849471):
>
> I thought I’d share a process I use for debugging my projects. It involves creating a function that can be used over and over throughout the code blocks in order to help determine where things are going wrong, whether or not certain blocks are ever triggering, and what the values of several variables are. Here’s a screenshot of what I’ve set up: The real power comes from being able to quickly change the delay (and even set it to 0 seconds) or just remo…

Happy Thunking!
