All Questions
Tagged with game-maker-dnd or gamemaker-dnd
6 questions
0 votes
1 answer
296 views
Why is the pawn not moving?
I have a set of moving chess pieces and am now trying to implement the rules to prevent them from going anywhere. The pawns use this code to move: (Sorry for the blurriness, the IDE did it ...
0 votes
1 answer
130 views
Way to Prevent Stacking Pieces
I have a chessboard with all the black pieces that move with this code: I found that when I move the pieces, they will stack on top of each other. How can I prevent this? I have since changed the ...
1 vote
1 answer
708 views
How to Make Different Instances of an Object Have Different Sprites
In Game Maker, I am trying to make it so that three instances of an object have three different sprites. Using DnD, what would be the optimal way to do this? If it helps, the three instances are ...