evilbunnies's Forum Posts

  • 5 posts
  • Any chance you know where I can see an example of this. I've tried it but unsuccessfully and don't know if I'm just doing it wrong or whether it just won't work with what I'm trying to do.

    I was using the AJAX to load the text file which is a csv table containing 10 columns and several hundred rows.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Currently I am trying to find an alternate way to import a local text file into a string without using AJAX. Its very easy to do with AJAX however, that causes the entire app to fail with AppMobi or CocoonJS. If anyone could tell me an alternate method to do this I'd really appreciate it.

    How I am doing it with AJAX:

    <img src="http://dl.dropbox.com/u/33980873/Untitled.png" border="0" />

  • Tried both your suggestions no go, even tried a loading sprite no go. I suppose I'll just make sprites to use as buttons, hopefully that solves the problem.

  • When my game switches between layouts the button objects that are on the page jump out to the left before resetting to their proper positions. It doesn't cause any problems with the function of the game, but is just aesthetically displeasing. I have no idea why they are doing it, and would really appreciate it if someone could tell me how to fix it.

    My .capx file

    dl.dropbox.com/u/33980873/Double%20or%20Nothing%20Trivia.capx

    Using [Plugin]Random Array

    scirra.com/forum/plugin-randomarray_topic45277.html

  • In my game players earn money which they can spend in the store, and the value they can earn get quite high so my problem is this. On screen I display how much money they have by pulling a value from a global variable and displaying it in a text box.

    Currently it is displayed like this:

    1234567.36

    How I want it to look:

    1,234,567.36

    Basically I want a way for it to convert the number into a prettier version. This is my first project with Construct 2 and I've searched around as to how to do this but haven't found anything. Any help anyone can provide is greatly appreciated, thank you.

  • 5 posts