Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Custom cursor


zarocmaster
 Share

Recommended Posts

Ok soI had a look online a bit more and found out that VB6 doesn't support coloured cursors. It will automatically change it to black and white.

I have an idea you might be able to clarify…

When I used to use GameMaker7 and I wanted a custom cursor I would turn of the mouse visibility and code the following.

{

\\sprMouse is the sprite\\

sprMouse.x = mouse_x;

sprMouse.y = mouse_y;

}

is ther something like this I could do, maybe?
Link to comment
Share on other sites

thx

edit:

Just like to say that i worked it out. It will turn a .cur file to black and whit but if you use a .ico file than it will keep the colour. (but, the .ico cant be 32-bit with alpha) just 32-bit or below…

![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...