How can I write this loop?

How can I write this code works as follows.

When btn1 is clicked, SenderLoad must be 'clay' AND click btn2, SenderLoad must be 'iron', etc...

var mgB:Array = [btn1, btn2, btn3 btn4];

var mgBW:Array = ["clay", "railway", "cotton", "leather"];

var SenderLoad: LoadVars = new LoadVars();

var ReceLoad: LoadVars = new LoadVars();

var mgNum:Number = 0;

for (i = 0; i < mgBW.length; i ++) {}

mgBW [i] .onRelease = function () {}

mgNum ++

SenderLoad.word = mgB [mgNum];

SenderLoad.sendAndLoad ("http://www.web.com/my.php", ReceLoad, "POST" ');

ReceLoad.onData = {function (src)}

var messageA:Array = src.split(",,,");

ldrB2.html = true;

for (var i: Number = 0; i < messageA.length; i ++) {}

var a:Array is get [i].split(",,");.

ldrB1.htmlText += a [0];

ldrB2.htmlText += a [1];

}

}

}

};

If you use the movieclip buttons:

var mgB:Array = [btn1, btn2, btn3 btn4];
var mgBW:Array = ["clay", "railway", "cotton", "leather"];
var SenderLoad: LoadVars = new LoadVars();
var ReceLoad: LoadVars = new LoadVars();

for (i = 0; i
.Ivar Construction [i] = i;
mgB [i] .onRelease = function() {}
SenderLoad.word = mgBW [this.ivar];
SenderLoad.sendAndLoad ("http://www.web.com/my.php", ReceLoad, "POST");

};
}
ReceLoad.onData = {function (src)}
var messageA:Array = src.split(",,,");
ldrB2.html = true;
for (var i: Number = 0; i
var a: Array = get [i] .split (",");
ldrB1.htmlText += a [0];
ldrB2.htmlText += a [1];
}
};

Tags: Adobe Animate

