A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Play Backwards?

  1. #1
    Junior Member
    Join Date
    Sep 2002
    Posts
    9
    I have some keyframes that open a subnavigation, and it would be cool if I could close it by just playing it backwards..... how do you tell the playhead to go backwards like 50 frames?





  2. #2
    Senior Member
    Join Date
    Apr 2002
    Posts
    157
    create a blank MC with the following actions:

    frame 1:
    _root.MCinstancename.prevFrame();

    frame 2:
    gotoAndPlay(1);

    make sure that "_root.MCinstancename" matches the level and instance name of your movie clip.

  3. #3
    Junior Member
    Join Date
    Sep 2002
    Posts
    9
    it didn't work. it only stopped the movie..

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