Thanks for the great information! I was able to make the timer safely! Can I do the opposite, a countdown-like timer, by changing the way it is connected?
Thank you so much for this tutorial. Can you help me with this issue: how would it be if I want to add hours too? I've created the variable and divided it by 3600, but I don't know what should I write in the string format: {0:00}:{0:00}:{1:00} Thanks!!!
-Pour les minutes: entre le TimerOuput et le Divide rajouter un Modulo à 3600. -Pour les heures: copier/coller le bloc entier "Minutes" (sans le Modulo) et changer le Float en 3600 puis créer/changer la variable en Heures. -Pour le format: Changer le 'String format' en Arg0, Arg1, Arg2 et modifier le format en {0:00}:{1:00}:{2:00}. Puis Relier la variable Heures sur l'Arg0, Minutes sur Arg1 et Seconds sur Arg2.
Does anyone know how to make a way to touch the screen on the left half and right half of the screen to make something move left and right, I tried making buttons that are invisible that take up half the screen but it doesn’t work to hold them, you have to repeatedly tap them, and I tried using “get touch” and those are just to complicated, can someone put a link to a good video explaining how to use “get touch” and those things in bolt
Thanks for the great information!
I was able to make the timer safely!
Can I do the opposite, a countdown-like timer, by changing the way it is connected?
Thank you for the tutorial
Your video is incredibly quiet, but the tutorial was great. Just what I needed, thank you!
Thank you for sharing. This was helpful.
Thank you so much for this tutorial. Can you help me with this issue: how would it be if I want to add hours too? I've created the variable and divided it by 3600, but I don't know what should I write in the string format: {0:00}:{0:00}:{1:00} Thanks!!!
OK, i THINK I GOT IT: {0:00}:{1:00}:{2:00}
-Pour les minutes: entre le TimerOuput et le Divide rajouter un Modulo à 3600.
-Pour les heures: copier/coller le bloc entier "Minutes" (sans le Modulo) et changer le Float en 3600 puis créer/changer la variable en Heures.
-Pour le format: Changer le 'String format' en Arg0, Arg1, Arg2 et modifier le format en {0:00}:{1:00}:{2:00}.
Puis Relier la variable Heures sur l'Arg0, Minutes sur Arg1 et Seconds sur Arg2.
Hello could you do a damage system in bolt 2d like jumping on enemies or shooting
Does anyone know how to make a way to touch the screen on the left half and right half of the screen to make something move left and right, I tried making buttons that are invisible that take up half the screen but it doesn’t work to hold them, you have to repeatedly tap them, and I tried using “get touch” and those are just to complicated, can someone put a link to a good video explaining how to use “get touch” and those things in bolt