input cursor
Blitz3D Forums/Blitz3D Beginners Area/input cursor| 
 | ||
| when using the input command how do you get it so that each time it asks, the cursor is at the same vertical level ? (instead of going down the screen each time you type in an input ?) thanks !!!! | 
| 
 | ||
| You arent being very clear...I've never noticed a problem like that...have you tried storing the x and y of the mouse before inputting, then using movemouse? | 
| 
 | ||
| I think Sunshine means the Text cursor? I believe you can set it by using Locate: 
Locate 0, 0
a$ = Input$("please enter text>")
 | 
| 
 | ||
| thanks chwaga and thanks b32 !! :) that's what I meant, thanks b32 !! :) | 
| 
 | ||
| I only got 1 thanks...I knew what locate did too :( | 
| 
 | ||
| Thanks chwaga :D | 
| 
 | ||
| LOL | 
| 
 | ||
| yay! | 
| 
 | ||
| lol | 
| 
 | ||
| jolly good |