Jailson's Forum Posts

  • My entry. This is my first game with Construct2. Thanks to SCIRRA for this delicious tool and for this funny competition. This challenge gave me courage to start a games development group. Well, for awhile the group has only one member, me. haha

    Hope you enjoy! :)

    a) SPACE BAR

    b) games.apimenti.com/projects/spacebar

    c) Brazil

  • Ashley, thanks for quick response in a sunday. I am talking to them about this problem.

    And about the sound bug on case sensitive servers, when next version will be released?

  • the answer of the Dreamhost Support:

    "Have you tried adding the following to an .htaccess file in your web

    directory:

    AddType text/cache-manifest appcache manifest

    Also this article might be worth reviewing:

    http://www.html5rocks.com/en/tutorials/appcache/beginner/"

    I created a .htaccess file with following content:

    AddType text/cache-manifest appcache manifest

    But the error persists. Is should be it?

  • this is where it is hosted and is not working 100%:

    games.apimenti.com/projects/spacebar

    same files are at my public dropbox and works properly:

    dl.dropbox.com/u/10935623/SpaceBar/game.html

    If you want I can export the c2runtime.js not minified to help you debugging it. Is it necessary?

  • Well,

    I didn't know If I should post this at Bugs section or at "How do I", but let me explain the situation, and you tell me if it is the right place or not.

    My game (for 4th bday competition) works fine at my Dropbox. I've uploaded the same files to a Dreamhost account, but it doens't load sound fx, and when the game changes to certain layout it comes to a black screen.

    What could be wrong?

  • OK, that's what I wanted to know! Thanks for quick response Tom!

  • Yes! I have a "completed version" but once I've posted am I allowed update my game with some new features?

    My game has already levels (it's a infinite game, but I am only capable of reach level 10 haha, I am very bad playing my game), and everything a game demands. But for example, it's is "one life only". But I would like to change to "health bar". I consider it as a new feature.

  • I have a version of the game. But it's only 10% of what I've planned, but it�s already playabe.

    My doubt is: once I�ve posted the game, am I allowed to update it until october 27?

  • I bet it's going to be fun!   <img src="smileys/smiley20.gif" border="0" align="middle" />

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You are my hero!

    Many thanks!! :)

  • Linkman, that is a good approach. At least is more elegant than mine, that way I could store positions at a database. I am not used yet with Array and Ajax at Construct2 but it would be quite easy, right?

    My approach was: for each piece, I would have an invisible copy in another layer, and it would check with the sprite overlapping condition.

  • Hi everyone,

    This is my first post. <img src="smileys/smiley9.gif" border="0" align="middle" />

    Would be Construct 2 a good tool to make jigsaw puzzle games?

    I consider this requirements for a basic jigsaw puzzle:

    1) drag and drop pieces;

    2) when the piece is near at right place it just snaps to right position;

    3) count time and pieces left;

    I made my first attempts last night. It was easy to do 1) and 3). But I am not satisfied with my solution to 2), it works but it's ugly.

    I would like to hear from you guys how would you do that.

    Thanks in advance