CodeBase - input for 3D programs
Return to the CodeBase listing
Category: Input
Version: 1.0
Information
Uploaded: 5th Feb 2004 11:54
Modified: 1st Jan 1970 01:00
Author: sengsjc
Summary
A replacement for the core command for 3D games
Full Description
this function replaces the standard input command.<br /> The reason is that the "input text" will not appear when working with 3D environents, with this code it will.<br /> Parameters are:<br /> message$ - some text to prompt the user<br /> cx - the cursor x position on screen for the message<br /> cy - the cursor y position on screen for the message<br /> Usage:<br /> text_in$ = get_text("Enter some text",10,10)
Comments
No comments yet.