A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Question

  1. #1

    Question

    I have a movie clip, call this MOV1, inside this movie clip I have 6 movies all on seperate keyframes.

    On each keyframe I have a stop action which stops MOV1 and allows the lip in that keyframe to be played. Once the clip in the stopped keyframe has finished, how do I tell it to move to keyframe2 in MOV1 and play. on the goto and play you cant seem to select a "Movie" only a scene
    Pickers

  2. #2
    Banned NTD's Avatar
    Join Date
    Feb 2004
    Posts
    3,438
    Hi,

    Targeting frame labels is a better method than targeting scenes. Put a frame label on each frame of the MOV1 movieclip and target that frame label. You could even put code on the last frame of the movie that is on each keyframe of MOV1 to advance the playhead in the MOV1 movieclip...

    _root.MOV1.nextFrame()

    or

    _root.MOV1.gotoAndStop('frameLabel')

  3. #3
    I tried that but it just isnt working, It just keeps looping round keyframe 1 in MOV1.

    arghhhhhhhh
    Pickers

  4. #4
    Banned NTD's Avatar
    Join Date
    Feb 2004
    Posts
    3,438
    Hi,

    Maybe post a sample of the code your using or post a demo file in MX format.

    NTD

  5. #5
    Theres an example of what im trying for.
    Attached Files Attached Files
    Pickers

  6. #6
    sockpuppet
    Join Date
    Mar 2005
    Posts
    323
    Here for you.
    Attached Files Attached Files

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