I'm not sure if this is possible, but my game board has a gray background with water in it. I would like to my my sprite follow 1 of 2 rules, depending on it's costume. Costume 1 (plain looking dog) when touching the water should send the sprite back to the start (coordinates (-197, -43). Costume 2 (dog with life jacket) should move through the water normally up arrow moves y 30, right arrow moves x 30, down arrow moves y -30, left arrow moves x -30. I have it set it when costume 1 lands on just sprite2, a plain life jacket, it turns sprite1 into costume 2 (this part is already figured out). Can anyone help me with the other part?
Offline