Braus's Forum Posts

  • What would be a good price to sell a CAPX? I know that depends on the complexity of the game, but I think we could estimate a percent, for example 5 times more or 50% more, etc.

  • They are really small. I think I can produce 3 or 4 games per day. I know that this price is to low, but as I said, he intend to request more games (maybe 200 in total). But my question is more embracing: are you deliver the CAPX if the client requested that or do you negotiate it aside? Or it still depends on the project's value?

  • I am negotiating to produce 20 small games per U$ 20 each and this is the opportunity to buy a copy of the Construct2 (by the way, I will buy it anyway). Forget the value. They are simple games and the client intends to produce more later. The problem is that he also wants to receive the source code and I think it's not fair.

    I think the CAPX is the same the FLA file and I never sold the FLA file with the SWF file. The correct is to negotiate it a part once it could be replicated to create new games later, but he does not to negotiate it. Am I wrong?

    The problem is that he will cancel the project if I do not agree to deliver the source code.

    What do you think about it guys?

  • Hey korbaach. Thank you. You are a true life saver.

  • I want a text file in a json format not a db. Thanks anyway.

  • BUMP!

  • UP

  • Hey Thanks but I what I found is very specific. Do you have an example to show me? Something that worked for you would be fine.

  • I know how to do this on my machine but I don't know how to save it on the server. Is it possible?

  • Thank you guys.

    MadSpy: It worked very well.

  • I'm doing a chart with 6 bars and I need to get this type of format: 12.33% besides that the sum of all the results must be 100%

    Expression I'm using: round(intResult/totalPoints)*100&"%"

    If the intResult is equal 12 and the totalPoints is 115, I'm getting 10% instead of 10.43%

    I also need to know how to detect the higher one and a tie.

  • Great! It works like a charm. Thank you very much.

  • 1: I need to check if two or more instances are showing the same frame. if not the game goes ahead.

    2: It works well. Thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I will check it. Thanks for all.

  • Awesome OddConfection!

    Thanks for all the instructions and for the capx too.

    I'm having a problem to load PNG files. The image has a transparent background but the bg always is showed black. Do you know how can I fix it?