Eh, well, I like playing then looping, ensures no stops and stuff
Me and my efficiency
Also I want to know how to change my curser. How would I do that. I dont like the arrow
OK, very, very easy.
First of all, make yourself a cursor (ms paint or whatever you use)
Make the background black, and make your cursor in the middle. Now, put it in the same directory as your code and run this.....
Load image "mycursor.bmp",1
do
cls
sprite 1,mousex(),mousey(),1
loop
this will continually make a sprite at the current mouse location.
And for...
And another thing while Im here. I have this menu with text on it. How can I get it highlighted when I move the arrow keys up and down. Say if I have the DB defualt text. I want it to be highlighted red or yellow. What would I do.
Simply just check for the upkey() and if its pressed, then make a box move. Like this....
Default have the box and certain coords, then...
if upkey()=1 then
box (however you may need to adjust it)
Then for selecting, when the coords are a certain number than pos1=1 or pos2=1 etc, that would be used for selecting
If you have MSN, Yahoo, or AIM, I can help you on there, since I will have more time (and I might get my danged computer back today
)
I like helping people
RPGamer