Mouse within is highly processing intensive. As you are just trying to change the behaviour when the user clicks, why can't you use this instead?

on mouseUp --or mouseDown, depending what you do
  if the altKey is down then
    ---do alt stuff
  else if the controlKey is down
    --do ctrl stuff
  else
    --do normal stuff
  end if
end mouseUp

On 14 Jan 2008, at 12:07, Sakari Ruoho wrote:

Hello folks,

Was wondering how to change the mouse cursor behavior, when user presses either ctrl or shift key? Like in photoshop with select tool where u can add to selection by pressing shift and remove from selection by pressing ctrl? If anyone has implemented anything like this, any help would be appreaciated. Thank you!


--

official ChatRev page:
http://chatrev.bjoernke.com

Chat with other RunRev developers:
go stack URL "http://homepage.mac.com/bvg/chatrev1.3.rev";

_______________________________________________
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