Question
How can I have 2 variables for one output?
I need it so that the spacebar does one thing on one frame and another thing on the other.
I have solved this but now I need to know how can I have it so 2 variables = 1 output.
This is my code at the moment:
| while (menu) | ||
| if (changecharacter) | ||
| { | ||
| gotoAndStop(2); | ||
| menu = false | ||
| } | ||