Hello,

I posted this on the onrev forums, so apologies for posting here too.

The following works in a stack/standalone but not in a revlet:

on mouseEnter
  set the lockcursor to true
  set the cursor to hand
end mouseEnter

on mouseLeave
  set the cursor to arrow
  set the lockcursor to false
end mouseLeave

Is there a way of working with cursors in revlets?

Thank you.

--
Nicolas Cueto
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to