I have a complicated problem here to making game RTS ....
I want use right click to choose which object that I will move to some place
I'd make a code but it still not working... here it is...
if mouse_check_button(mb_right) and colouring = 0 {
colouring = 1;
}
if mouse_check_button(mb_right) and colouring = 1 {
colouring = 0;
}if someone can help me, I will appreciate that !!.....











