View Full Version : change mouse....
Ryan
November 15th, 2002, 04:55 PM
how abouts would i change the mouse on an html site to a picture? like a cutom mouse? any help, thank you very much
=ryan=
lostinbeta
November 15th, 2002, 05:34 PM
Please don't do that, it is considered extremely tacky.
It is done with CSS by the way.
Ryan
November 15th, 2002, 10:13 PM
totally agrees about it looking tacky, i just had an spot on a site im workin on there is a section at the bottom, and the client wanted some kind of crosshair instead of a mouse. but at the same time he didnt want flash. so i was gonna try to mess around with html and see if i could pull off the same effect
lostinbeta
November 15th, 2002, 10:49 PM
Crosshair is a standard cursor type I believe.
In css it is set as
cursor: crosshair
I haven't done this in a long long while so I am not sure exactly how to implement this, and I don't know what browsers or OS systems it works on.
I highly recommend you do not use it though.
estreal
September 12th, 2005, 05:29 AM
well the script you want is this.
onClipEvent (enterFrame) {
startDrag("", true);
mouse.hide();
}
what that does is makes it lock mouse to the centre of your mouse and then it drags and hides the mosue as well.
lostinbeta
September 12th, 2005, 11:03 AM
Wow, way to revive an old old thread. And this was for outside of Flash which is why it was posted outside of the Flash/Actionscript sections ;)
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.