ok, sorry this is simple but I'm still confused about it so help me out, please. I'm still learning
1. I'm trying to make the floor(sprite) change its color if landed by the sprite. but nothing works.
I'm trying using collision but I didn't work because there is no invert on it. overlapping is also didn't work although there is invert func on it. the last method that I tried is using the instance variable.
the event sheet was like this:
if "floor" instance variable equal to 0 = set floor animation frame to 0
if "floor" instance variable equal to 1 = set floor animation frame to 1
player is overlapping sprite10 = set "floor" instance variable to 1
player is X overlapping sprite10 = set "floor" instance variable to 0
anyone can help me?