mrcgkh's Forum Posts

  • A simple project to improve my skills in Construct 2

    http://www.scirra.com/arcade/puzzle/16959/2048-beta

  • Sprite Set position through Array (and XML) not working correctly

    There is a XML file to define first position of each Sprite. An array reads the XML.

    Array values seems normal if you check at the debug, and if you write the values to a Text object.

    But if you want to use this values at Set positon action they don't work as correctly.

    To show the problem i used two similar action.

    Attach a Capx

    ____ Upload a Capx to this post ____

    Description of Capx

    capx reads a XML file and put some sprites to some coordinates through the values inside XML

    Steps to Reproduce Bug

    • Just run to see the first version without problem
    • Disable the first Sprite set position action
    • Enable the second Sprite set position action
    • Run again

    Observed Result

    Sprites are not in correct coordinates

    Expected Result

    Sprites need to be in correct coordinates

    Affected Browsers

    • Chrome: (YES)
    • FireFox: (YES)
    • Internet Explorer: (YES)

    Operating System and Service Pack

    Windows 8 64 bit

    Construct 2 Version ID

    Construct 2 Personal edition r 163 (Steam 64 bit)

  • rexrainbow

    Yes. I use long sentences in excel that have some commas (,) in it. So i prefer another delimiter like After every conversion with excel2csv tool i make extra hand corrections in csv file.

  • rexrainbow

    Thank you for this great plugin. I need to use a lot of comas in my spreadsheet. So i use delimiter property. But it needs a lot of hand corrections. So i need an easy converter. Your excel2csv tool works great. (But if i try to do the same thing in Excel --> Save as cvs it didn't work). It's possible to add a parameter for using different character than comma. For example

    excel2csv test.xlsx "@"

  • Unsuccessful attempt

    For example there is a multiple row text in edit box. I want to get every line in to separate variables.

  • Hi Is it possible to read a text in a specific row?

  • OlivierC

    You bring back my memories. Lovely work.

  • Thanks for everyone. I found a solution

    <img src="https://dl.dropboxusercontent.com/u/70704903/ForumQuestions/20/textsolution.png" border="0" />

  • Thanks Jase00

    I also shared a capx

    You can see that all texts height are 281 pixels. So they're long enough to carry another line of texts.

  • I mean it's not practical.

    For example you want to save 100 different values in an array. You need 100 different actions. But you can create a one text variable and read any value with tokenat

    Here is my system. Every text has a different instance variable(no). I give different values to texts like this

    <img src="https://dl.dropboxusercontent.com/u/70704903/ForumQuestions/20/longtext.png" border="0" />

    <img src="https://dl.dropboxusercontent.com/u/70704903/ForumQuestions/20/witharray.png" border="0" />

  • Try Construct 3

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

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

    In my new projects i used some big text variable instead of arrays. For example you can look at this project. It isn't possible to give a default values for array, so using a text variable is practical.

    I plan to group every text object values in a big text variable .

  • I want to read values for Text objects from some variables. But i couldn't create a newline.

    Thanks.

    <img src="https://dl.dropboxusercontent.com/u/70704903/ForumQuestions/20/event.png" border="0">

    Here is my capx (r152)

  • Really impressive. Maybe giving a launch angle will be more effective. What kind of a effect do you used for black orb?

  • Official textbox object is very limited. It didn't have some important attributes like font type size ,color,border color, border size,padding.

    I tried some other unofficial textbox plugins. But they're not rendering correctly.

    <img src="https://dl.dropboxusercontent.com/u/70704903/ForumQuestions/20/textbox.png" border="0" />

  • I tried to create an online tool for my data structures lessons. If i could find some spare time, i planned to create similar tools for other sorting algorithms.

    http://www.scirra.com//arcade/example/11292/bubble-sort