Hi,
When my player falls off from the screen then the I restart the game. So, I created an event to Compare Y > 1000 of the player and if true then the player fell off the screen. That works but I am very confused why 1000? Shouldn't it be Compare Y < 0 instead which I tried and does not work.
Obviously, I do not know the x,y coordinates. I thought y=1000 is way up in the grid. Can someone educate me why comparing Y > 1000 works?
Thanks.