A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: is Pause button possible?

  1. #1
    Junior Member
    Join Date
    Feb 2002
    Location
    Houston
    Posts
    16

    is Pause button possible?

    Is it possible to make a pause and play button in flash? Or do I just have to make my continous movie stop at the end of each scene?

    sleong

  2. #2
    Senior Member
    Join Date
    Jan 2001
    Posts
    157
    You can do the following:

    with "_currentframe" you can know in which frame is the movie every time. So when you push the stop button you can "capture" that position and then when you push the start button you can make the movie start from that position...

    syntax:
    MC._currentframe;

    regards
    Darkseed. Graphic Designer.

  3. #3
    Denim Demon
    Join Date
    Jun 2002
    Location
    Outside of society
    Posts
    514
    Actually, you can just create buttons that have stop and play actions. Simple as that.
    Button script:

    on (press){
    stop( );
    }

    Other button:

    on (press){
    play( );
    }
    Davy Paycheck- Kicking more ass than your daddy on a 3 bottle night.

  4. #4
    Junior Member
    Join Date
    Feb 2002
    Location
    Houston
    Posts
    16
    Great! that work... thanks a lot

    sleong

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