So I made 2 buttons in my new project, one is an up arrow and the other is a down arrow. When I press the up arrow, thecharacter's eyes are supposed to change costumes up. Then when I press the down arrow, the character eyes are supposed to change costumes going down. However, it doesn't work. Here are my blocks I used
Up arrow:
Down arrow:
Offline
Well, the problem is that when you click a button, it checks the condition of the variable and sets it, then checks and sets it again. For example, in the first script, if eyes = 1, it sets it to 3, and then it checks to see if it's 3 and sets it to 2. The first script should look like this:
Offline
Ahh, thanks Harakou. I understand it now.
Offline