How to convert something to a symbol without turning into a rectangle?

hi,
i'm making a flash game (pac-man) and i have designed a level (the walls). Now when i convert it to a symbol flash makes it a rectangle (he counts the gaps between te wall as part of the symbol). This is a huge problem because when i want to test collision between pac-man and the walls in actionscript he always "hits the wall" because he is inside the object. Is there a way to convert only the walls into a symbol, or are there other solutions?
sorry for the crappy english

I should add that if you place the wall sections inside another movieclip, you don't really need an array for them.  If they are the only children of that moivieclip you can cycle thru them by targeting them using getChildAt(0) thru getChildAt(container.numChildren-1)  So you can spare yourself the trouble of storing them anywhere manually.

Similar Messages

  • How to convert java class file version without decompiling

    Hi,
    Oracle R12.1.3 i am having illegal access error while try to access the class file version Java 1.3 uses major version 47,So how to convert the class file version without using decompiling.
    Current java version is 1.6.0_07
    Is there any tool or API for converting class file version?
    Thanks,
    Selvapandian T

    Beside this I wonder where you get your error from since AFAIK 12c comes with java 1.6.
    Well wonder no more!
    OP isn't using Oracle 12c database.
    They are using Oracle R12.1.3 - which is the E- Business Suite.

  • How to convert an Integer to byte[] without lose data?

    How to convert an Integer to byte[] without lose data?

    I use the following to convert any java Object to a byte array
    public static byte[] getBytes(Object obj) throws java.io.IOException
            ByteArrayOutputStream bos = new ByteArrayOutputStream();
            ObjectOutputStream oos = new ObjectOutputStream(bos);
            oos.writeObject(obj);
            oos.flush();
            oos.close();
            bos.close();
            byte [] data = bos.toByteArray();
            return data;
    }

  • C#: How to convert Keyboard.key (Unicode char as number) into correct char?

    Our application uses barcode scanner.
    when scanning a barcode and convert Keyboard.key (as ushort with value 16, it represents char ':') by using
    1)(char)(Keyboard.key)
    2) or Convert.ToChar(Keyboard.key),
    both way convert into symbol '+'.
    How to convert into ':'?
    What is a correct way to convert Keyboard.key as ushort into correct char? Thx!
    JaneC

    Hi Dan Nemec,
    It is normal '+'. It is special '+' symbol.
    We search a little bit and find out Unicode ':' is 3A and value is not 16.
    So during the process barcode scanner, the value has been changed in some way.
    We are trying to find out where the value has been changed.
    JaneC

  • How to convert flat file to XMl without key field value

    Hi experts,
    I have a input CSV Flat file which has got one HEADER line and Multiple Detail records.
    I do not have any key field value to convert this FLAT file to XML using normal file content conversion.
    Is there any module or Bean which can be used to convert this Flat File to XML.
    Or any other remedy to overcome this problrm.
    Thanks in advance.
    Regards
    Pradeep

    Hi Saurabh,
    Thanks for the reply.
    Ur understanding is perfectly alright.Lets say my file is like below.
    Account Number,Account Name,Currency,Unclear Balance,Account Balance010205000033,VAISHNAVI SALES CORPN,0.00,0.00,350000.00
    010205000034,CHAKKA ENTERPRISES,0.00,-641350.47,8649.53
    010205000035,SEHGAL TRADING COMPANY,338665.00,-220.00,461115.00
    010205000036,SHUBH LAXMI AGENCIES,0.00,0.00,0.00
    010205000037,EMPIRE AGENCIES,0.00,-245.11,0.00
    010205000038,PIONEER AGENCIES,0.00,-696386.00,303614.00
    I am not using the first line in the mappiing.
    Are you saying that I need to ignore the first line while doing the conversion using Recordset OFFSET ?
    Or do I need to make a single structure taking all the fields from header as well as details and while defining the structure I need to ignore the fields from header?
    Please suggest.

  • How to convert text values acceses from jsp page into an xml file?

    /* this is the jsp page which i want to convert it into an xml file
    please help me , i thank in advance*/
    <html>
    <head>
    <title> xml test</title>
    </head>
    <body>
    <form action="testxml2.jsp" method = post>
    <ul>
    <li>
    <ul>NAME:
    <br>
    <li>First Name:<INPUT NAME="firstName" TYPE=text SIZE=20><br>
    <li>Middle Name:<INPUT NAME="middlename" TYPE=text SIZE=20><br>
    <li>Last Name:<INPUT NAME="lastname" TYPE=text SIZE=20><br>
    <li>t Name:<INPUT NAME="tname" TYPE=text SIZE=20><br>
    </ul>
    <br>
    <ul>Role:</b><p><input type="radio" name="role" value="buyer">Buyer<p>
              <input type="radio" name="role" value="seller">Seller<p>
              <input type="radio" name="role" value="thirdparty">Third Party<p>
    </ul>
    <ul>
    Qualification:<br>
    <li>Highest Degree:<INPUT NAME="degree" TYPE=text SIZE=20><br>
    <li>Percentage: <INPUT NAME="percentage" TYPE=text SIZE=20><br>
    </ul>
    <ul> Adress:
    <li> streetName:<INPUT NAME="street" TYPE=text SIZE=20><br>
    <li>cityName:<INPUT NAME="city" TYPE=text SIZE=20><br>
    <li>StateName:<INPUT NAME="state" TYPE=text SIZE=20><br>
    </ul>
    </ul>
    <b>
    <INPUT TYPE=SUBMIT VALUE="ENTER" >
    </body>
    </html>

    hi there,
    In the MCV there is a part about struts, this is a descent way to do this.
    how to do it:
    create an actionform containing all the properties of the page.
    then when you submit your form use an method in the actionforms (that you have written) that makes sets your data in a xml file.
    this works very quickely and i use it in production...
    you can choose if you want the xml to generaded hard coded or via a parser.
    greetings

  • How to convert a config of an IOS AP into the proper config of a WLC ?

    Hello All, I have a production site to move from IOS APs to LWAPP under a local WLC and I need to prepare the following steps
    1- save all the configs of the IOS APs : ok
    2- convert the configs of those APs into 'something' to be imported from the WLC: can this be done or will I need to put all by hand into the WLC?
    thx

    I had the same challenge when I migrated form IOS to LWAPP.
    What I did was duplicated my IOS config on to the controller. Once tested that I can connect to that with out changing configuration on the client side I changed the IOS AP's to LWAPP.
    Coming back to your question about importing - I didn't see it. I just added it manually on the controller.
    P.S make sure the AP's you are running is compatible with the code required. Also make sure country code is not an issue for you. It was for me since I am running bridges. So I left one AP on IOS.

  • How to convert Visiprise 4.2 DB dump data into SAP ME 5.2 dump data

    Hi,
    Currently i am working in two versions of SAP ME : (1.) Visiprise 4.2  and (2.) SAP ME 5.2 . I have many Oracle DB '.dmp' files for the Visiprise 4.2 version. I want all of them to be converted to the SAP ME 5.2 version. I analyzed the DB schema for both and found lots of changes like index , data type , size , even some columns and tables are added in SAP ME 5.2 . My Visiprise 4.2 instance uses Oracle 9i and SAP ME uses Oracle 11g but that is not a big problem to convert and load . Can anyone help how i can change the Visiprise 4.2 DB dump data compatible with SAP ME 5.2 data since there is lots of change in schema?

    Hi,
    You have to run all DB upgrade and data migration scripts available in 5.2 release to make your 4.2 DB compatible with ME 5.2. These scripts should contain all the DB structure and data changes. The scripts should be available in Clients installation. For detailed process check ME 5.2 Upgrade guide that should be available on SMP.
    Regards,
    Konstantin

  • How to convert the customized report sales price list into excel sheet

    hi friends,
    i am faceing the probulem in VK13 report is not conveting into excel sheet, then i developed the one customized report,
    in this report i am using the tables are a506, konp,and makt, result is coming and it converted into excel sheet in my systam. when i was clik on the excel sheet icon it comming  excel format it working fine and save it. But in menubar list>export> localfile and select redio button spredsheet this navigation only it print the three colums not coming the total colums,
    same program test in another system it not converted into excel sheet, when i am click on excel sheet icon  it's given the message is 'VIEW CAN NOT BE SWITCHED, PRODUCT NOT INSTALLED OR INTEGRATION NOT ACTIVE'. but i giving the print privew it giving the three colums only,.
    In program i am using regular using reuse_alv_grid_display FM only.
    sorry this qusition is repeted becuse before that one mising some text.
    any one plz help me.
    thanks
    raj

    nice answer

  • How do I create a duplicate bookmark without going into the bookmark library and copying it

    I use "bookmark all tabs" to temporarily save a group of pages I'm using.
    If I previously bookmarked one of these pages, the old bookmark gets deleted without warning.
    I don't want this behavior, it STINKS (to put it nicely) that there is no option to keep the previous bookmark.
    I want the bookmark that I carefully saved into a specific folder to remain so that I can delete my temporary folder without needing to move each of the bookmarks back to it's original folder.
    I guess you have a control freak who knows what is best for everyone working on your bookmark functionality.

    Old Add Bookmark Behavior: https://addons.mozilla.org/firefox/addon/8479
    You can do a Copy & Paste in the Bookmarks Manager (Shift+Ctrl+B) to create a copy of a bookmark.
    You can also drag the (fav)icon in the location bar to a folder in the Bookmarks menu drop down list or to a folder in the side bar (Ctrl+B) or to the Bookmarks Toolbar.
    In the side bar you need to click to the left of the icon to prevent Firefox from opening the bookmark.

  • Do anybody know how to convert a file of movie from windows into ipad?

    I was trying to download a movie from a friend, and it was in avi format i was lookiking for different programs to convert but i could not find anything apropriat so i this is my question is there any programs exist to convert movies from other programs  that can be run on ipad?

    You need to convert the film to mp4 or m4v format
    Handbrake is free and there is a version for Mac and one for windows
    http://handbrake.fr
    But it should not be used for copyright material

  • How do I batch the file name (without extention) into the keyword in the metadata

    I am trying to use a keyword into sets of images, each of the images on the set contains in the file name what I want for keyword and an extension.
    Example,
    File names:   
    WD111_main
    WD111_01
    WD111_02
    I want all of them to have on the metadata just WD111.
    help?!?!

    You will need to do this with a text field and a Javascript that executes on open.

  • My phone is frozen....this is the second phone that has done this.  How can I get my phone working without going into a store spending countless hours only for them to minimize the problem.

    My phone froze this morning while I was replying to an email.  Is there anything I can do to get it working and to avoid going into Apple?

    Assuming it is charged and did not shutdown due to low battery, have you tried an power off/on?  Or a reset by holding the power and home buttons until the apple logo appears and it restarts?

  • How Do I Preview Logic Instrument Sounds Without Inserting Into A Track?

    I am a very new user of Logic Pro . I run a Yamaha Motif keyboard. Self-taught so jumping around. My program is set to autolaunch a song template where I can record, bounce and edit sounds and instruments but am UNABLE TO PREVIEW the instruments in logic with out inserting them into a track.
    Any advice would be greatly appreciated. Frustrated, sad but excited to be a part of the Logic community.
    Mary

    Is mayonnaise ok? Goes better with the blue iLok than ketchup...
    Incidentally, it is possible of course to implement a preview functionality, as all it will do is instantiate an instrument plugin on an "invisible" track.
    The point I was making is that in order to hear an instrument, it has to be instantiated and have MIDI input routed to it, and audio output taken from it.
    As this is kind of the point of a "track" in DAW speak, and as these days we have unlimited tracks, there really is no difference to loading the plugin into a preview mode versus just putting on your selected (or any other) track - with the downside that with the "preview" function, once you've found your sound the DAW would have to go and instantiate the desired plugins on the source track again anyway.
    In essence, you have unlimited tracks to "preview" your sounds on anyway - unlike in early tape machines or sequencers, tracks are in no way precious commodities these days.
    I hope that helps a bit, Mary...

  • How is it possible, that a pdf file turns into a psd file while sending with mail

    I have send a pdf file as attachment with mail. the file shows correctly as pdf file. but when the file arrived at the addressed location it turned into a psd file. in addition it seems there is a problem sending png and ai files. once those files have arrived through mail I am getting the feedback, that the files are are not scalable, they are fuzzy or completely messed up.
    has anyone an idea, where the problem comes from?
    thanks for response
    angelika

    Hello,
    toddisalive wrote:
    Additionally, I have found an AppleWorks file that could be the script, but it is ZERO bytes in size, and Pages won't even open it, saying that it is not a valid AppleWorks file.
    if the size of this file is really ZERO bytes, either the original file contained an empty data fork and a resource fork which was stored elsewhere (*) or the file is too damaged to retrieve anything. Moreover, as AppleWorks never generates file with empty data fork, at least to my knowledge, ....
    Concerning the Movie Magic ScreenWriter files, the application seems to exist for Yosemite http://www.write-bros.com/movie-magic-screenwriter.html ( but it seems "expensive"  and I do not know if it accepts to import old files )....
    (*) maybe in .TOTO or __MACOSX/.TOTO if the filename is TOTO

Maybe you are looking for