A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Tell Target help - urgent!

  1. #1
    Junior Member
    Join Date
    Aug 2000
    Posts
    15
    Pls help - the following code doesn't seem to work ...

    on my main swf file, I have on a scene the following (flash5 syntax) ..

    loadMovieNum ("living.swf", 1);
    tellTarget ("_level1/movLiving") {
    gotoAndStop ("Money");
    }

    where ..
    "living.swf" is a second flash movie that is loaded onto level 1; "movLiving" is an instance of a MC inside living.swf; and "Money" is a frame Label inside the MC

    .. what's wrong with the coding?

    Your help is appreciated!!!!

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Posts
    263
    calvins,

    Actually there is nothing wrong with your code, if Flash
    could load "living.swf" in a lot less that a micro second.
    But since we don't have speed of light machines, you
    will have to settle for making the code wait for "living.swf"
    to load before telling mc "movLiving" to gotoAndStop at
    "Money"

    Hope this helps.
    MA

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