Hello,
Within a custom enemy settings I can successfully change its x and y coordinates.
However, I can't seem to make "if statement" checks on it
for example:
if enemy y < [player 1 y]
{
…. do something
}
Platform Builder always crashes on me. If there a way to do this ?