Kyatric's Forum Posts

  • You can also try the official #construct IRC room to have a chat (Thread about it)

    Link to a mibbit widget.

    • Post link icon

    I can not understand why somebody should pay 119$ if it is possible not to do it?

    Well you can do it indeed.

    But the moment you try to make money out of the application you make without a legit license, you can be sent to court. And this trial will cost you far more than 119$ (and it won't cost you only money but also public image/perception as being a stealer, so who would buy your product ?).

    Anyone who do so would be an idiot law trespasser who's really bad at making a simple calculation.

  • Illustration of Jase00's solution :

    <img src="https://dl.dropboxusercontent.com/u/36472942/construct/forumhelp/LocalVariable_Group.PNG" border="0" />

    • Post link icon

    I don't really see the relation between C2 torrents and your possible game release.

    It has already been mentioned several times along this topic, "pirates" are people who nevertheless never would have considered buying the product in the first place.

    It's also has shown that most people there are willing to buy it mostly to support "honest creators" who visibly bust their asses. And the price of the licenses has been calculated so that, despite any "loss" that might occur from pirates, making C2 is still being profitable and fair to the users.

    When you see the creators of hotline miami having their game pirated, and releasing a patch for the cracked version, it really goes on to show that the best way of dealing with piracy is not really bothering about it. What matters is that they want their game to be played, and it goes up making them good advertisement and probably even selling more games in the end.

    Also I'm not sure android and iOS are the most pirated markets.

    For iOS for example, it requires some jailbroken OS which is not as easily accessible as downloading a torrent and execute a file on computer.

  • Sounds like this issue doesn't it ?

    Try to have a play with the point/linear values of the "sampling" project property ?

  • rabidsheep is almost right, that's not the only way, the other is using the built in cocoon JS export and follow tutorials like : this or that and use their own cloud system.

  • They've already answered in the past by the same answer sqiddster already gave.

    Also IMO, it's unlikely they will "give it for free" to past owners.

    When you buy a cinema ticket to one movie, it doesn't automatically gives you a free ticket or a discount for the sequel, does it ?

    Just be aware that all updates for Construct2 are free and this alone makes the price of the license worth (there's already been more than 80 updates since the first public release). If/when Construct 3 becomes available, I'd consider it natural getting a new license.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Since it is the layout size and not the displayed size that it is used, I don't see how that's not an expected behavior. It also makes your point 2 not valid.

    Or maybe as an option then, because projects which were built so far using wrap as it is intended would be broken by such a change.

    If the wrap behavior is not what you need, as you did for the blue rectangle, make the behavior you want through events.

    Once again, I don't think it is a bug with the behavior itself.

  • Perhaps your capx is incorrect, the capx you provided only contains one red rectangle.

    Also be aware that the wrap behavior only works with the layout size, not with the viewport size. Not sure it's a bug, but rather a misunderstanding of the wrap behavior's design.

  • Gamepad support is mostly the one of xbox360 and works (only) in Chrome browser.

    The user also needs to register a first input (press a button on the pad� to "initialize" it at first.

    Post some capx if the issue isn't related, without more informations, we can't guess what's happening.

  • You do not have permission to view this post

  • Arima: isn't Canvas2D - Software as opposed to WebGL - Hardware ?

    : If it is like for PC, this issue sounds like a lack of graphic drivers update.

  • zendorf: Display the "Renderer" system expression in a text object for example.

  • Use the "Search" function in the ribbon ?

  • Your dialog is adding an event, not adding an action.

    That's precisely what the paragraph is warning about.

    Events are "the left column" of the event sheet whereas the actions are "the right column", the list to the right.

    <img src="https://www.scirra.com/images/articles/eventdiagram.png" border="0" />

    If you want to add an action click the little "Add action".