Azu's Forum Posts

  • Construct just crashed. So, what I tired to so is save a file to "%appdata%". See, I'm making a tool for Minecraft, and the config needs to be saved to "%appdata%/.minecraft/config/file.txt". However, when I ran it to test it, it crashed as soon as I hit the save button. Is there a way around this?

  • Looks like I'll be able to creating my stick figure game after all lol. Awesome plugin, although, I'm not sure if I'd buy it. Will this be like a replacement for the bone movement?

  • Anyone would have any idea on doing rotating gears colliding with each other? The way I'm think of is making like a fake collision, like a bunch rectangles attach to each gear and rotates with the gear.

  • So, I can't do something like this through events?

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

  • Awesome, now if there was version like this for CC. I know Lucid's still exists, but it doesn't have "Set X" "Set Y".

    Is it possible to have the fonts closer together?

  • Yes, I used GetToken.

  • Awesome. Also, I didn't know the wait plugin as part of CC already.=P

    I ran into a another issue. It doesn't seem to be reading the first characters or last characters in the text file. I have it set it to where it plays a sample based on the value in between the "|".

    Like on line 1, it won't play "00". O

    On line 2 and greater, it will play all values expect the last line in that line.

    It worked fine when I just load it it using the Editbox.

  • 00
    00|06
    00|01|06
    00|01|02|07
    00|01|02|03|07
    00|01|02|03|04|07
    00|01|02|03|04|04|08
    00|01|02|03|04|04|04|08
    00|01|02|03|06|04|04|04|08
    00|01|02|03|06|03|04|04|04|09
    00|01|02|03|07|02|03|04|04|04|09
    00|01|02|04|07|02|03|04|08|04|04|09
    00|01|02|04|07|02|03|04|08|04|04|04|10
    00|01|02|04|07|01|02|03|04|08|03|04|04|10
    00|01|02|04|07|01|02|03|04|08|02|03|04|04|10
    00|01|02|03|04|07|01|03|04|08|01|02|03|04|04|10
    00|01|02|03|04|07|01|03|04|08|01|02|03|04|04|04|10
    00|01|02|03|04|07|01|02|03|04|08|01|02|03|02|03|04|10
    00|01|02|03|04|07|01|02|03|04|08|01|02|03|02|03|04|04|10
    00|01|02|03|04|07|01|02|03|04|08|01|02|03|02|03|04|04|04|10
    00|01|02|03|06|02|03|04|04|04|07|01|02|03|02|03|04|04|04|02|10
    00|01|02|03|06|02|03|04|04|04|07|01|02|03|02|03|04|04|04|02|03|10
    00|01|02|03|06|02|03|04|04|04|07|01|02|03|02|03|04|04|04|02|03|04|10
    00|01|02|04|06|01|02|03|04|07|01|02|03|04|08|01|02|03|04|01|02|04|04|09
    00|01|02|04|06|01|02|03|04|07|02|03|04|04|08|01|02|04|04|09|03|04|04|04|10
    

    This how it looks in the txt file.

    However when I run it in game, it looks like this.

    <img src="http://dl.dropbox.com/u/32409323/Images/looks.png" border="0" />

    I want it appear as it appears in the text file. I have horizontal scroll off.

    Can do this with a token?

    Also, where can I get the "Wait plugin"?

  • Flash isn't going to get replaced by HTML5 (anytime soon anyway). A lot for people still use it. Games, animation, websites, etc. Sure, maybe more indie developers will use for the Android market, but I don't see it going past that. Really don't see a lot of big time developers dipping in the Android market.

  • Doesn't C2 support Python or Java Scripting like in C1 (Pyhton)?

  • Thanks guys.

  • I don't mean like random(50), I random two values. Like 1 and 5. Each tick the value would be 1 or 5. Not in between.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have this issue with flickering tiles. When the game scrolls tiles flicker, and I don't know why.

    Here's a build/sample build of the game.

    dl.dropbox.com/u/32409323/Build.7z

    <img src="http://dl.dropbox.com/u/32409323/Images/demtemps.png" border="0" />

  • Base stats are level 1 stats.

    If your BaseHP is 45. The formula would be 45 + ((lvl^2)*X) I'm assuming X is your current HP.

  • Is it possible add a Track Topic feature?