A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: please help buttons not loading mc....?

  1. #1
    Senior Member mr.pbody's Avatar
    Join Date
    Nov 2005
    Posts
    247

    please help buttons not loading mc....?

    hi all!

    my index page is not loading the swf files from the buttons. can someone please take a look and assist me?

    files (index, contact) are here

    my index button script is:

    b1.onRollOver = over;
    b1.onRollOut = out;
    b1.onRelease = home;

    function over() {
    this.gotoAndPlay(2);
    }
    function out() {
    this.gotoAndPlay(16);
    }
    function home() {
    _root.emptyMC.loadMovie("home.swf");
    }

    the emptyMC on my index page is instance named "emptyMC".

    thanks so much.
    Committed to excellence through art.
    DarkEdgeDesign

  2. #2
    It's a long way to the middle launchpad67's Avatar
    Join Date
    Oct 2004
    Location
    Prescott, Arizona
    Posts
    1,387
    Without looking at your files, mabey this might help. (line edited below)
    _root.loadMovie("home.swf", "emptyMC");

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