A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Why wont my code work?... long time no 3dfa

  1. #1
    Junior Member
    Join Date
    Feb 2005
    Posts
    29

    Why wont my code work?... long time no 3dfa

    Hey i used this in the startup script:
    active = element("page1");

    Then run this on mouseover for an image:
    active.alpha=0;

    It doesnt hide the image?.... im sure it used to?.. If you could hep it would be greatly appreciated

  2. #2
    Senior Member
    Join Date
    Dec 2006
    Posts
    274
    Are you using latest 3dfa version? There have been are some changes about mouse handling .. see the image.
    Attached Images Attached Images

  3. #3
    Junior Member
    Join Date
    Feb 2005
    Posts
    29
    Yea.... it just doesnt seem to want to work, im using a variable because i need the active element to change depending on what the user pressed.... anyone got any ideas?

  4. #4
    Junior Member
    Join Date
    Feb 2005
    Posts
    29
    Hi i fixed it, instead of:
    active = element("page1");
    i used:
    active = link ("root[page1]");

    Since when has this been a requirement? it didnt used to be did it? Am i going crazy?

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