How can the value of the increment on press the hold button?

Hello

When I press the button and hold the button I want to increment _global.lines

nextline_btn.onPress = function() {}
If (_global.lines < 25) {}
_global.lines = _global.lines + 1;
txt_lines. Text = _global.lines;

}

Please help me.

Thanks JaxNa

var nTolerance:Number = 500;

var nIncSpeed:Number = 200;

var nIntId:Number = null;

_Global.lines = 0;

nextline_btn.onPress = function()

{

Increment();

nIntId = setInterval (fastincrement, nTolerance);

}

nextline_btn.onRelease = function()

{

clearIntervalId();

}

nextline_btn.onDragOut = function()

{

clearIntervalId();

}

function increment (): Void

{

If (_global.lines<>

{

_Global.lines = _global.lines + 1;

txt_lines. Text = _global.lines;

}

}

function fastincrement (): Void

{

clearIntervalId();

nIntId = setInterval (increment, nIncSpeed);

}

function clearIntervalId (): Void

{

clearInterval (nIntId);

nIntId = null;

}

Tags: Adobe Animate

Similar Questions

  • Hello, how can the form in Adobe Muse run on a third-party hosting site?  MANDIC use the server to host the site. More the form of error. I couldn't find the solution to this problem.

    Hello, how can the form in Adobe Muse run on a third-party hosting site? MANDIC use the server to host the site. More the form of error. I couldn't find the solution to this problem.

    Please see this document for troubleshooting:

    https://forums.Adobe.com/docs/doc-3581

    Thank you

    Sanjit

  • How can the PSD CC 2015, I remove the ToolTip of information when you draw a shape layer?

    HI -.

    I don't know what his name but on win 10 / Photoshop CC 2015, whenever I have to draw a shape layer, I get a little window indicating the angle/length/width/etc, I draw.  While I don't know that it is a great tip for some people - for me it's annoying and it covers what I'm trying to see that I draw.

    On 10 of win / Photoshop CS5 - I do not have this information box.

    I looked in preferences under Interface and sliders, but couldn't find out how to turn this "feature".  (Probably because I don't know what his name.)

    How do I turn it off?  How can I disable contact information indicator bit appears so when I draw a shape layer?

    Thanks in advance for your comments-

    J2

    Try

    Photoshop > Preferences > tools > show Transformation values > never

    Concerning

    Pfaffenbichler

  • How can the information of the page

    Dear all,
    I have the original Version contain the values of emp_id, name, number,

    If I click on save button I will be able to get the values in the table by object Row iteration


    How can I able to get the values of the formulas currently appeared in the screen

    (String) (row.getAttribute ("EmployeeID"));

    Other ways to retrieve attributes, see documentation.

  • Dell XPS: HOW can the YEAR BE the CHANGE FOR THE CALENDAR of BUTTERFLY 12 IN HP PHOTO CREATIONS

    I want to make a calendar of 12 months but do not want to use the default date for 2016. How can I change the year of the calendar for 2017?

    Thanks, that's the info I needed.

  • HP 15af131dx laptop: How can the 15af131dx be upgraded to 8 GB of ram if slots are not available?

    I recently bought a HP 15af131dx laptop.  I read the manual and was led to believe it was expandable up to 8 GB of ram.  I just read an ad that says that the two ram slots are not accessible by the client.  So, how can I bring my laptop?  I already bought a stick of ram to 8 GB of Crucial.

    HP 15 - af131dx Notebook PC product specifications and the HP Notebook PC (AMD) / HP 255 G4 Notebook PC - Maintenance and Service of Guide, , it seems that this model is limited to 1 x 8 or 2 x 4 GB. In both cases, the maximum memory based on the MSG is 8 GB of DDR3L/PC3L, 12800 1600 MHz. In addition, removal/replacement of the module memory is listed as a "procedure for only authorized service providers. There are 56 screws that must be removed, replaced or loosened when the upgrade of the memory of this unit. Please begin on page 24 of the GMS and see page 44 for the extent of what it takes.

    If you have any other questions, feel free to ask.

    Please click the 'Thumbs Up' white LAURELS to show your appreciation

  • How do the form buttons EITHER / OR

    I built a form on a Web site where I ask a question or not and the user to check a box Yes or no. box. Not be able to check both.

    How can I accomplish this?

    Here is my existing code:

    < label > < strong > Yes < facilities >
    < input name = "YESinvestor" type = "checkbox" value = "Yes" / >
    < / label >
    < label > < strong > no < facilities >
    < input name = "NOinvestor" type = "checkbox" value = "No" / >
    < / label >

    Thank you!

    To make this work change the type on both inputs of checkbox on the radio.

    Then eliminate the 'YES' and 'NO' to the word "investor" in the name.  This will leave just the "investor" name for both.  That should fix it.

  • How do the validation button enabled

    I use Jdevt 11 g & ADF bc. I add an af:table edit on my page, I've added oeration "CreateInsert" & "Delete" like buttons to create and remove, I have also put in place the property attribute of the table "EditingMode' as ClickToEdit. After that, I add the operation of posting AM as the Save"" button.

    When the page starts has made, the button 'validation' is sailing, and when I add a new line or delete a line, the validation button become enabled to have allowed me to save my changes. It is very good.

    But when I click on a column and change the content, the 'validation' button will always be sailing. what I can do. Thank you!

    no thing.
    fair value property autosubmit to your field to true.
    and make partial ownership of relaxation for your validation button refers to the ID of your field.

    or you can remove the condition to disable for the validation button.

  • How can I play a random sound files by clicking a button "play"?

    I am new to JS languaje and I want to do a short quiz animation (animate edge). Must play an audio (from the audio load in the scene) when I click on the "play" button I should be using the Random function and build a table for audio files, but I don't know how to build the table and how to use the Random function.

    I hope you help me to solve this problem.

    I think you just need to put this line above the function call

    this:

    SYM.init_sound = function() {}

    var random_audio = audio [Math.floor (Math.random () * audio .length)];

    SYM. $(random_audio) [0]. Play();

    };

    to do this:

    var random_audio = audio [Math.floor (Math.random () * audio .length)];

    SYM.init_sound = function() {}

    SYM. $(random_audio) [0]. Play();

    };

  • How can the value of the increment on stage?

    Hello

    I'm doing a game where, when the user presses a button it increments a score on stage.

    So far, I put a text field on stage with the counter name:

    set the value of a variable symbol

    sym.setVariable ("score", "0");

    SYM.$("counter").html (sym.getVariable ("score"));

    How to code a button to increase this score every time on it?

    Thank you

    Very close, but not quite.  You will need to increment your counter and then store it so that it continues to increment.  A good example of this is in the sample of the Cracidae Catch on the site to animate:

    http://HTML.Adobe.com/edge/animate/showcase.html

    More specifically, it's what I would do:

    1. in compositionReady, initialize the variable like this:

    sym.setVariable ("counter", 0);

    2. in your scenario where you get a point:

    var counter = sym.getVariable ("counter");

    counter ++;

    SYM.$("counter").html (Counter);

    sym.setVariable ("counter", counter);

    -Elaine

  • How can the consumption of ram for a game?

    Original title:;

    RAM problem.

    Hi all, I have 4 GB of ram on Windows XP (32-bit), but games says it's using 500 MB, and I want to know if this is TRUE and if it is true how to use my all concerts.
    Thank you.

    Hello

    1. where exactly do you see that game uses 500 MB?

    2. what game you play and how?

    3. are you with all the questions?

    Provide us with more information about the issue so that we can better help you.

  • When you reply to an e-mail, I hit a key on the keyboard and the last part of my email disappeared. How can I get that back? Do you know what button I hit by mistake.

    How to retrieve lines lost in a note of REPLY when I inadvertently hit an unknown key on the keyboard.
    lost lines went all the time.  Has happened to the part of the last paragraph. Is there a magic key?

    Hello Peo/gdo,

    1. what customer e-mail do you use i.e Microsoft Outlook, Windows Live Mail, Hotmail etc?

    2. you have e-mail saved in the drafts folder?

    If you have already sent the email, then there is nothing that me or you can do about it.

    Thank you.

  • How can the world I get rid of this? (Mac)

    I have creative cloud installed on my Mac, but who has caused this icon appears on my menu bar when there are updates available for my software Adobe (Photoshop, CC). I tried to get rid of this icon by uninstalling Photoshop CC and by uninstalling creative cloud - somehow, it's still there!

    It's the icon in question:Skærmbillede 2014-07-11 kl. 02.11.58.png

    Maybe it's stupid, but it bothers me a lot. I looked through the settings and can't find an option to turn it off.

    Help, please! Thanks in advance

    Disable the update for Adobe Update Manager notification icon.

    1. Launch the Adobe application that presents an update that is available in the Adobe Update Manager.
    2. Choose Help > check for updates.
    3. When Adobe Update Manager opens, choose Preferences.
    4. Disable update notification icon. Adobe Update Manager still works, but it no longer displays an icon.

    Please refer to

    Concerning

    Baudier

  • How can the browser get the previous page?

    Here, the code http://supportforums.blackberry.com/t5/Java-Development/Browser-Field-Not-displaying-page-properly/t.... I tried the succeedfully code and I have a question how the browser will access the previous page? If wo wants to return to the page that I watched earlier, how do I do?

    Try: browserField.back ();

    [edit] if it returns false, then there is no page to return (without history).

    E.

  • How can the player WIndows Media 'save' the last place, seen in a video?

    I wish WMP to be able to remember the last place/place in a video, so if I close it accidentally (instead of minimize the window), I can't spend too much time trying to find the exact location. Is this possible?

    AFAIA he can't. Note the time when you close it.

    Try a search on Google for what you want. If you find something, re post because it is of course an annoying problem. !
    See you soon,.
    J