Similar Questions

  • How can I write this small function to create the number of strips, please?

    Guys,

    How can I have a create table according to the argument passed. I'm doing this right?

    function createArray(n:int):Array

    {

    for (var i: int = 0; i < n; i ++)

    {

    nArr var = new Array();

    }

    return nArr [i];

    }

    Thank you very much.

    var aArraySet:Array = createArraySets (5); create 5 paintings

    Table 1-> aArraySet [0]

    Table 2-> aArraySet [1]

    Table 3-> aArraySet [2]

    Table 4-> aArraySet [3]

    Table 5-> aArraySet [4]

    function createArraySets(n:uint):Array

    {

    var aArraySet:Array = new Array();

    for (var i: uint = 0; i

    {

    aArraySet.push (new Array();

    }

    Return aArraySet;

    }

  • How can I write this in sql? (an another headcracker challenging the report)

    Hi guys!

    I need to create / generate a report. I intend to do all of this with only pure SQL.
    Been cracking my head for days, but nothing helped.

    Hope you gurus here me straightened out.

    Here it goes. I have a table

    TABLE USAGE_REPORT
    ------------------------------------
    Date date of daily
    BalanceCF NUMBER - the sum of initial departure or (balancebf)
    Topup_amount NUMBER amount topup so far
    Usage1 NUMBER - duration of the use of $ on certain prod
    2 NUMBER - duration of the use of $ on certain prod
    BalanceBF NUMBER - BalanceCF + refill - usage1-2 (which is also the next date of BalanceCF)

    -----------------------------------------------

    Example1
    Please see this link
    http://img9.imageshack.us/img9/708/88149028.gif

    asumming that is my sql

    WITH dates in the FORM
    (
    SELECT trunc (sysdate) + level dmy
    DUAL CONNECT BY level < 366
    ),
    Charging as
    (
    As the SELECT trunc (purchase_date), sum (payment_amount)
    Purchase
    Trunc GROUP (purchase_date)
    ),
    Usage1 as
    (
    As the SELECT trunc (connect_date), sum (charged_amount)
    OF tab1
    WHERE prod_id = "xxx".
    GROUP BY trunc (connect_date)
    ),
    2 as
    (
    As the SELECT trunc (connect_date), sum (charged_amount)
    Of THE tab2
    WHERE prod_id = "yyy".
    GROUP BY trunc (connect_date)
    )
    SELECT * DATE D
    LEFT OUTER JOIN RELOAD T
    WE (D.DMY = T.DATED)
    LEFT OUTER JOIN USAGE1 U1
    WE (D.DMY = U1. DATE OF THE)
    LEFT OUTER JOIN U2 2
    WE (D.DMY = U2. (DATED);

    However

    T1) how can I start to 'launch' the 1st row
    BALANCECF so that i can do the math
    of

    BALANCECF + REFILL - USAGE1 - 2 = BALANCEBF

    Q2) how can I put the value of BALANCEBF in the 2nd line of BALANCECF to make more calculation?

    Q3) is that it has something to do and connect? parent-child relationship

    Q4) brief how to make it look like the photo attach above?

    Help, please!
    Best regards
    Noob

    I use 200 as initial balance_cf. did you not sample data, so code below is not tested:

    WITH dates as (
                   SELECT  TRUNC(SYSDATE) + level dmy,
                           200 balance_cf
                     FROM  DUAL
                     CONNECT BY level < 366
                  ),
         topUP as (
                   SELECT  trunc(purchase_date) dated,
                           sum(payment_amount) topup_amount
                     FROM  purchase
                     GROUP by trunc(purchase_date)
                  ),
        Usage1 as (
                   SELECT  trunc(connect_date) dated,
                           sum(charged_amount) usage_amount
                     FROM  tab1
                     WHERE prod_id = 'xxx'
                     GROUP BY trunc(connect_date)
                  ),
        Usage2 as (
                   SELECT  trunc(connect_date) dated,
                           sum(charged_amount) usage2_amount
                     FROM  tab2
                     WHERE prod_id = 'yyy'
                     GROUP BY trunc(connect_date)
                  )
    SELECT  dmy,
            balance_cf + sum(topup_amount - usage1_amount - usage2_amount) over order by dmy rows between unbounded preceding and 1 preceding) balance_cf
            topup_amount,
            usage1_amount,
            usage2_amount,
            balance_cf + sum(topup_amount - usage1_amount - usage2_amount) over order by dmy) balance_bf
      FROM  DATES D LEFT OUTER JOIN TOPUP T ON (D.DMY = T.DATED)
                    LEFT OUTER JOIN USAGE1 U1 ON (D.DMY = U1.DATED)
                    LEFT OUTER JOIN USAGE2 U2 ON (D.DMY = U2.DATED)
      ORDER BY dmy
    /
    

    SY.

  • How can I write this GREP query correctly (CS4)

    Hello.

    I have a, uh, interesting problem. I got a HUGE page layout document. copy typed in word... and have ' cleaned every regular:

    -to - and multi-retourne to the simple and so on.

    However, the editor has throughout the copy (by effect? LOL) decided to single space the letters of the words randomly in the text as follows:

    It is a E x a m p l e, of what he has done and is a massive p r o b l e m / e h a d a, c e h!

    Ok... I try to work on the proper GREP but have so far failed. What I need, is to find any space white between two simple letters and replace it with, well, to remove them. I'm into hysteria with myself as it seems so simple and yet I can not understand it.

    So, here I am enlisting the help of the GREP Boffins out there.

    Thank you sincerely

    Grant

    It would be: search

    (? <><\w) (?="\w\">)

    replacing it with nothing - assuming that these spaces, as Peter points out. It really could be followed as well. It's (I think) so a style German emphasis to the space of words (but not as big as a set of 'regular' space).

    You'd also better to check than if there are really just words at random, otherwise you will lose focus. If you want to mark the words with a character style, you cannot use the above GREP. Interestingly, I can not write a single GREP that removes the spaces and add a character style to the text at a time... But you can use the GREP

    \<\w( \w)+\="">

    with a character style in the replace with formatting field to mark any text with a style, and then remove the outdoor areas.
  • How can I get this loop to give me numbers in a range?

    So for a school assignment, I need to get a loop to display all the numbers within a certain range. This range is entered by the user with a starting number and a number of late. For some reason when I put the code in all its gives me is the number of end and not the numbers between the beginning and the end. I was wondering if someone could show me what to change to remedy. This is the code so far...

    Add the event listener
    submit_btn.addEventListener (MouseEvent.CLICK, onClick);
    function onClick(event:MouseEvent):void {}

    Declaring Variables
    var startInput:String;
    var endInput:String;
    var startNum:Number;
    var endNum:Number;

    Get the value of start of text field
    startInput = start_txt.text;
    Convert the string to a number value
    startNum = Number (startInput);

    Get the value of end of text field
    endInput = end_txt.text;
    Convert the string to a number value
    endNum = Number (endInput);

    For loop
    for (var range: int = startNum; range < = endNum; range ++)
    {
    response_txt. Text = "are numbers between the integers of the inscription" + beach + "!";
    }
    }

    I have also included the actual program so that you can see if you want to test...

    Thanks for your help,

    The Flash student

    When you send text values, I think that you use Text.text = value.  But this method delete before value and insert the new value that you send, as well as you saw the last value in the loop.

    You must use the value of += Text.text;

    By this method new value insert without removing before the value statement.

    So you have to use the += to see each value of time looping.

  • Two part question: 1 How can I write a script for long Division, 2. How can I make my form?

    1. I have a field where I need to write a formula for a division problem: (power/population) / 365.  When I use the simplified field notation I get an error: the entered value does not match the format field.  I want the answer as a number with no decimal point.  If I format the field to 'no format' I don't get an error message but the answer comes with up to 10 digits after the decimal point.  I'd rather have the answer in integer without figures after the decimal point.  How can I write this in the custom calculation script?

    2. on accessibility - I never checked on the display/a Mode and unlocked the Acrobat/PDF compatibility.  Some users do not have a problem by filling out the form, but others are not allowed to fill that PDF/A is enabled for their document.  Is this something on their end?  Or is it something on my end blocking them?

    If you multiply by 100, it appears correctly. But if you need to retain the value of the field, you need to use a script to Format custom instead. If you need help, post again.

  • I have a micro cell phone memory card, I'm trying to delete files MPG and it says that the disk is write-protected, how can I disable this?

    I have a micro card.  I used to put photo files.  Today I'm trying to remove them and I get a message that the card is write protected.  How can I disable this?

    I guess you put the micro card in full-size SD card reader? Look on the side of the SD card. There is a small switch that is write protected. Put it to the other position.
  • Arabic font, it is not written in the correct way alphbet is not connected and he writes from left to right.  How can I solve this problem?

    Arabic font, it is not written in the correct way alphbet is not connected and he writes from left to right.  How can I solve this problem?

    CS6 and below: How to access the features of Arabic and Hebrew in Photoshop CS6 - YouTube

    Creative cloud. CC to CC 2015:

    First install the value in the parameter of English/Arabic language: change the language setting of your Cloud Creative applications

    Then enable Middle Eastern features in Photoshop: How to write in Arabic in Photoshop CC (and other adobe programs)

    I would like to know if it works.

    Gene

  • Whenever I try to do an excerpt in After Effects, I've lost 30 images. It works simply by making the loop. How can I solve this problem?

    Whenever I try to do an excerpt in After Effects, I've lost 30 images. It works simply by making the loop. How can I solve this problem?

    It is a known with Yosemite bug. You will need to wait for an update. If you do not Yosemite run let us know.

  • If I have floating values such as 6.3 6.7, 6.9, 7.1, 7.2, how can I write a case statement to handle this

    How can I write a case statement if I want a case for x< 1.5;  ="" a="" case="" for="" 1.5=""><= x=""><= 3.7; ="" case="" for ="" 3.7="">< x="">< 7.2.....etc.  ="" my="" input="" is="" a="" floating="">

    Thank you.

    You don't seem to have set rules on inclusion, but I often use the function in the range and Coerce in these cases.

  • How can I write a letter in french with Pages

    I use my computer in English, and I have to write an essay in french

    So, how can I write a letter in french with Pages

    Hi Luke,.

    If you are familiar with the French keyboard layout, you can move from the keyboard to this provision.

    If not, you can acess of the accents you will need the English KB layouts using (for example) option-~, then press e to e, or -e option, then press e to e. see the viewer keyboard for other options. Open the keyboard Viewer, and then press option key to display the keys to use for each accent.

    If all the accents you need are not available from an English keyboard, you can still list a French KB language as a 'second choice' and switch to it when you need an accented letter.

    Choice of the keyboard are defined in system preferences > language and text > input sources. If you choose more KB a page layout, the entry menu (a flag) will appear in your menu bar. The indicator shows the currently active KB.

    Kind regards

    Barry

  • Satellite Pro M30: How can I write on a CD 900 MB?

    Hello
    How can I write on a CD 900 MB, I use nero 7 and nero on what they told me I have to update my firmware CD writer questioned. I got satalite pro M30 and windows XP SP2.

    Hello

    I found this firmware on the Toshiba driver page:
    http://support.toshiba-tro.de/Tools/updates/DVD-r-RW-firmware/SD-rxxxx/frmwre-na.zip

    But I m not 100% sure if it works.
    You can also try to search the FW on the driver page.
    http://EU.computers.Toshiba-Europe.com/cgi-bin/ToshibaCSG/download_drivers_bios.jsp?service=EU

  • How can I remove this breaking point?

    I have a set of the Elgar/Sorenson VI to control an ancient source of DC power.

    Main VI has a breakpoint set in it, so she always stops when it gets to this VI.

    It's the VI of read/write which is buried inside each VI for this device the program break a lot so it is.

    When I open the block diagram is a red border around it, it's sort of a 'break' always setting?

    How can I disable this?

    You can switch to view-> menu Manager of breakpoint and then remove the breakpoint and save the VI.

    Ben64

  • How can I write only 1 sample every 0.5 second to my excel sheet

    It's the VI I work on... everything works fine but I have too many samples per second on my excel file... I just need 1 sample every 0.5 seconds. How can I solve this problem?

    Thank you very much

    The default values on the DAQ Assistant 100 samples acquired at 1 kHz, then each cycle you get 100 data points.  If you want only 2 points to a second and avoiding the is acceptable, could I plug "1" on the number of samples on the DAQ Assistant (or right-click and select properties to configure the node) and use a software or a timed loop delay in the loop like "wait until the next multiple of ms.  Alternatively, you can use screws more advanced such as 'DAQmx read' to get the desired behavior.  Remember that the data acquisition will be back as soon as he gets the data that you invited to capture, so you'll probably need something to keep periodic things between cycles of the loop unless you want to move to continuous hw timed operation of data acquisition.

  • How can I write the value of floats Unitronics vision230 PLC with modbus Ethernet

    How can I write the value of type Float in unitronics PLC Vision230 modbus ethernet (Ethernet Master Query.vi MB) usinsg I read and write register 32 bits, for example, I want to write the value 23.45 2nd Add. MF. And registry MF is the 32-bit registry. I read and write register 32-bit.

    Narendra.

    Narendra,

    Two characters can type cast into a uint16 you VI supports.

    To summarize. Take one (4 bytes). Flatten it to a string (4-byte) divided this string into two parts of 2 bytes each. Cast in u16 (16 x 2 = 32-bit).

    However, if you really want to follow the IEEE standards then you will need refer this KB. His is not that simple, but seems closer to what you are looking for.

    Amit

Maybe you are looking for