Help Flash... Button control

In creating a flash document, I'll have his game...

I have a stop, play and pause button. My play and stop buttons works fine using the script below. I can't understand how to do the key work break?

Help, please!

Thank you

on (release) {}

//Stop of his behavior

_global. Behaviors.Sound.background1.stop ("river_sound");

}

on (release) {}

/ / Play behavior

_global. Behaviors.Sound.background1.start (0,1);

/ / Put an end to his play behavior

}

Hello

Here's the code help u

play01.onRelease = function() {}

Sound.Start (CUE);

};

pause01.onPress = function() {}

Mark = Math.round(sound.position/1000);

Sound.Stop ();

};

Saransoft

Tags: Adobe Animate

Similar Questions

  • Help, I'm controlling a flashing, sending him a value true or false within a box structure.

    Help, I'm controlling a flashing, sending him a value true or false within a box structure. The LED changed to resemble a specific indicator, so I can't just create a property node for LED and the value that flashes (unless someone can tell me how). I can see a number of ways to put my blinker indicator changed positions, but they all use while loops. What I am struggling with is controlling the while loop using a Boolean true or false.

    What I try to achieve is to create a virtual car dashboard and control using serial data. I built a VI as follows 3 bytes from the serial port and the data that I send to the VI will be in the form of a letter followed by 2 numbers. I uses the letter to settle the case structure then change numbers to different cases selected by the letter.

    I compare then 2 numbers and according to the ASCII values, I'm a true or false for the comparison.

    So once I set the indicator flashes, I need that it continues to Flash until he gets another command to stop.


  • Help my Flash buttons

    I use flash buttons in my web site. Instead of text highlighted. Well, they work very well in the development tool, but when I put them on my site they do any work? What could be the problem? I've tried different directories still do not work?
    Mitch

    > what would you suggest in are flash buttons

    Graphics (GIF/JPG/PNG), or CSS style text.

    > Why are they on ly on the hobby sites?

    Car-

    1. those who do not have the plugin installed Flash will not see the link.
    2. those who need occasional on-screen will not see the link.
    3 search engine spiders will not see the link (if your site will not be
    indexed).
    4. If you move or rename a file that this button is bound, the link in
    the button will be automatically updated to reflect the change you just
    do.
    5. they look scary.
    6. I don't remember this one.
    7. it is a problem of maintenance for you (I just added this so that the list would be
    look longer).

    Those who work?

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    http://www.dreamweavermx-templates.com - template Triage!
    http://www.projectseven.com/go - DW FAQs, tutorials & resources
    http://www.dwfaq.com - DW FAQs, tutorials & resources
    http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
    ==================

    "Mitch5713" wrote in message
    News:eluqtu$San$1@forums. Macromedia.com...
    > would you suggest to the lie of the flash buttons and why are they on ly
    > hobby sites?

  • Satellite M30X S214: CD button control does not work

    I have a Satellite M30x S214 and I do not have the drivers for the CD-DVD button control.
    Please I need the drivers CD control button.

    someone help me?

    Have a look here:
    http://EU.computers.Toshiba-Europe.com/cgi-bin/ToshibaCSG/download_drivers_bios.jsp

    and reinstall the utility called Easy Button.

    concerning

  • The button control for CD - DVD on Satellite M70-166 does not work

    I don't have a model Satellite M70-166. PSM71E and the CD-DVD button control does not work (up to a few days ago it worked...).

    can someone help me?

    Thank you!

    Try to roll back OS to an earlier time using System Restore utility. If this does not help please let us know.

  • Unistall button control panel says that the Setup log file is missing.

    I have been using a registered version of Lightroom 5.4. I tried to uninstall it but the button control panel uninstall produced the answer that the Setup log file is missing and it wouldn't uninstall. I tried to delete all the files in and then put it back, hoping that he might happen to remove or repair. I have now two versions of 5.4 64-bit showing in Panel, neither of which I can uninstall. Help please.

    The uninstaller entry in Control Panel is created by an entry in the register. Remove the registry key will remove the list. This is normally done by the uninstallation process, but because quite simply, you have deleted the files, he left the info record behind. As shown here should clean your registry: solve the problems that the programs may not be installed or uninstalled

  • loading html document stored on the local hard drive using the 'flash' button

    Hello! I use adobe cs 5.5 flash (action script 3), and I need to load an html document into my hard drive using the 'flash' button I tried navigateToURL (thanks kglad). Here is the code:

    quizstart_btn.addEventListener (MouseEvent.CLICK, arithmeticlesson);

    function arithmeticlesson(event:MouseEvent):void

    {

    navigateToURL (new URLRequest("file:///C:/quiz/truequiz.html)", "_blank");

    }

    But I want to play my flash file to the other computer. In order to access the truequiz.html, I'll make a folder named quiz to C:\.

    How can I load this html file to other computers without creating a folder to C:\? Sorry for the dumb questions. I'm new coding. Thanks in advance!

    Is there another html file that includes the swf file?  If so, it is in a different folder, then you need to adjust the path so that the swf file target html file as if it were in the same folder as the html page that incorporates.

    Are other than that, you getting any kind of error message from security to try to link to the page in this way?

    I really enjoyed my visit here.  We went in February, the coldest time of the year, and when I got my mother-in-law apologized for the cold, it was then that I was just there dripping with sweat.  Where I am now (upper NY) it is-10 degrees...  If here and there, I'd be a temperature controlled indoor environment.

  • Click on the button control symbol Manager feature

    Hello

    I have a picture of remote control that has 2 buttons (button slide & graphical button bar).  With the help of resdesign , the first button controlling a slide show of 15 images works.  In the show, there is question slides that should launch a symbol of motion graphics bar showing the results.  I am able to launch the first chart bar to slide 3.  I use the container method to place the graphic bar on the stage.  The graphic symbol bar can be closed using a click event in the symbol.   Here are my questions:

    1. How to toggle the bar graph off OR remove the graphic barcode symbol when the graphic bar button is clicked again.
    2. How to prevent multiple instances of the bar graph to launch in the container?
    3. How to close the bar chart, if the user moves to the next slide?

    Here's the code to control the button of the bar graph on compositionReady:

    bgOn var = false;

    {sym.$("buttonbg"). Click (Function ()})

    If (bgOn == false) {}

    sym.createChildSymbol ("bg1", "bargraph_container3");

    container var = sym.getSymbol ("bargraph_container3");

    SYM. Container ("BG1"). Play();

    bgOn = true;

    }

    else {}

    SYM.deletesymbol ();  If graphic symbol bar is already activated, when buttonbg is pressed again then delete 'bg1.

    bgOn = false;  back to false, click will revive "bg1.

    }

    Here's the project file.

    http://DL.dropbox.com/u/10647145/necc_viewer_nov2012.zip

    Thanks for your time,

    -Robert

    ==> the file attached.

    (1) symbol 'stage', compositionReady:

    sym.bgOn = false;

    {sym.$("buttonbg"). Click (Function ()})

    If (! sym.bgOn) {}

    SYM. BG1 = sym.createChildSymbol ("bg1", "bargraph_container3") .play ();

    container var = sym.getSymbol ("bargraph_container3");

    Container ("BG1"). Play();

    sym.bgOn = true;

    } else {}

    SYM. BG1.deleteSymbol ();  If graphic symbol bar is already activated, when buttonbg is pressed again then delete 'bg1.

    sym.bgOn = false;  back to false, click will revive "bg1.

    }

    });

    (2) "bg1" symbol, close.click:

    sym.getParentSymbol("bargraph_container3").getParentSymbol ("step") .bgOn = false;

    sym.deleteSymbol ();

  • flash button to interact with the object to 3Dpdf

    Hello

    Here is my project, I built a menu with different buttons. SWF in my 3D window to interact with my 3D object.

    With this button, I want to play an animation, a changerendermode, play a video on a 3D etc. face and many other functions that are in a file. JS

    For more information, I begin in actionscript.

    I read on the internet that we must use the 'ExternalInterface.call("saveglobalscore",score) '.

    Here's what I put in my flash button

    function anim (pEvt: Event): void

    {

    ExternalInterface.call("saveglobalscore",score) ("changeRenderModeillustration");

    }

    btn_anim.addEventListener (MouseEvent.CLICK, anim);

    But nothing happens in my 3D window while my function does not appear in my. JS

    I don't understand what the problem is!

    Thank you very much for your help!

    The SWF file is send commands to the document, not to the JavaScript file that you attached to the 3D annotation. See my previous answer on the creation of a function at the level of the document.

    I don't have an example of the FlashEventHandler system that I can share this moment, we will soon have a tutorial about it, but we are working on some things behind the scenes first.

    I made a tutorial in two parts in the Acrobat 9 days which covers how Flash can be used in the 3D scenes as a material and the same general concepts on ACE<>JS communication discuss in part 2 applies when the SWF file is a foreground sprite (the 3D API has not changed in the X version):

    http://acrobatusers.com/tutorials/using-Flash-3D-material-part-2-2

  • Linking links xml Flash buttons

    Hi all, I'm in a bit of a link here I fight to bind my links xml Flash buttons. Everything else works fine for me except linking the moreInfo & buyNow buttons Please HELP!

    This is my xml:

    < icons >

    < image = "NIS_boxshot.png icon" tooltip = "Norton™ Internet Security 2010"
    Content = "Norton™ Internet Security 2010
    Strong on protection, light on system resources, award winning.
    Up to 3 household PCs.
    " link = ' http://www.symantecstore.com/Dr/v2/ec_Main.Entry17C?SID=27685 & SP = 10007 & CID = 0 & PID = & PN = 0"" "" "
    price = "$ 69.99"
    " info = ' http://www.symantecstore.com/Dr/v2/ec_Main.Entry17C?SID=27685 & SP = 10007 & cid = 0 & pid = & PN = 0 "/ >

    < image = "NIS_NB_boxshot.png icon" tooltip = 'Norton™ Internet Security 2010 Netbook Edition'
    Content = "Norton™ Internet Security 2010 Netbook Edition
    Performance and protection against digital dangers.
    Up to 3 household PCs.
    " link = ' http://www.symantecstore.com/Dr/v2/ec_Main.Entry17C?SID=27685 & SP = 10007 & CID = 0 & PID = & PN = 0"" "" "
    price = "$ 69.99"
    " info = ' http://www.symantecstore.com/Dr/v2/ec_Main.Entry17C?SID=27685 & SP = 10007 & cid = 0 & pid = & PN = 0 "/ >

    < image = "NAV_boxshot.png icon" tooltip = "Norton™ AntiVirus 2010"
    Content = "Norton™ AntiVirus 2010
    Winning protection against viruses, spyware and other malicious software.
    Up to 3 household PCs.
    " link = ' http://www.symantecstore.com/Dr/v2/ec_Main.Entry17C?SID=27685 & SP = 10007 & CID = 0 & PID = & PN = 0"" "" "
    price = "$ 39.99.
    " info = ' http://www.symantecstore.com/Dr/v2/ec_Main.Entry17C?SID=27685 & SP = 10007 & cid = 0 & pid = & PN = 0 "/ >

    < image = "N360_boxshot.png icon" tooltip = "Norton 360™ Version 4.0" ""
    Content = "Norton 360™ Version 4.0.
    Ultimate Norton™ protection, performance and peace of mind against digital dangers.
    Up to 3 household PCs.
    " link = ' http://www.symantecstore.com/Dr/v2/ec_Main.Entry17C?SID=27685 & SP = 10007 & CID = 0 & PID = & PN = 0"" "" "
    Price = "$ 79.99".
    " info = ' http://www.symantecstore.com/Dr/v2/ec_Main.Entry17C?SID=27685 & SP = 10007 & cid = 0 & pid = & PN = 0 "/ >


    < image = "N360_Prem_boxshot.png icon" tooltip = "Norton 360™ Version 4.0 first Edition"
    Content = "Norton 360™ Version 4.0 Premier Edition.
    Ultimate Norton™ protection, performance and peace of mind against digital dangers, 25 GB of online storage included!
    Up to 3 household PCs.
    " link = ' http://www.symantecstore.com/Dr/v2/ec_Main.Entry17C?SID=27685 & SP = 10007 & CID = 0 & PID = & PN = 0"" "" "
    price = "$ 99.99"
    " info = ' http://www.symantecstore.com/Dr/v2/ec_Main.Entry17C?SID=27685 & SP = 10007 & cid = 0 & pid = & PN = 0 "/ >

    < / icons >

    and here is my actionscript:

    Import mx.utils.Delegate;
    Import mx.transitions.Tween;
    Import mx.transitions.easing. *;

    var numOfItems:Number;
    var radiusX:Number = 300;
    rayonY var: number = 50;
    var centerX:Number = Stage.width / 2;
    var centerY: Number = Stage.height / 1.5;
    var speed: Number = 0.01;
    perspective of the var: number = 130;
    var host: MovieClip = this;
    theText._alpha = 0;
    moreInfo._alpha = 0;
    productPrice._alpha = 0;
    buyNow._alpha = 0;


    var tooltip:MovieClip = this.attachMovie("tooltip","tooltip",10000);
    ToolTip._alpha = 0;

    var xml = new XML();
    xml.ignoreWhite = true;

    xml.onLoad = function()
    {
    var nodes = this.firstChild.childNodes;
    numOfItems = nodes.length;
    for (var i = 0; i < numOfItems; i ++)
    {
    var t is home.attachMovie("item","item"+i,i+1);.
    t.angle = i * ((Math.PI*2) /numOfItems);
    t.onEnterFrame = mover;
    t.toolText = nodes [i].attributes.tooltip;
    t.Price = nodes [i].attributes.price;
    t.info = nodes [i].attributes.info;
    . t.buyNow attributes.buyNow = nodes [i];

    t.Content = nodes [i].attributes.content;
    t.icon.inner.loadMovie (nodes [i].attributes.image);
    t.r.inner.loadMovie (nodes [i].attributes.image);
    t.icon.onRollOver = more;
    t.icon.onRollOut =;
    t.icon.onRelease = freed;
    }
    }


    function over()
    {
    home.tooltip.tipText.text = this._parent.toolText;
    Home.ToolTip._x is this ._parent ._x;.
    Home.ToolTip._y = this ._parent ._y - this._parent._height/2;
    home.tooltip.onEnterFrame = Delegate.create (this, moveTip);
    Home.ToolTip._alpha = 100;
    }

    function out()
    {
    delete home.tooltip.onEnterFrame;
    Home.ToolTip._alpha = 0;
    }


    function released()
    {
    BONUS section
    var penny: Sound = new Sound();
    sou.attachSound ("sdown");
    Penny. Start();

    Home.ToolTip._alpha = 0;
    for (var i = 0; i < numOfItems; i ++)
    {
    var t:MovieClip = host ["item" + i];
    t.xPos = t._x;
    t.yPos = t._y;
    t.theScale = t._xscale;
    delete t.icon.onRollOver;
    delete t.icon.onRollOut;
    delete t.icon.onRelease;
    delete t.onEnterFrame;
    If (t! = this ._parent)
    {
    var tw:Tween = new Tween(t,"_xscale",Strong.easeOut,t._xscale,0,1,true);
    var tw2:Tween = new Tween(t,"_yscale",Strong.easeOut,t._yscale,0,1,true);
    var tw3:Tween = new Tween(t,"_alpha",Strong.easeOut,100,0,1,true);
    }
    on the other
    {
    var tw:Tween = new Tween(t,"_xscale",Strong.easeOut,t._xscale,100,1,true);
    var tw2:Tween = new Tween(t,"_yscale",Strong.easeOut,t._yscale,100,1,true);
    var tw3:Tween = new Tween(t,"_x",Strong.easeOut,t._x,200,1,true);
    var tw4:Tween = new Tween(t,"_y",Strong.easeOut,t._y,320,1,true);
    var tw5:Tween = new Tween(theText,"_alpha",Strong.easeOut,0,100,1,true);
    var tw6:Tween = new Tween(moreInfo,"_alpha",Strong.easeOut,0,100,1,true);
    var tw7:Tween = new Tween(productPrice,"_alpha",Strong.easeOut,0,100,1,true);
    var tw8:Tween = new Tween(buyNow,"_alpha",Strong.easeOut,0,100,1,true);
    theText.text = t.content;
    productPrice.text = t.price;
    moreInfo.getURL = t.info;
    buyNow.getURL = t.link;
    var s:Object =;
    tw.onMotionStopped = function()
    {
    = new s.onRelease;
    }
    }
    }
    }

    function unReleased()
    {
    BONUS section
    var penny: Sound = new Sound();
    sou.attachSound ("sdown");
    Penny. Start();

    delete this.onRelease;
    var tw:Tween = new Tween(theText,"_alpha",Strong.easeOut,100,0,0.5,true);
    var tw2:Tween = new Tween(moreInfo,"_alpha",Strong.easeOut,100,0,0.5,true);
    var tw3:Tween = new Tween(productPrice,"_alpha",Strong.easeOut,100,0,0.5,true);
    var tw4:Tween = new Tween(buyNow,"_alpha",Strong.easeOut,100,0,0.5,true);
    for (var i = 0; i < numOfItems; i ++)
    {
    var t:MovieClip = host ["item" + i];
    If (t! = this ._parent)
    {
    var tw:Tween = new Tween(t,"_xscale",Strong.easeOut,0,t.theScale,1,true);
    var tw2:Tween = new Tween(t,"_yscale",Strong.easeOut,0,t.theScale,1,true);
    var tw3:Tween = new Tween(t,"_alpha",Strong.easeOut,0,100,1,true);
    }
    on the other
    {
    var tw:Tween = new Tween(t,"_xscale",Strong.easeOut,100,t.theScale,1,true);
    var tw2:Tween = new Tween(t,"_yscale",Strong.easeOut,100,t.theScale,1,true);
    var tw3:Tween = new Tween(t,"_x",Strong.easeOut,t._x,t.xPos,1,true);
    var tw4:Tween = new Tween(t,"_y",Strong.easeOut,t._y,t.yPos,1,true);
    tw.onMotionStopped = function()
    {
    for (var i = 0; i < numOfItems; i ++)
    {
    var t:MovieClip = host ["item" + i];
    t.icon.onRollOver = Delegate.create (t.icon, over);
    t.icon.onRollOut = Delegate.create (t.icon, out);
    t.icon.onRelease = Delegate.create (t.icon, released);
    t.onEnterFrame = mover;
    }
    }
    }
    }
    }


    function moveTip()
    {
    Home.ToolTip._x is this ._parent ._x;.
    Home.ToolTip._y = this ._parent ._y - this._parent._height/2;
    }

    XML. Load ("icons.xml");


    function mover()
    {
    This ._x = Math.cos (this.angle) * radiusX + centerX;
    This ._y = Math.sin (this.angle) * rayonY + centerY;
    var s = (this ._y - perspective) / (centerY + rayonY-perspective);
    This ._xscale is this ._yscale = s * 100;.
    This.angle += this._parent.speed;
    this.swapDepths (Math.round (this._xscale) + 100);
    }


    this.onMouseMove = function()
    {
    Speed = (this ._xmouse-centerX) / 15000;
    }

    If anyone can help please let me know thank you!

    getURL is a function, not a property or a method.  I can't say how the two buttons fit in the plan, but here is my best guess in a solution.  Instead of

    moreInfo.getURL = t.info;
    buyNow.getURL = t.link;

    Use:

    moreInfo.onRelease = function() {}

    getURL (t.info, "_blank");

    }

    buyNow.onRelease = function() {}

    getURL (t.link, "_blank");

    }

  • because of the flash buttons, but the links do not work on Web pages...

    I actionscripted some custom flash buttons with the getURL ("www..."), and they work when I preview them IN flash. When I publish, however and open the .swf file, I get a warning when I click it say something about security issues and the link never opens (or even attempted to). And finally, when I put the .swf into my .html, they do NOTHING when I click on them in preview...

    FYI - I started to do the site, and I am not yet connected to any server. I'm working locally... I use windows 7...

    Help, please! I'm about to sign with iPages Web hosting for and want up on the site soon!

    Thank you!

    If they are coded correctly in flash and imported in Dreamweaver it should work fine and most people have installed Flash Player on their machine. I think that people without the player will automatically be asked to download a free version of Flash Player, if they don't have. It has worked for me a couple of times and it's nice to have "fancy" animated buttons too!

    Fred...

  • Flash buttons do not appear in the browser

    I insert a Flash button. It is visible when I preview the page in a browser I have access from Dreamweaver. But apparently not visibly seen in a browser independently of Dreamweaver. A sample of this problem is here: http://www.newtoncornerneighborhood.org/test.html

    More generally, seems impossible to get the .swf files to appear visibly using Macintosh Dreamweaver CD3. I did have this problem using Dreamweaver MX. Can you help me understand what the problem is? How to solve this problem?
    Thank you.

    Find the Scripts folder located in the root of the local site folder
    and transfer.

    http://www.newtoncornerneighborhood.org/scripts/ac_runactivecontent.js

    --
    Alan
    Adobe Community Expert, dreamweaver

    http://www.Adobe.com/communities/experts/

  • I need help with the control of two .swf in third.

    Hi, thanks for reading!

    I need help with the control of two .swf in third.

    I have a problem when I need to use a .swf in a digital signage solution, but were advised by the Legal Department, it cannot be changed in any way, I can not also have the source file blah blah blah. I pulled the .swfs on their site and I decompiled to see what I was up against.

    The main SWF that I need control is HCIC.swf and the problem is that it starts with a preloader, which, after the loading stops on a framework that requires user input to (button) on a play button, until the film will proceed and replay.

    What I've done so far is to create a SWF container, HCIC_container.swf, which will serve as a target for the HCIC.swf and I would like to send actionscript in the file, I am not allowed to edit.

    I managed to get done with help from someone on another forum. It is my hope that the following script just start HCIC.swf a framework after the preloader and button play and just play through.

    var container: MovieClip = createEmptyMovieClip ("container", getNextHighestDepth());
    var mcLoader:MovieClipLoader = new MovieClipLoader();
    mcLoader.addListener (this);
    mcLoader.loadClip ("MCIC.swf", container);

    function onLoadInit(mc:MovieClip) {}
    mc.gotoAndPlay (14);
    }

    But unfortunately it does not solve my problem. Because there is a media - controller.swf, which is charged by HCIC.swf who has orders, including the play button to start HCIC.swf.

    Here is a link to a .zip with all 3 files .swf file and all 3 .fla files.

    http://www.axiscc.com/temp/HCIC.zip

    What I have to do is to automatically start the HCIC.swf file, bypassing the pre-loader and play button without having to edit it or in the media - controller.swf in any case. Thus, all scripts must be done in HCIC_container.swf.

    I know it is confusing and it is difficult to explain, but if you look at the files it must make sense.

    ActionScripting is far from my point hard, so I'm definitely over my head here.

    Thanks for your help.

    Got my solution on another forum.

    http://www.ActionScript.org/forums/showthread.php3?t=146827

  • Flash Player Control

    Hello
    I want to make a Splash Screen in Flash, which do not show the flash player controls.
    How can we change or hide the control of the Flash Player using the Action Script or any other means, for example maximize, minimize etc. ?

    Thank you

    In fact I want to hide the address bar, where it says that adobe Flash Player 9 and its buttons maximize, minimize and close.you can see that each splash screen has no buttons or address bar.

    Thank you

  • flash button link?

    I'm also new to Flash. I made a Flash (Flash 8u) button that I put on my web page creation of Dreamweaver. I can export to Dreamweaver, but definitely miss me something. It's probably pretty simple, but I can't get the button to post a link to another file in my folder. The best I can do is have the GET touches a url, but it does this automatically when you open the web page that has the 'Flash' button on it. I want the Flash button to access the web page (or file would be better) only when the button is clicked. I tried different versions of the script action so that it can work, but obviously I didn't do something correctly. I do not understand very well write code. Any help is appreciated. Thank you.

    Thanks Rafiq and Dan I have figured this out. It seems that the name of my button was too long! Once I shortened and made sure I had one of your scripts entered correctly, it now works fine. I can't believe it took me days to figure this out. I guess it was reassuring to your answers to see where I went just so that I could get something to go wrong. Thanks again.

  • Reset button control

    Can I reset a button control programmatically?  Specifically, I'm eager to pass a Boolean button to a false state in response to certain events or conditions.

    For example, consider the attached VI.  (It's not over, because I don't know how to finish.) The user can perform the meter count by clicking the County.  What I want to do is stop the meter to a number (10) and reset the Count button, so that the user must re - click to see a new count.

    It's one of those moments, some additional functions can be your friends.

    Events, property and feedback nodes must be loaded in a Developer Toolbox ready to replace the 'screws-Hammer"when there is a better tool.

    Count value change event to choose-1 or 100 for timeout

    Change of stop value sets the exit condition

    I've renamed Count (I32) charges since its not very good to have two objects with the same label

    EDIT:

    I think he wanted the "Count" button stay down - I read that too the real channel is always Local "Metering" is less desirable as a Val (Signalling) can be beneficial in this case

Maybe you are looking for