Hi everyone,
I was wondering if there is any code like the isTouching method to see if your player is in the world that you are currently in. This would help with my game that I am creating.
An example would be if (player is in == level 1) { execute code} else if (player is in == level 2) {execute code} else if (player is in == level 3) {execute code} Hope this helps. Thank you.
