Hi!
So for my Greenfoot game, I have two doors. I would like to be able to alternate the locations of the two doors randomly, but only in two specific locations.
For example, Door A is located at 100, 100. Door B is located at 200, 200.
I would like to be able to randomly alternate both doors, but only either at 100,100 or 200,200.
Does this make sense?

