aviata's Forum Posts

  • OMG thanks man.

  • bump

  • Hey guys Im trying to create and position object with xml file by this event.

    Im trying to achive this.

    But instead I fail and this happen. The object overlaping ontop of each other.

    <?xml version="1.0" encoding="UTF-8"?>
    <Enemy>
    	<monster>
    	<name>bugaga</name>
    	<hp>10</hp>
    	<des>A vicious monster</des>
    	</monster>
    
    	<monster>
    	<name>bugagi</name>
    	<hp>25</hp>
    	<des>a vicious and stronger monster></des> 
    	</monster>
    </Enemy>
    [/code:341njzyz]
    
    Another problem
    Id like to know how to set the instance variable based on the node without repeating the same value as the first node.
    
    I know I can position it manualy but I have different set of monster xml so I need it the y position procedural every time I load different xml file. Thank you.
    
    CAPX file [code:341njzyz]http://www.filedropper.com/challanger[/code:341njzyz]
  • How to make obj file work on this?

  • ramones Thank you for that. I fixed it with this code

    "<?xml version=""1.0""?>
    <object>
    
    <build id=""0"">
    <xpos>250</xpos>
    <ypos>250</ypos>
    </build>
    
    <build id=""1"">
    <xpos>350</xpos>
    <ypos>250</ypos>
    </build>
    
    </object>"
    [/code:16q6eh65]
    
    Now I'm trying to assign the [b]object instant variable[/b] with the build id in the code above and the event below. Its not working.
    [img="http://4.ii.gl/T1nAIsK-.jpg"]
  • Hey guys Id like to know how do I create objects with xml files.

    XML Code

    "<?xml version=""1.0""?>
    <build>
    <xpos>500</xpos>
    <ypos>500</ypos>
    </build>
    
    <build>
    <xpos>100</xpos>
    <ypos>200</ypos>
    </build>
    "
    [/code:187dx0xk]
    
    [b]The event[/b]
    [img="http://4.ii.gl/KcSqaN_vP.png"]
    
    [b]This are the result of this code & event.[/b]
    [img="http://1.ii.gl/-UWmBSaPJ.jpg"]
    
    [b]I was expecting to get this result but it fail.[/b]
    [img="http://3.ii.gl/ELKktlbf.jpg"]
    
    Please guide me to set things right.
  • bump

  • Hello guys Im trying to create game like Clash of clan. Im now at the process of figuring out how to create walls like in clash of clan.

    I hope someone could point me to the right direction. I have a cap attached

  • Looking for Facebook Plugin Developer

    The latest facebook plugin dont work anymore cuz facebook API has updated. I need someone to help me work on updating it and make a few changes. PM me

  • I need someone to help me programming game play for a multi player card game.

    This is a paid job. Skype me at anantaint

  • do u have skype?

  • finish

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • finish