Has ANYONE worked with the drag in drop in game maker? Im sitting with a problem that I feel like should be pretty simple but In just CANNOT make it work!
Feb 1, 2026 14:14It's basically that I want the player to click once, and animation plays. Click again, a different animation plays. Click a thirs time, and we're back at animation 1.
I did it by assigning a variable first at creation (1), then with an "if" condition say "if variable is 1, change variable with -1 when animation ends, if variable is 0, change variable with +1 when animation ends". But the variable just stays 1 and I dont get WHY