December 5, 2011 at 5:06 PM #1 Hello !Do you know if it is possible to do something like this in krpano (like in ActionScript 3) : Code Mouse.hide(); Thanks.
December 6, 2011 at 12:02 AM #2 Theres support for cursors. See the examples folder.. You could make them all transparent.
December 6, 2011 at 12:27 AM #3 Hello Sachagriffin I've seen these "cursors" exemples. They are nice.But when the mouse is over a plugin, you see the "hand cursor" and i would like to have a custom cursor (transparent or custom image)Do you think i could do that ?The only thing i can do is : Code handcursor="false" But it is not custom cursor...