I developed this after a Plugin project that has never seen the light of day, I started it as a test but then I just started adding more and more features…
We can customize the cursors, snap to 45º angles and determine the minimum movement distance to change cursors.
Read more to find out more…
How to use:
First add it like any FPP plugin:
layer_80 = fppcursor.swf
Then add a parameters block like this:
<FPPCursor>
iconNormal=normal.png
iconMove=move.png
iconPress=press.png
snapAngle=true
minMovement=2
</FPPCursor>
So the parameters are:
iconNormal
The URL of the image for the cursor when the mouse isn’t pressed
iconMove
The URL of the image for the cursor when the mouse is pressed and the mouse is moving (dragging)
iconPress
The URL of the image for the cursor when the mouse is pressed but isn’t moving
snapAngle
If the cursor “snaps” to 45º angles (true) or rotates freely (false)
minMovement
The distance in pixels to move the cursor after pressing the mouse, to be considered a drag
pretty self explanatory, but if you have any questions, just ask
FPP:Cursor – Price:FREE
Download fppcursor v0.2
This plugin took many hours to develop, although it is free, if you find it helpful please donate to help it’s future development. Thanks!
This plugin is free to use, by downloading it you agree that GoGopixel can’t be held responsible for any problems and/or damage that you or your clients might incur from the usage of this plugin. (My lawyer made me said this).
NOTE: The cursors used in this example are only for reference purposes, they’re copyrighted by APPLE. DO NOT USE THEM in commercial projects. Consider yourself warned.
#1 by visite virtuelle on 24/10/2009 - 12:05
Quote
Nice shot!
Testing on mac snow leopard, the original cursor appears on mouse release, and disappear on mouse move.
We can still see it for a second
Cheers