A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: [F8] Reverse timeline animation with stops

  1. #1
    I'm learning... Thankful's Avatar
    Join Date
    Jun 2005
    Location
    e.v.e.r.y.w.h.e.r.e
    Posts
    487

    [F8] Reverse timeline animation with stops

    Hello my forum buddies!

    Have a little trouble with Flash similar to this simple example. I attached both, SWF as well as FLA files, and I would greatly appreciate if someone can assist me here...

    The problem: There are two buttons on the screen, forward and backward actions. There are 7 stop actions on the main time line. When button "forward" is pressed, little stick-man moves to the first stop point and then stops... pressing "forward" again, allows that little man to move forward to the next first stop point. Everything works perfectly till the end Stop point number 7.

    I would like to get this... when button "backward" is pressed, man should move back to the first stop point to his left. Right now, when button "Backward" is pressed, little man moves all the way back without stopping at any Stop point...

    FLA file is attached and SWF can be checked here:



    Can this be easily solved ?

    I appreciate any help ! Thanks in advance and you all have a wonderful rest of the day !
    Attached Files Attached Files
    :: ONLINE PORTFOLIO :: web site (Flash version 7 required, recommended screen resolution: at least 1024x768 pixels)

    :: SASHA-Z-CREATIONS :: web site

  2. #2
    anyone else hear that? flashpipe1's Avatar
    Join Date
    Jan 2003
    Location
    Upstate NY
    Posts
    1,930
    You bet...throw this after the stop(); on each of your 'Action Layer' frames:

    Code:
    if(_root.control._currentFrame==2){
    	_root.control.gotoAndStop(1);
    }
    Hope that helps!!
    Love like you've never been hurt, live like there's no tomorrow and dance like nobody's watching.

  3. #3
    I'm learning... Thankful's Avatar
    Join Date
    Jun 2005
    Location
    e.v.e.r.y.w.h.e.r.e
    Posts
    487
    Oh my God!

    Thanks a million !!! This solved all my today's problems, lol. Thank you so much, you sure made my day!

    Best Regards!
    :: ONLINE PORTFOLIO :: web site (Flash version 7 required, recommended screen resolution: at least 1024x768 pixels)

    :: SASHA-Z-CREATIONS :: web site

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