*F5_weirdness <<<

Out of context: Reply #2

  • Started
  • Last post
  • 5 Responses
  • frankbb0

    So if I reading this right you want to send a new swf a variable temp1, when it loads..

    if so..

    Its beacuse of a problem with flash you are sending the variable to eairly. It hasn't loaded yet, the movie that is(flash's problem not yours)

    So what you need to do is get the loaded movie to ask back what the varible is..

    ie.

    place the temp1 var in the root of your movie.
    Then place in the new movie on the first frame..

    newtemp1 = _level0.temp (or whatever level the var is at).

View thread