A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: shifting mouse cursor on a link

  1. #1

    shifting mouse cursor on a link

    I have a series of movieclips that are acting as buttons on a site. For some reason, when mousing over on them, the cursor jumps for a split second to the upper left of where it should be and then finds its place. This occurs on all movieclips in the project that have actions associated with them. A typical piece of code on any given clips is as follows:

    on (rollOver) {fade_learn01 = true;}
    on (rollOut, dragOut) {fade_learn01 = false;}
    on (release) { this.mc_projects.unloadMovie;
    _root.projecttype = 1;
    _parent.gotoAndPlay("01A-1")}

    The beta is located here so you can test it yourself:

    http://www.grahamgund.com/kdlab/index.htm

    Click on the 'G' to expand the menu and then try selecting any of the items.

    Has anyone had this problem before? Could it be a platform issue? I am using IE on Windows2k.

  2. #2
    Phantom Flasher... Markp.com's Avatar
    Join Date
    May 2000
    Posts
    16,034
    Do NOT post technical questions in the coffee lounge.

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