A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Can't figure out what I'm missing here

  1. #1
    Junior Member
    Join Date
    Oct 2002
    Location
    Oregon
    Posts
    4

    Can't figure out what I'm missing here

    Tried the link to kirupa.com in order to make the 'doors close, load a new page and open again' idea, and I think I have it right.
    My problem is when I set my 'transition' movie up, my doors don't follow the "stop" actions in the actions layer.
    Any ideas?
    I've uploaded my fla for examination.
    Last edited by SpyderHelix; 01-27-2005 at 12:21 AM.

  2. #2
    Senior Member
    Join Date
    Jan 2005
    Posts
    110
    I don't know exactly what you mean but if you try not use _root in the actions but instead _parent, may help.

  3. #3
    Senior Member chi-styler's Avatar
    Join Date
    Jul 2001
    Location
    Bristol, UK
    Posts
    1,237
    It is stopping, but the problem is you're loading main.swf into _root.content, but this doesn't seem to exist, so it's overwriting everything that's currently there.

    so you need to create a MC called content, for exmaple
    Code:
    createEmptyMovieClip("content", 1);

  4. #4
    Junior Member
    Join Date
    Oct 2002
    Location
    Oregon
    Posts
    4
    Thanks! Got it to work after adding the code.
    Now I just need to tie in the tutorial with my setup.
    Thanks again!

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