Hi guys!
Is it possible for 2 blocks to work simultaneously? Because apparently I want to set a label’s text to the other label’s text and do vice versa. But since I think the order is from top to down it set the other label text to the first one. heres an image:
See, Label_ TOP’s text will be set to Label_BOTTOM’s text, however, because the action is done before the next, I’m basically setting Label_BOTTOM’s text to itself, however, I want it so it can do these 2 actions simultaneously.
Hello @ant_1 you can’t do it simultaneously however you can still store one label it’s value in a variable and then set the bottom labels text to that variable.
Hi tatiang,
apparently this is another issue and you have provided me with a solution for a different issue than this one. this one is about the switch language buttons while the other one is about a set button’s text to “…”. I have not asked anything about 2 blocks working simultaneously.
It’s the same issue. The solution I provided shows how to swap values, just like you’re trying to do. If you Google how to swap variable values you’ll see that in pretty much any programming language you need to use a temporary variable.