A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Problem with menu

  1. #1
    Junior Member
    Join Date
    May 2004
    Posts
    9

    Problem with menu

    I've created a easing menu swf file and load it into another swf file.
    The menu works fine but will not work when loaded into another file.

    Please help.
    I've attached the sample files.

    Thank you.
    Attached Files Attached Files

  2. #2
    Junior Member
    Join Date
    May 2004
    Posts
    9

    New file

    New file
    Attached Files Attached Files

  3. #3
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Replace your references to _root with _parent._parent in the menu buttons' scripts...

    _parent._parent.one.onRelease = function() {
    endX = 0;
    endY = 0;
    };
    _parent._parent.two.onRelease = function() {
    endX = -250;
    endY = 0;
    };

    Etc...

  4. #4
    Junior Member
    Join Date
    May 2004
    Posts
    9

    Thank you oldnewbie

    Thank you oldnewbie.

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