Can i make a button change anchor link when you scroll down the site?

I am trying to make a scroll site.. and i have navigation buttons on the right, a full menu, but also a "1 topic up" button and "1 topic down" button.
Is there any way that i can have those buttons change anchor link when you scroll down the site.
Example:
I am at home, then i press "1 topic down" and gets scrolled to the next topic on the website, but then i cant make the button change to link to the anchor below that, so the button becomes useless after that 1 press.
Is that in any way possible in Muse to make it change link?

Hi
You can try to create different buttons on page positions where down scrolling will be active with separate button actions. For example you click on "I topic down" , page scrolls and there is another button placed with "Next Topic down" , on click this would scroll the page more and similarly along the length of page.
Button with anchor link scrolling down the page cannot be used for different anchor links, creating different buttons with anchors is the solution.
Thanks,
Sanjit

Similar Messages

  • Does anyone know how to select text in Appleworks, click on the font button and then be able to scroll thru all the font so that one can see the text change as you scroll down the list, at present  I have to do it one font style at a time and then repeat

    does anyone know how to view text in Appleworks, to be able to click on the font button and then be able to scroll thru all the font so that one can see it change as you scroll down the list, at present  I have to do it one font style at a time and then repeat? Thanks jl

    Welcome to the Apple forums
    Your question really belongs in the AppleWorks community/forum.
    You can turn on fonts in actual type in the AppleWorks preferences.

  • How can you change apps store when you travel around the world?  After upgrading to IOS6, suddently my iPad has switch me to the greek apps store instead of leaving me into my canadian apps store.  Therefore, I cannot upgrade 60  apps on my iPad.

    How can you change apps store when you travel around the world? 
    After upgrading to IOS6, suddently my iPad has switch me to the greek apps store instead of leaving me into my canadian apps store.
    Therefore, I cannot upgrade 60+ apps on my iPad.
    Does someone know how to revert this situation?
    Thanks for your help!

    Try this:
    1. App Store>Feature>Apple ID (at bottom of page)
    2. Tap on Apple ID>View Apple ID
    4. Enter your password
    5. Country/Region>Change Country or Region

  • I have added/embedded four videos on my website, but when I scroll down, the videos scroll in front of the top menu instead of behind as it should. I have tried changing layers, etc., and nothing works. Can you help?

    I have embedded 4 videos on my website. It is a single page, scrolling site. When I scroll down, the videos scroll in front of the top menu bar, instead of behind it. I have tried changing layers, etc., and nothing works. Please help.
    Thanks.
    Paul W. Norman

    Hi,
    Kindly create a new layer, via the Layers panel:
    Then, right click on the navigation bar, and choose Move to Layer > Layer 2
    Ensure that Layer 2 is on top of the other layers.
    Hope it helps,
    Sonam

  • When you scroll to the bottom of the list of files in Finder, the left to right scrollbar doesn't let you click the last file and it covers the file for a while until it disappears. Is this a bug? How do I not make that happen?

    When you scroll to the bottom of the list of files in Finder, the left to right scrollbar doesn't let you click the last file and it covers the file for a while until it disappears. Is this a bug? How do I not make that happen?

    An odd workaround: click "Always" in System Preferences/General/Show scroll bars. The scroll bars will always show, but they won't cover your last file.
    See this other post: https://discussions.apple.com/message/20572471#20572471

  • How to make one button change many links??

    Hallo,
    i am trying to make a button to change its url from an external folder.
    Is that possible ?
    Im trying :navigateToURL(new URLRequest("http://+"stoixeia/url_"+epilogi+".txt")+");
    can someone help plz ?

    this is my code without the button and the navigate code that works perfect
    import fl.transitions.Tween;
    import fl.transitions.TweenEvent;
    import fl.transitions.easing.*;
    var epilogi:int=1;
    var sinolo;
    var platos:int=98;
    var ipsos:int=98;
    var direct:int=0;
    var arxikox:int;
    var myTween:Tween;
    stop();
    var mTextLoader:URLLoader = new URLLoader();
    mTextLoader.dataFormat=URLLoaderDataFormat.VARIABLES;
    mTextLoader.addEventListener(Event.COMPLETE, oLoaded);
    mTextLoader.load(new URLRequest("stoixeia/no.txt"));
    function oLoaded(e:Event):void {
        sinolo=int(e.target.data.sinol);
        platos=int(e.target.data.plat);
        ipsos=int(e.target.data.ips);
        nextFrame();
    arxikox=afisa.x;
    maska_eikonas.width=afisa.kadro_0.width=afisa.kadro_1.width=afisa.kadro_2.width=platos;
    maska_eikonas.height=afisa.kadro_0.height=afisa.kadro_1.height=afisa.kadro_2.height=ipsos;
    afisa.kadro_0.x=-1*platos;
    afisa.kadro_1.x= 0*platos;
    afisa.kadro_2.x= 1*platos;
    var myUTextLoader:URLLoader = new URLLoader();
    myUTextLoader.dataFormat =URLLoaderDataFormat.VARIABLES;
    myUTextLoader.addEventListener(Event.COMPLETE,loadedU);
    myUTextLoader.load(new URLRequest("stoixeia/url_"+epilogi+".txt"));
    var a:Timer=new Timer(4000);
    a.start();
    a.addEventListener(TimerEvent.TIMER,pi);
    loadimage (0,2);
    loadimage (1,1);
    loadimage (2,sinolo);
    var myTextLoader:URLLoader = new URLLoader();
    myTextLoader.addEventListener (Event.COMPLETE, onLoaded);
    myTextLoader.load (new URLRequest("stoixeia/plirofories_"+epilogi+".txt"));
    var m1TextLoader:URLLoader = new URLLoader();
    m1TextLoader.dataFormat = URLLoaderDataFormat.VARIABLES;
    m1TextLoader.addEventListener (Event.COMPLETE, o1Loaded);
    m1TextLoader.load (new URLRequest("stoixeia/timi_"+epilogi+".txt"));
    function onLoaded (e:Event):void {
        this.keim.text = e.target.data;
    function o1Loaded (e:Event):void {
        var r:int;
        titl0.text = e.target.data.titl;
    function pi (e:Event):void {
        epilogi--;
        direct = -1;
        if (epilogi == 0) {
            epilogi = sinolo;
        kinisi ();
        myTextLoader.load (new URLRequest("stoixeia/plirofories_"+epilogi+".txt"));
        m1TextLoader.load (new URLRequest("stoixeia/timi_"+epilogi+".txt"));
    function loadimage (pou:int,poio:int) {
        var loder = new Loader();
        loder.load (new URLRequest("stoixeia/img_"+poio+".jpg"));
        if (afisa["kadro_" + pou].numChildren == 2) {
            afisa["kadro_" + pou].removeChildAt(1);
        afisa["kadro_" + pou].addChild (loder);
        afisa["kadro_" + pou].width=platos;
        afisa["kadro_" + pou].height=ipsos;
    function kinisi ():void {
        myTween= new Tween(afisa, "x", Elastic.easeOut, afisa.x, afisa.x+(direct*platos), 1, true);
        myTween.addEventListener (TweenEvent.MOTION_FINISH,paok);
    function paok (e:TweenEvent):void {
        alaksetheseis ();
    function alaksetheseis ():void {
        afisa.x = arxikox;
        var whatload = epilogi + direct;
        if (whatload == 0) {
            whatload = sinolo;
        if (whatload > sinolo) {
            whatload = 1;
        if (direct == 1) {
            if (afisa.kadro_0.x <= 0) {
                afisa.kadro_0.x += platos;
            else {
                afisa.kadro_0.x=-1*platos;
                loadimage (0,whatload );
            if (afisa.kadro_1.x<=0) {
                afisa.kadro_1.x+=platos;
            else {
                afisa.kadro_1.x=-1*platos;
                loadimage (1,whatload );
            if (afisa.kadro_2.x<=0) {
                afisa.kadro_2.x+=platos;
            else {
                afisa.kadro_2.x=-1*platos;
                loadimage (2,whatload );
        else {
            if (afisa.kadro_0.x>=0) {
                afisa.kadro_0.x+=-1*platos;
            else {
                afisa.kadro_0.x=platos;
                loadimage (0,whatload );
            if (afisa.kadro_1.x>=0) {
                afisa.kadro_1.x+=-1*platos;
            else {
                afisa.kadro_1.x=platos;
                loadimage (1,whatload );
            if (afisa.kadro_2.x>=0) {
                afisa.kadro_2.x+=-1*platos;
            else {
                afisa.kadro_2.x=platos;
                loadimage (2,whatload );
    can u help me add a button and make it change the url ?

  • Can't find IPhone app for Calendar view when you turn on the phone - anyone

    I read about (can't remember where) an Iphone app that allows you to choose your calendar view as the thing you see when the phone is turned on before you slide the arrow to the right to open everything up; meaning, you can just press the top button or the bottom screen button and immediately see your calendar. Does anyone know what this app is called? I can't find it anywhere! Thanks!

    The Health app is a default app and cannot be deleted. Search for the Health app by touching the screen and sliding your finger down to reveal Spotlight search. Type in Health and the Health app should come up. That means its on your iPhone somewhere.

  • Where did the iPod shortcut button go when you double click the home button and scroll to the left?

    After upgrading to iOS 4.3.2 I have noticed that when I double click the home button the multitasking tray pops up when you scroll to the left the ipod shortcut is no longer there, it has been replaced by a safari shortcut. Is this right??

    Reset
    Have you tried rebooting the device? Hold down on the sleep and home buttons until the Apple logo appears on the screen. If this fails, connect it to a power source and try again holding them for at least 20 seconds.
    Reset Home Screen
    Reset All Settings
    Reset all settings on Device. On your Device, open Settings, then navigate to “General” in the left-hand pane. Scroll down and tap Reset, then select “Reset All Settings.” This will delete any stored WiFi passwords and Appleid login information, but can result in a more stable function. On the final screen you will restore your backup or “Setup as new device” to keep current info intact.

  • When I swipe down the notification center, I can not find "tap to tweet" or "tap to post." How can I put it back?

    When I swipe down the notification center, I can not find "tap to tweet" or "tap to post." How can I put it back?

    Hi there,
    When I swipe down the notification center, I can not find "tap to tweet" or "tap to post." How can I put it back?
    I can help you with that!
    Go to Settings > Notifications > Share Widget and toggle Notification Center to ON.
    If Notification Center is OFF in the Share Widget, then the Share Widget will be located under the sub-heading "Not In Notification Center."
    If Notification Center is ON in the Share Widget, then the Share Widget will be located under the sub-heading "In Notification Center."

  • HT5312 how do u change security questions when u cant answer the ones in place

    how do u change security questions when you cant answer the ones in place????

    You need to ask Apple to reset your security questions; ways of contacting them include clicking here and picking a method for your country, phoning AppleCare and asking for the Account Security team, and filling out and submitting this form.
    (97019)

  • How can i make a button link in flash??

    Hey Guys,
    Im pretty new to flash but really need your help and
    guidance. I have a nice video ive created, and i want to make the
    buttons link to certain pages on a website it will be displayed at.
    If you want to see the flash video in place on the website,
    visit www.loveandmarriagebridal.co.uk - i want to make the buttons
    to link to the following pages.
    button 1. www.loveandmarriagebridal.co.uk/index.php
    button 2. www.loveandmarriagebridal.co.uk/about_us.php
    button 3. www.loveandmarriagebridal.co.uk/
    button 4.
    http://loveandmarriagebridal.co.uk/account.php
    button 5.
    http://loveandmarriagebridal.co.uk/contact_us.php
    Could anybody please tell me exactly what i need to do in
    order to acheive that. I am using Flash CS3. Ive looked around the
    net for a solution, but i honestly have no idea what im searching
    for.
    Your help would be very much appreciated
    Thanks
    Andy

    See which form of ActionScript you used to make the site.
    Open the Actions panel and see whether you've chosen AS versions 1
    & 2, or AS 3. If you've picked the earlier versions, you can
    attach a link easily to each button by clicking on the button, and
    adding a little code in the Actions panel. Turn on ScriptAssist to
    make it easier. Click on "on" and choose "release" or "press" or
    both. Then scroll down the commands on the left and add getURL. You
    will then have a few lines that say something like, on(Release)
    getURL("putyourpageurlhere"). See bottom for exact syntax. That's
    all. The new .html or .php page will load when the button is
    clicked.
    If your buttons are not actually four-state buttons, but
    graphic or movie clip symbols, you will have do it a little
    differently. Instead of attaching the code to a button, you attach
    it to a keyframe. You give your symbol an instance name in the
    property panel, then in the Actions panel create a function that
    says essentially: when you click on this instance (onRelease)
    getURL.
    If you're using AS3, the concept is similar but the code is
    different. With a quick search you can find dozens of code examples
    that you can cut and paste.
    Here's that AS2 button code...

  • How can I make a button "react"?

    This is probably a super silly question, but you know how it is, sometimes we sit on the answer and still can't find it... How can I make a button react to a click? I just want the simple effect of the button changing colors or looking like the user pushed it. Right now it's just the same old plain button, no matter if I click it or not, you can't really tell the difference. How can I give it the "pushing the button" effect? Thanks guys!

    You can choose image button and then choose from the available image buttons, or click on the folder icon when you select the image button and choose from the Gallery of Captivate 6.
    Few image buttons change color on hover or onclicked, these effects are predefined in them.
    Or you can edit that button on which you are working, from properties Panel.
    The Post and Cancel button on this thread seems like a transparent button in Captivate with different fill and stroke color, and transparency is also less, and with corner radius of 0.
    You will find these all optionns, when you will click on that button and then click on the properties panel.
    Thanks.

  • Framemaker uses $filename for short file name, can we edit this to change appearance? We do not want the short file name of long filename to include the .fm extension can this be removed or modified to make this happen?

    Framemaker uses <$filename> for short file name, can we edit this to change appearance? We do not want the short file name of long filename to include the .fm extension can this be removed or modified to make this happen? In compiling our books it would be helpful to not have this extension appear as it then requires us to create extra files without them.

    See: System Variables

  • How can I make a button that on press the object appears and on second press the object to disappear

    Hello,
    I'm quite new to flash programing, and I don't know how can I make a button that will make the object appear and disappear.Till now I have this code for the appear:
    on (press)
        _root.top1.gotoAndStop(2);
        _root.topp.gotoAndStop(2);
        _root.mm1.gotoAndStop(2);
              _root.m1.gotoAndStop(2);
    but from here I'm stuck.
    Thank you for your help

    What you can do is use the _visible property of the object to make it appear and disappear, or more correctly, use the opoosite of the _visible property.  You should not put code "on" objects, keep it in the timeline.
    If "object" is the instance name of the object you want to toggle, then in the timeline code you can use...
    object._visible = false;  // start with the object being invisible
    yourButtonName.onRelease = function(){
        object._visible = !object._visible;
    That one line in the function sets the object's _visible property to be the opposite of what it currently is.

  • How can I make my buttons be gone forever?

    Just starting out with Flash and have run into a problem. I have several scenes with buttons that can be pressed once and then they disappear using:
    myBtn1.onRelease = function(){ this._visible=false}
    But when I go back to the scene the buttons reappear. How can I make my buttons be gone forever?

    if you have more than 1 button that should be made not visible at any given time, you'll need to use an array to store those button references.  otherwise, you can use:
    var alreadyRemoved:Boolean;
    if(alreadyRemoved){
    myBtn1._visible=false;
    myBtn1.onRelease=function(){
    this._visible=false;
    alreadyRemoved=true;

Maybe you are looking for

  • The ipod cannot be updated. An unknown error occurred (-4)

    I was prompted to install the new version of iTunes. Then I installed the update software ... and now I'm getting the error message in the subject line. I've tried, reinstalling, rebooting, resetting ... nothing seems to work. What now???

  • Call File Adapter Externally and Pass on File name

    HI experts, We have a requirement where we need to call a file adapter externally to poll for a file. The File name needs to be passed on to the called Adapter and the adapter will poll for that particular file. Once it polls we will need to stop it

  • Feed is no longer updating in iTunes store

    I have been using PodPress in our Wordpress site to produce our podcasts for over a year now with no problems. I have not made any changes in settings. However, about 2 weeks ago, my iTunes feed stopped updating. When I validate the feed, it says eve

  • Hidden Photo Album

    I did the most recent OS upgrade and part of that is a new version of iPhoto, now Photos... My first impression is rather negative, but the problem I'm having now is that the "Hidden Photos" option is no longer present in the "View" menu. I have hund

  • Interactive access control

    on cisco routers, the following commands are available. login block-for - blocks x seconds after y login tried within z seconds login on-success and login on-failure log success/failure login requests these commands are not available on the ASA 5510/