A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: how to make load movie level1 and make it start where I want ?

  1. #1
    Junior Member
    Join Date
    Feb 2001
    Posts
    8

    Red face

    Hello

    I would like to load a movie on level 1 of the main movie. Up to know it works fine but the loaded movie starts at frame 1.
    Is there a way to make it start on a label which is not on frame 1 ?


    Thanx again

    Julien

  2. #2

    Smile why a label?

    hi you can just target a frame

    loadMovieNum ("yourMovie", 1);
    _level1.gotoAndPlay(frame#);

    hope this helps!

    [Edited by Cheeetah on 06-13-2001 at 12:29 PM]

  3. #3
    Junior Member
    Join Date
    Feb 2001
    Posts
    8

    Re: why a label?

    Originally posted by Cheeetah
    hi you can just target a frame

    loadMovieNum ("yourMovie", 1);
    _level1.gotoAndPlay(frame#);

    hope this helps!

    [Edited by Cheeetah on 06-13-2001 at 12:29 PM]
    Thanx cheetah.
    But I am quite a beginner and how shoud I right it ? the way you did or is there a specific synthax to respect.
    If there is one, is it possible to click on a pre-defined action in the action menu to write it properly.
    Thanx again

    Julien

  4. #4

    Smile

    Well you can either use the actions on the left hand side of the actions panel or you can just copy/paste it into the window on the right hand side and edit it in the box below

  5. #5
    Junior Member
    Join Date
    Feb 2001
    Posts
    8

    Smile

    Originally posted by Cheeetah
    Well you can either use the actions on the left hand side of the actions panel or you can just copy/paste it into the window on the right hand side and edit it in the box below
    OK for the action on the left hand side. I know what to do with for the load movie but what type of action should I select for the _root.frame(#) ? There is apparently no pre-written action to set the path up to me ?
    Of course I could copy your code but I might make a mistake in the synthax next time.

    Thanks agin

    Julien

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