I have multiple instances of the same sprite on the screen. They've their own instance variables. When an instance variable changes to number that I like, I wan...
I'm trying to detect collision between two of the same objects (the player) in my local multiplayer game (which uses multiple player instances). A player needs...
Strikethrough textI have a character that I want to move to another object when a timer expires. * For some reason, with the current setup, the moveto event nev...
I have this block of code. It's a loop on start of layout for a platform to generate all of the plants on it. The plants then are added as children to the platf...
I randomly found a quirk when I was switching an existing function to be a Custom Action. The game is a 2D shooter with the player able to face either left or r...