A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: can you track mouseOver events from outside the button?

  1. #1
    Senior Member zeroreality's Avatar
    Join Date
    Jun 2000
    Posts
    130

    can you track mouseOver events from outside the button?

    what i have is a component that i've written that basically hides YOUR mouse and replaces it with my own custom mose (yay)

    anyway, im looking for an EASY way to automatically change my custom cursor to the mouseOver cursor without having to add code to EACH AND EVERY button in the movie

    any help or different ways of thinking about this problem are greatly appreciated

    thanx

  2. #2
    iguanagirl32 mraspiller's Avatar
    Join Date
    Jul 2002
    Posts
    817
    so you only want the mouse to change to the custom cursor if it is over a button?

  3. #3
    Senior Member zeroreality's Avatar
    Join Date
    Jun 2000
    Posts
    130
    yes
    then change back to my other custom cursor when the button is 'mouseOut'ed

    kinda complicated... just looking for an easier way than the one im currently using

  4. #4
    iguanagirl32 mraspiller's Avatar
    Join Date
    Jul 2002
    Posts
    817
    well, your buttons are in a fixed place, correct? then you can use an "if" statement that says if the mouse is within a certain area, change to the custom mouse...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center