Borghi's Forum Posts

  • Hello!

    I'm kinda new to this and I'm making my first construct game.

    I'm setting the standing animation, for example, and I find it very weird that the program doesn't have a simple way to list the sprites you want in the order you want.

    For example, in the M.U.G.E.N. engine (an old engine created to make fighting games) you import your sprites and then work in the animation editor, where you code things like this:

    ;----------------------------------

    ; Standing Animation

    2,0, 0,0, 15

    2,1, 0,0, 3

    2,2, 0,0, 15

    2,1, 0,0, 5

    2,0, 0,0, 15

    2,1, 0,0, 3

    2,2, 0,0, 15

    2,1, 0,0, 5

    ;--------------------

    The first line read like this:

    -2,0 (number of the sprite)

    -0,0 (doesn't alter the position of the sprite in X or Y)

    -15 (duration of the sprite in ticks)

    The soft reads all the lines form up to down and creates the animation this way. once it gets to the bottom it loops.

    This is a great way to map the sprites inside the animation and put the sprites in the order you want, with the duration you want and repeat them as you want.

    So, I can't find this in construct. It looks like I'm forced to import the frames in the correct order, can't repeat a frame in the middle put at the end, or any other stuff.

    Is there an easy way like this to map the sprites in the animation?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi you all! this is my first post. Sadly, it's a "help" one.

    And I guess this has been answered before, but couldn't find the solution yet.

    when I want to preview my game the browser opens (chrome in this case) and says "no internet connection abailable" (don't know if those are the exact words since mine is in spanish)

    it doesn't say local host problem or anything like that. Just asks for internet connection (that I don't have nor need in that particular PC). I've read that this soft doesn't require a connection to test the games.

    So, what do I do?

    I really don't understand much about internet connections, ftp, IPs, etc... that's a mistery to me, so I need some guidance. It also happens that the PC I use to work is 2 floors above this one (which obviously HAS a connection), so, everytime I need to check something online it's a pain in the a**.

    Tha's why I can't keep checking online "step by step" tutorials over and over.

    aniway, help please!

    thanks!