In response to a question Markyparky56 brought up in the forums, this project stores an x/y coordinate pair in a string and can retrieve it quite quickly. Since no x or y position in Scratch will ever exceed +/- 999 (and for once I'm thrilled about this), you can store all positions in the form XXXXYYYY, padding the values if necessary.