Maybe you are looking for

  • Satellite A300 and Win7 - strange problem with card speakers\sound

    Hi allI work on one - A300-1MO with win 7 ultimate 32 bit In the last few days (since I installed the Bluetooth driver but I don't think that it's important), sound card and the speakers of the laptop, go to be dumb to be active, sometimes in large v

  • How do you wall a B305?

    The sales staff and the site says you can wall a B305. I just got the computer today and I do not see how a wall bracket attaches to the back of the computer.

  • Impossible to update to IE 8, can't get windows updates, can't update via reinstalling DVD.

    I read some of the problems and solutions but cannot find mine.  I tried some of the suggestions, but got stuck in the registry editor.  Followed the instructions but I had once to policies-Microsoft-Windows.  I don't have windows update so that I co

  • Http, https, ftp with error code 12007 problems.

    The problem started after a virus attached.  I use wifi on a series of mini laptop 1011 dell with Windows XP. I worked this problem via the internet with little or no help.  I used Malwarebytes to clean up.  I can't uninstall microsoft essentials.  I

  • Win 7 back up will not overwrite old back ups

    Is it possible to get Win 7 to replace the old back ups? I put the program to the top of all the ways I can think of and even re installed windows. It fills my 2 TB HD in a few months and I even gave it its own 500 GB HD but it stop backup less than