OK, its been driving me crazy lately, everyone has been asking how I make my own custom cursor. Well, in a matter of fact, its VERY EASY!! I will walk you through this step by step (yes, I am in fact very bored
)
STEP ONE:
Grab your fav. paint program (Photoshop, PaintShop, MS-Paint WHATEVER!!) and just make yourself a black square. In the middle of that square, draw yourself whatever you want for a cursor. When you are done, save it as a .bmp in the same directory as your code, and call it "mycursor".
STEP TWO:
Open up your fav. db editor (pro, edit, reg etc.) and insert this code:
load image "mycursor.bmp",1
hide mouse
do
cls
sprite 1,mousex(),mousey(),1
set sprite 1,1,1
loop
and for those of you with netscape....
load image "mycursor.bmp",1
hide mouse
do
cls
sprite 1,mousex(),mousey(),1
set sprite 1,1,1
loop
And there ya have it. I dont have DB on this computer, and I just made a total fool of myself it that code dont work (which it should...)
Hope that helps all yall with this question,
Now, no more excuses for asking how to do this!!
Later!
RPGamer