Newbie question - cycle functions via one button
-
Hi, I'm making a very simple D&D dice program for the M5stick C via UI Flow blockly.
I want to be able to use button A to cycle through different dice, as it stands I can only figure out how to do it using wasPressed, DoublePress and longPress.
What would be the best way to just use single press to cycle functions?
Here is the beginning of my code, i'm sure it's probably not the most efficient way:

-
This maybe could point you in the right direction (subject to improvement ofc.):

-
Right done some more fiddling and it's almost how i want it. The below works but instead of using wasPressed, longPress and wasDoublePress - i want all states to be selectable by wasPressed.
Is there a way to do wasPressed Xtimes?

-
I've figured it out, needed to use lists - this solved it for me https://www.youtube.com/watch?v=4jDVYZSYTo4
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login