Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mouse
#1
is there a way to make your own curser for the mouse using this jist of code for the mouse. do you have any good links about using the mouse, getting data from it and incorperating clickable stuff.
Code:
SCREEN 13
ASM$ = ASM$ + CHR$(&HB8) + CHR$(&H1) + CHR$(&H0)
ASM$ = ASM$ + CHR$(&HCD) + CHR$(&H33)
ASM$ = ASM$ + CHR$(&HCB)

DEF SEG = VARSEG(ASM$)
CALL ABSOLUTE(SADD(ASM$))
Reply
#2
I think you can change the b/w bitmap, but if you're looking for a fancy cursor like in a game or something, you're better off using your own sprites as a cursor.

If i'm not mistaken most to all mouse operations are done with interrupts.
i]"I know what you're thinking. Did he fire six shots or only five? Well, to tell you the truth, in all this excitement, I've kinda lost track myself. But being as this is a .44 Magnum ... you've got to ask yourself one question: 'Do I feel lucky?' Well, do ya punk?"[/i] - Dirty Harry
Reply
#3
QBnews has a set of tutorials, one of them deals with the mouse. Hunt around Smile
Reply
#4
Int 33h
Reply
#5
thanks, neo. I always forget those damned numbers Smile
i]"I know what you're thinking. Did he fire six shots or only five? Well, to tell you the truth, in all this excitement, I've kinda lost track myself. But being as this is a .44 Magnum ... you've got to ask yourself one question: 'Do I feel lucky?' Well, do ya punk?"[/i] - Dirty Harry
Reply
#6
For Fancy mouse cursors check out FL. One of its examples has a fancy mouse cursor with colors and such stuff.
Also, search for Mouse Morpher by QBWorks. They have made a small add on for FL which allows u to make fancy mouse cursors in 24bit modes.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)