Reply to Re: Taking Dink x and y coordinates
If you don't have an account, just leave the password field blank.
It's not that weird. The screen script executes before the sprites are created, so it makes sense because Dink has't been placed on the new screen yet. Anyway, the thing that bothers me the most is what if Dink enters via the left near the bottom, or via the bottom near the left? How do you know where he came then?
You can check sp_x/y before and after a wait to deal with this and you won't need the freeze. A big change in y means Dink came from the bottom, a big change in x means Dink came from the left. Much more elegant solution.
You can check sp_x/y before and after a wait to deal with this and you won't need the freeze. A big change in y means Dink came from the bottom, a big change in x means Dink came from the left. Much more elegant solution.