A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: how do i make a replay button?

  1. #1
    Junior Member
    Join Date
    Dec 2003
    Location
    NYC
    Posts
    5

    how do i make a replay button?

    can someone please teach me how to make a replay button? and please specify all steps. thanks
    _jennn

  2. #2
    Newbie Infantry infantry's Avatar
    Join Date
    Jan 2003
    Location
    Chi-Town
    Posts
    258
    First you would need to create a button http://www.flashkit.com/tutorials/Sp...-937/index.php You can use any kind of button, even the ones from the library...

    Now just go click on the button, click on actions button, and paste this ActionScript.

    Code:
    http://www.flashkit.com/tutorials/Special_Effects/_Flash_p-theCaram-937/index.php
    I'm still learning Flash!

  3. #3
    Junior Member
    Join Date
    Dec 2003
    Location
    NYC
    Posts
    5
    code?
    _jennn

  4. #4
    Newbie Infantry infantry's Avatar
    Join Date
    Jan 2003
    Location
    Chi-Town
    Posts
    258
    Sry,

    here you go:

    Code:
    on (release) {
    	gotoAndPlay(1);
    }
    I'm still learning Flash!

  5. #5
    Junior Member
    Join Date
    Dec 2003
    Location
    NYC
    Posts
    5
    thanks
    _jennn

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