The code inside the mc

Hey guys,.

I have this code inside a Mc called 'classes '.

var myMenuArray = [headquarters, barracks, tank, anti-tank, artilleryantiair, airfield, prototype];

for each {(var btn in myMenuArray)

btn.addEventListener (MouseEvent.CLICK, onBtnClick);

}

function onBtnClick (event: MouseEvent): void {}

var classVar:String = countryVar + "/" + event.target.name;

trace (classVar);

I want to take this outside the Mc code, what should I change?

Thanks in advance.

Tim

Just objects via the movieclip containing their target, the rest of the code remains as it is... two approaches...

with {(classes)
var myMenuArray = [headquarters, barracks, tank, anti-tank, artilleryantiair, airfield, prototype];

}

OR

var myMenuArray = [classes.headquarters, classes.barracks, classes.tank,...];

I don't know if you will have problems using 'prototype' as the instance name.

Edit: Another thing you can do is to use 'currentTarget' instead of 'target '.  It is possible that objects within these buttons can end up being the target, but the currentTarget will always be the object that has the assigned listener

Tags: Adobe Animate

Similar Questions

  • Debugging code inside the library of the ADF

    Hello

    I use JDeveloper 11.1.2.1

    I created the library of the ADF with general code for my project.
    Is it possible to tracking within this library code ADF from a project that use this library for debugging this project?

    Anatolii

    Hello

    A library contains the class files, you must have the source of debug and trace.

    For more information about debugging:

    http://download.Oracle.com/docs/CD/E12839_01/Web.1111/b31974/web_testdebug.htm

    Hope this will help.

    -Prasad

  • Hard drive error (Code inside)

    I have a laptop Compaq Presario CQ62-225NR (running Windows 7, did not come with an installation disc) which froze during use and would begin not later upward; It just says: 'Windows loading files', then crashes on a blue background enough.  I did a test drive that comes up error id "PGFAMG - 55264 L-XD0036-60TL03" for hard disk 1.  If someone could identify the problem, it would be great.  Thank you.

    Hello

    A possible way to try to recover your files from a disk non-boot is to follow the process described in the link below.  The CD of the Ubuntu operating system you create can launched from the CD alone (IE it doesn't have to be installed on the hard drive) and I've often found to successfully extract data even a hard failure.  When you created the CD, follow the instructions and see if you can save your existing files. 

    http://www.howtogeek.com/HOWTO/Windows-Vista/use-Ubuntu-Live-CD-to-backup-files-from-your-dead-Windo...

    Replacing the hard drive is quite simple.

    The player at the link below is an example of one that would be perfect for your laptop.

    Hard drive 500 GB

    The procedure to replace the hard drive begins on Page 47 of your & Maintenance Guide.

    As you do not your recovery discs, you can order a replacement set using the link below - using them to reinstall the operating system on the new HARD drive reinstall it also almost all software originally shipped with your laptop as well as re-create the recovery on the new disk Partition.

    http://support.HP.com/us-en/document/c00810334

    If you have a problem with this link, order them directly from HP.

    If you live in the United States, contact HP here.

    If you are in another part of the world, begin here.

    Kind regards

    DP - K

  • inside the cod

    Hi all

    I developed an application. When I compile the .cod file the application will be built. but inside the cod I get myapp.cod, myapp - 1.cod, mapp - 2.cod,... like cod file 6 is there next. When I create a new project with the same source, this time also I get the same. Why... ?

    If your main COD has more than 64 k, it will be to have the cod inside SIbiling files. You can extract them using zip or winrar.

  • Is a global functional with loops inside the structure of cases subject to the race condition?

    Like this one:

    Global variables funtional implement Mutual Exclusion for their confined i.e. code section of the code in the FGV cannot run once at the time by all processes with competing concurrent access. With this in mind, all the code inside will be executed while one task has access, then released once the FGV has completed the operation. The structures listed as your curls and case Structures are not in themselves share resources, so there is no problem with conditions of competition in this area.

    You would only if worry if the functional Global Variable wrote to other resources shared in a way that is not properly synchronized.

  • The particular codes within a sequential loop output

    I want to leave the individual codes inside the while loop depending on who achieved the result of the comparison first, but do not know how to go on this issue.

    Any help or pointer will be appreciated.

    TNX

    marco73 wrote:

    @Altenbach,

    I do not understand how you want me to do that, a change of the code will be appreciated.

    Here's a stupid enough implementation. Ideally you should design the code as a correct state machine instead.

    Basically, once each boolean is true, it will stay true and the code in the case of false is no longer running. Once all are true, the loop stops.

  • Run the Code Labview program on VN8970 vector material

    I would like to ask if anyone has ever tried to run the Labview Code on the material vector in Standaone Mode,

    The VN8970 have a PC as material and I would use as my hardware target.

    Labview programming would go toward, creating / establishing a controller which output is POSSIBLE only.

    Necessary sensor data is on the BUS CAN even output going to the CAN-BUS network.

    The vector hardware box 8970 should run with the Labview code inside and be just like a car engine controller, just a BOX knot...

    Can anyone shade some light on this topic because it is very difficult to collect all the required bits.

    Vector support won't help with that because that intends it to sell their own software, which does not fit this need.

    Far as I can tell the VN8970 has an ATOM processor or a core-i7 on board and running something called vector CANoeRT.

    From the VN89xx Manual:

    "The family of interface VN8900 offers a stand-alone mode that allows you to measure without any other PC user.

    To this end that a request can be configured in the canoe, which is then written to the NVM of the VN8900. After a reboot, the configura-tion is loaded and the measure began independently. »

    Canoe uses a programming language called CAPL. My understanding is that the code of the CAPL is downloaded on the series VN89xx materials and run directly on the device without the need to be connected to a PC.

    In other words, I don't think there is a way to get a LabVIEW code to run on a VN8970.

    The vxlapi.dll that is used here is intended to be used on a Windows operating system. You can use it to control the VN8970 similar to the other vector material, but not in standalone mode.   I don't know what OS runs on the material of VN89xx but I doubt you'd be able to install a LabVIEW run-time engine on it.

    I think your only option to run a VN8970 in stand-alone mode is to buy a canoe license that allows you to do and learn how to write the CAPL.

  • stop the loop inside while loop

    Hi all

    Is there a way to stop a loop within a while loop? Error-free program will stop running when you press the stop button, but I want to while loop continues to run in and only for the loop stops when the condition is met.

    Thank you!

    Hi TayAus 1.

    If you want to run the execution once? Maybe something like below? The code inside the structure of events can only run when the event source is triggered. For example, the code in the digital works only when it detects a change in the numerical value (just an example).

    When the button is selected, it should raise the event to stop as shown below:

    If you want to create the event source, create the structure of the event > right-click on the frame and select edit events dealing with this... > This should open Edit events.

    The example below is that I put the event source for the change in the value of x and x 2.

    So when x or x 2 value is changed, executes the code in the sous-schema event shown below.

    Warm greetings,

    Lennard.C

  • The OTA installation and large. COD files

    Hi, I'm new to the Blackberry development. I am developing a small image editing app for Blackberry and planning to distribute them using my site (OTA). The problem is that my .cod file size is about 500 KB. I've searched the forums and some suggested to break large cod in several smaller files of the Cod. But exactly how do I do this? Thank you

    All you need to do is open the COD file in a program like WinZip archive and extract the files.  It's just a zip of the rest of your COD files.  Note that the cod inside firstsibling file will have the same name as the parent COD file, so make sure that extract you it in a different directory.  If you use the BlackBerry Java plug-in for Eclipse, all you need to do is deploy the files in the directory JAD.

    You can read a bit more info on that here: the limit file size of wireless downloads

  • Java code in the expression editor

    The Java tab in the expression editor makes me think it should be possible to write a bunch of lines of code java, somehow but no matter what I try it always refused. The java code only I got to work was create a set command, and then write the right side a

    var x = something;

    statement. Since there is no try/catch, if, while, instructions etc. in the java tab, should not be possible to use somehow? And if so, what can they be used in (quite apparently the game is bad)?

    I use IPCC 4.5 with Premium license and I am able to write java code inside the set command.

    The java code must be writing in brackets {}; for example

    {

    try {}

    int i = 0;

    int result = 0;

    for (i = 0; i<>

    result = result + i;

    }

    return the result;

    } catch (Exception ex) {}

    Returns - 1;

    }

    }

    Hope this helps.

    Stefano

  • Get the Access Code for Adobe InDesign 2015

    I bought a used Adobe Indesign book in my library of college and I did not know that the code inside has been used. I need to have access to the files I can do my homework so my professor told me to contact Adobe around the question as she had the students to do before, and Adobe has been understanding. Code that is inside my book has been used, so I need a new code. I tried to talk to someone in the chat but they directed me here on my problem.

    This is an open forum, not Adobe support... Click below to contact Adobe staff for help

    No other user in an open forum will be able to help the database activation Adobe

    While the forums are open 24/7 you can't contact Adobe support at any time

    Chat support: Mon - Fri 05:00-19:00 (US Pacific Time)<=== note="" days="" and="">

    Don't forget to stay signed with your Adobe ID before accessing the link below

    Creative cloud support (all creative cloud customer service problems)

    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • Works Datapump inside the SQL worksheet...

    Hi all

    "running the following code inside the spreadsheet and he just spits ' anonymous block completed.

    *****************************

    Set scan off

    Set serveroutput on

    escape game off

    whenever sqlerror exit

    DECLARE

    number of H1;

    errorvarchar varchar2 (100): = "ERROR";

    tryGetStatus number: = 0;

    Start

    H1: = dbms_datapump.open (operation = > 'IMPORT', job_mode = > job_name 'FULL' = > 'IMPORT_JOB_SQLDEV_73', version = > 'COMPATIBLE');

    tryGetStatus: = 1;

    dbms_datapump.set_parallel (handle = > h1, degree = > 1);

    dbms_datapump.add_file (handle = > h1, filename = > 'IMPORTtest2.LOG', directory = > 'DATA_PUMP_DIR', filetype = > 3);

    dbms_datapump.set_parameter (handle = > h1, name = > 'KEEP_MASTER', value = > 0);

    dbms_datapump.add_file (handle = > h1, filename = > ' ORAEU_COPIED.) (DMP", directory = >"DATA_PUMP_DIR", filetype = > 1);

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\APT_SYS_DATA01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/APT_SYS_DATA01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\APT_SYS_IDX01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/APT_SYS_IDX01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\DATA_MART_DATA01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/DATA_MART_DATA01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\DATA_MART_IDX01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/DATA_MART_IDX01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > UPPER ('C:\ORACLE\ORADATA\ORCL/DATA_STORE_DATA01.) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/DATA_STORE_DATA01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\DATA_STORE_IDX01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/DATA_STORE_IDX01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\RNET2_DATA01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/RNET2_DATA01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\RNET2_IDX01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/RNET2_IDX01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\DATA_AMA_DATA01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/DATA_AMA_DATA01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\DATA_AMA_IDX01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/DATA_AMA_IDX01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\DATASERVICES_DATA01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/DATASERVICES_DATA01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\DATASERVICES_IDX01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/DATASERVICES_IDX01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\ARC_DATA01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/ARC_DATA01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\MCSS_DATA01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/MCSS_DATA01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\MCSS_IDX01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/MCSS_IDX01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\IPAS_DATA01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/IPAS_DATA01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\IPAS_IDX01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/IPAS_IDX01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\PFIZERCMS_DATA01.)) DBF "), value = >"

    dbms_datapump.set_parameter (handle = > h1, name = > 'INCLUDE_METADATA', value = > 1);

    dbms_datapump.set_parameter (handle = > h1, name = > 'DATA_ACCESS_METHOD', value = > "AUTOMATIC").

    dbms_datapump.set_parameter (handle = > h1, name = > 'REUSE_DATAFILES', value = > 0);

    dbms_datapump.set_parameter (handle = > h1, name = > 'TABLE_EXISTS_ACTION', value = > 'REPLACE');

    dbms_datapump.set_parameter (handle = > h1, name = > 'SKIP_UNUSABLE_INDEXES', value = > 0);

    dbms_datapump. START_JOB (handle = > h1, skip_current = > 0, abort_step = > 0);

    dbms_datapump. Detach (handle = > h1);

    errorvarchar: = "NO_ERROR"

    EXCEPTION

    WHILE OTHERS THEN

    BEGIN

    IF ((errorvarchar = ' ERROR') AND (tryGetStatus = 1)) THEN

    DBMS_DATAPUMP. Detach (H1);

    END IF;

    EXCEPTION

    WHILE OTHERS THEN

    NULL;

    END;

    LIFT;

    END;

    /

    *****************

    all entries are appreciated

    Thank you

    Please let me know if you see a code problem

    What is your question has to do with Sql Developer?

    Unless you can connect you must mark ANSWERED thread and repost it in Sql and Pl/Sql forum

    the Japan Government says:

    Hi Jeff

    I expect that it runs the import at least.

    Get this error now on line 66:

    EXCEPTION

    WHILE OTHERS THEN

    BEGIN

    IF ((errorvarchar = ' ERROR') AND (tryGetStatus = 1)) THEN

    DBMS_DATAPUMP. Detach (H1);

    END IF;

    EXCEPTION---> line 66

    WHILE OTHERS THEN

    NULL;

    END;

    When you repost you should post the EXACT code you use. The code you posted is NOT valid: you must also REMOVE the WHEN of OTHER or you can expect everyone to book you to INTENTIONALLY HIDE any exceptions that occur. Why do you NOT want to know if Oracle finds problems in your code? That makes NO sense at all.

    IF ((errorvarchar = ' ERROR') AND (tryGetStatus = 1)) THEN

    There is NO SPACE after the "and" what is garbage just as far as Oracle are concerned.

    Either you have posted an incorrect code or your code has syntax errors and will not compile or run anyway.

    I suggest that correct you your syntax errors before reposting in the Sql forum. If you have pain to find their delete ALL unnecessary code to reduce the problem to the example as SIMPLE as possible, until you find the code causing errors.

  • Layer of Source text a link to the external text. (no code in doc!)

    I saw a link to text with snippets of code inside documents.

    This means that the external text document must contain pieces of scripts.

    I would like to make a link to txt (or csv) documents that contain no code.

    Total noob users must be able to link a text of an After Effects project.

    I have a Web site data receiver Exporting CSV values.

    It would be ideal that After Effects can hoover the text and put some pieces in some source texts.

    We are talking about here auto sports cards.

    Is this possible without adding code to a text dump?

    Or is it simply impossible?

    I solved it by using Expressions.

    In the JavaScript reference Guide, there are a lot of usage of the word VAR as the first word in a line of code.

    Seems to be what does not include AE.

    When I program without it, many commands work fine.

    Damage data Web site continues to change its structure.

    Him copy / paste / expression method worked fine for a day and then I went to the square.

  • a solution of the box? Or code change is required?

    At high level, we understand what consistency is everything, now we want to start putting our hands with a CEP and see if it a real advantage for our existing J2EE applications.
    Is however not clear to me yet, if it's out of the box solution or it involves our existing J2EE applications with the specific API refactoring.

    Thank you

    Hello

    OK, in most cases, yes you need to change your application but how much change depends on how you want to use the consistency. If you just want to use it as a basic cache to avoid repeating the database calls so you can make it work with enough little changes. If you want to use features more consistency, you obviously more changes. It also really depends on how your application was built in the first place. If it's a well designed application with a good separation of concerns - that is, it has a well built the data access layer, so it's simple to connect only a layer of consistency. If the access code you DB spreads all over your application, then it will be a little more difficult.

    The simplest cache would be something called cache when your application needs to read the DB side where it first checks the cache, if the data is there it is used instead of a DB call, if it is not there it is read from the DB and added to the cache. Alternatively, if your DB access code is completely free confined and easy to move you might look put this code inside the cache stores and using write through. Your application then justs reads data from or writes in a cache and consistency and then calls your cache store to do the required DB access.

    Other things you should be aware of (which apply to any caching solution) are if your application is the only one who did the updates of the DB. Keep the cache and DB synchronized if other applications can update the database is something that must also be addressed. There a lot of patterns.solutions to do this, yet according to the specific use cases.

    There are so many ways to do something with the consistency it is a little difficult to be very precise on what advice to give. It depends a lot on your application, how it was built and your specific use case. Do not be put off however, feel free to ask as many questions as you want, no matter how they sound newbie - what is forum.

    JK

  • Select the event inside the nested symbol does not

    It's actually based on a previous thread located here: http://forums.Adobe.com/message/5596353#5596353

    I thought about adding to this thread, but in many ways it deserves it's own separate discussion.

    I used the Zaxist examples and AMULI put in place successful. On a navigation bar located directly in the root.

    Now, the question is the same thing with a menu that is nested inside a symbol.

    In my example, I have a button that when you click on anime a symbol of navigation bar down. This works. Also, the LINK button retains its background color set to black until the user clicks another button in the main navigation bar. OK, he has no other button in this example. So just pretend and believe me, it works.

    Now in the nested clip, there is a similar function I Illustrazione in the compositionReady. Then I added my actions to each of the four buttons inside the symbol navlink nested. The rollover/rollover effects work well. But the click event shows an error. It is basically the same click event in the navigation bar on the root, which does not have an error.

    My code inside the compositionReady is;

    Reset the State of each button

    buttons = {}

    Reset: function() {}

    sym.getSymbol("btnLink").$("back").css ({"opacity": "0"})

    }

    }

    which button?  Zero means no!

    We set this variable to get know e what button

    WB = 0;

    Reset each State buttons Sub

    buttonsub = {}

    Reset: function() {}

    sym.getSymbol("btnCommunication").$("back").css ({"opacity": "0"})

    sym.getSymbol("btnIndividuality").$("back").css ({"opacity": "0"})

    sym.getSymbol("btnCreativity").$("back").css ({"opacity": "0"})

    sym.getSymbol("btnInclusivity").$("back").css ({"opacity": "0"})

    }

    }

    which button?  Zero means no!

    We set this variable to get know e what sub button

    SB = 0;


    I would like to only it where there are two functions. One for all main buttons and the other for all the buttons of the child. This way I can have two buttons stuck to the hover effect when you click them in order. If all goes well, that makes some sense.

    Here is my event click in the button "btnIndividuality" inside the symbol navLink nested:

    buttonsub. Reset();

    sym.getSymbol("btnIndividuality").$("back").css ({opacity: 1})

    SB = 1;

    The other three buttons are basically the same.

    So I tried a number of ideas. Especially goes directly from the stage and drilling down into JQuery. Nope.

    So the Firebug error is 'Javascript error in the event handler. Type of event = 162 item line ' we of edge.2.0.0.min.js. It's this line:

    function (a) {if (a) {if(!this.aSymbolInstances) this.aSymbolInstances = []; this.aSymbolInstances.push (a.getSymbolElement ())}}; Y = Function (a, b, c) {function f (c, b) {if (b.length > = 2 & & typeof b [0] = 'object' & & typeof b [1] = 'object' & & b [1] .Guy! == "onError") {var e; e = d.Event ("onError"); if (g) e.compId = g.getComposition () .compId; e.originalEvent = b [1]; d (doc indicator) .triggerHandler (e)} window.console.log ("Javascript error in the event handler.}} Type of event = "(+a)} var e = this [b [0]], g;" = If (typeof e = "function") if (b.slice (1), a = 'element') return function() {var;

    Why would I get this here and not on the root? What is the correct path to make it all work? If close, but not home right now.

    Files are located in:

    https://www.dropbox.com/s/xlgfeeyam9hyuf3/nested.zip

    Oops! Sorry, without my knowledge, that it was published before it is completed

    (3) thus, using Firebug, you get this when you trigger a click event

    In other words, sym.getSymbol ("btnCommunication"), the first statement in your buttonsub.reset function fails.

    In your mind, sym points to the instance of navLink, parent of the instance of btnCommunication.

    But the buttonsub.reset function is defined in the compositionReady event handler, so when it runs sym points until the symbol of the scene, which has no child symbol instance named btnCommunication. Where the bug.

    Therefore, the context of symbol should be past to the function as a parameter. Set it like this:

    buttonsub = {}

    reset function: ( symClick)

    {

    symClick.getSymbol("btnCommunication").$("back").css ({"opacity": "0"})

    And call it like this:

    buttonsub. Reset ( sym);

    In other words, the formal parameter symClick will receive as the effective setting, this actually sym sym pointing to the instance of navLink.

    Gil

    .

Maybe you are looking for

  • can I have FF show the passwords I type rather than just asterisks?

    I am the only user of my machine, and I would like to as passwords is displayed when I or FF clap. Instead of just asterisks, then I show the password as the username.

  • SetLine in DotNet

    Hello world I'm developing an application that uses VB.NET and VISION.I want to do a SetLine to change some pixels of my Image. Unfortunately, I have the exception "in a parameter of a type of VARIANT, you spent an invalid type. Here is a code exampl

  • STOP: failure of a file registry c000018

    Original title: help please... You will need to fix... Not my computer what I do with the error STOP: failure of a registry c000018 file? It won't let me load mode without failure or 19.ne last known good configuration.

  • Upgrade from 32-bit to 64-bit windows.

    I brought a laptop running Windows 7 32 bit despite its 64-bit hardware and 4 GB of RAM second-hand.  Because I brought used it does not come with the OS disks, but I do not have the product ID.  Is it possible to upgrade to Windows 7 64-bit, and thi

  • Windows 8 Pro restarts instead of closing down.

    Hello I have Windows 8 Pro x 64. I encountered this problem 3 times now. When I select "Shut down" in the "Power" menu, it restarts in fact instead of power. After that, when I connect, it gives me an error message "send / do not sent" who says that