Check out Amazon.com!

BlitzCoder Code Archives PageMain Codes Page
"Using Locate", by luke_skyscraper
Locate simply locates the cursor to an (x,y) position on a graphics context. Very useful for making text input boxes. Of course for printing text you could (and probably should) just use
Text(x,y,"text")
but its still good to know I think
Code
Copyright(c) 2000-2004, BlitzCoder. All Rights Reserved.

Code software created by Krylar's Kreations