A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Flash 8/mx timeline control "back 3 frames"

  1. #1
    Junior Member
    Join Date
    Apr 2007
    Posts
    6

    Flash 8/mx timeline control "back 3 frames"

    I have created a gallery on a timeline. There is an image every 3 frames, I am looking for a script that when the back button is clicked, it will move back 3 frames in the timeline ( to view the previous image). So far I have only been able to find script that will go to the last frame. Does anyone know a solution to this problem?

    thanks for any suggestions,
    Mikal

  2. #2
    var x:Number = 1; x /= 0;
    Join Date
    Dec 2004
    Posts
    549
    Code:
    on(release){
    _root.gotoAndStop(_currentframe - 3);
    }
    If it is not on the main timeline, change _root. to the name of the object
    Z¡µµ¥ D££

    Soup In A Box

  3. #3
    Junior Member
    Join Date
    Apr 2007
    Posts
    6
    Thank You i will try it right now

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