Welcome to TalkGraphics.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2001
    Location
    pittsburgh
    Posts
    14

    Default

    Hi,
    I am new to flash and am trying to make a project. I want to make 2 buttons one to go forward thru frames and one to start at the current selected page and go backward. Like paging thru a book.
    on (release){
    } stop ();
    on (press){
    gotoAndplay (31);
    }
    on (release){
    stop ()
    }
    I have been able to make the button go forward but when I stop it it returns to the beginning on press instead of from where it left off.
    The same thing in reverse except when I put in the code
    on (release){
    } stop ();
    on (press){
    gotoAndplay (39);
    }
    on (release){
    stop ()
    }
    except It wont even go backward.
    Can anyone tell me how to get this thing to work??
    I'll be eternally indebted to you.

    PS. I tried using variables as x + x+1 but and x = x - 1 but I couldnt get them to work either.

  2. #2
    Join Date
    Sep 2001
    Location
    pittsburgh
    Posts
    14

    Default

    Hi,
    I am new to flash and am trying to make a project. I want to make 2 buttons one to go forward thru frames and one to start at the current selected page and go backward. Like paging thru a book.
    on (release){
    } stop ();
    on (press){
    gotoAndplay (31);
    }
    on (release){
    stop ()
    }
    I have been able to make the button go forward but when I stop it it returns to the beginning on press instead of from where it left off.
    The same thing in reverse except when I put in the code
    on (release){
    } stop ();
    on (press){
    gotoAndplay (39);
    }
    on (release){
    stop ()
    }
    except It wont even go backward.
    Can anyone tell me how to get this thing to work??
    I'll be eternally indebted to you.

    PS. I tried using variables as x + x+1 but and x = x - 1 but I couldnt get them to work either.

  3. #3
    Join Date
    Aug 2000
    Location
    Westbank, BC Canada
    Posts
    1,387

    Default

    Hi anamatrix...

    You'd be better off going to the Flash Forum here. I'm very sure your question will get answered quite swiftly. But this is a "3D graphics" forum, and not the right place to be asking about Flash. [img]/infopop/emoticons/icon_wink.gif[/img]

    PS: not that some of us aren't familiar with the app. [img]/infopop/emoticons/icon_biggrin.gif[/img]

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •