A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: onmouseOUT

  1. #1
    Webmaster Johnny Shiro's Avatar
    Join Date
    Jan 2002
    Location
    Norway |Trondheim
    Posts
    713

    onmouseOUT

    Is there a function like onmouseout ?

    If you have a button you create a OnClick statement...but what about when you remove the mouse ? Any easy function to use then ?

    Earlier i created a transparent line around the button which played the onmouseout animation... a bit **** to do.. but works..but would be much much easier with something like a OnMouseOut function ...

    plz guide me obi-wans and yoda's

  2. #2
    Child Prodigy Fat_N_Furry's Avatar
    Join Date
    Oct 2002
    Posts
    551
    Are you talking about Flash, HTML, JavaScript, or what?

    Here's one for Flash:

    Code:
    on (rollOut) {
    //  Do Stuff
    }
    Hope this helps,
    Furry
    Code:
      hobby = webDesign; waitYears(3);
      job = webDesign; this.love(job);

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