episuarez's Forum Posts

  • 15 posts
  • As Stachir says, change the line of c2runtime.js file, the line let ret = 0; replace it with var rest = 0;

    With this works.

  • The same problem has been removed audio plugin and it worked.

  • Thanks for both points! This is the correct link, https://www.kickstarter.com/projects/14 ... hitty-game

  • Hi everyone,

    Our project to construct 2, after publication in http://steamcommunity.com/sharedfiles/f ... =420540695 greenlight, have taken a kickstarter campaign, https://www.kickstarter.com/projects/14 ... hitty-game

    Our goal is to further improve the game, for example, ordering a soundtrack for it.

    Do we you help make it known? What do you think the campaign?

    Thank You <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello everyone,

    We published our first game on Steam in greenlight. The game is called Scarab, is a runner where you play with different beetles throwing shit.

    We have much work to do, but all comments and votes, especially if positive is appreciated.

    We have been at an event presenting it and have obtained good comments.

    What do think?

    http://steamcommunity.com/sharedfiles/filedetails/?id=420540695

  • Did anyone has had the same problem? Has anyone seen any alternative other than the load of the image url?

  • Hello everyone,

    We are in a development of one of our games, a game that is geared for pc, mac and linux, so we use export desktop.

    The problem we have in our game is that it has a randomly generated levels, it causes have many images which have an important size.

    We currently under development we're doing with apache and loading images dynamically. It is a solution, not the best, but it's a solution.

    My question is, Is it possible to export the desktop, local access images to load them dynamically? Has anyone had a similar problem? How is it resolved without drastically increasing memory?

    Ashley, It will include this feature soon?

  • Hi,

    I'm a little lost, and blocked with Construct2 problem.

    I am developing a Sudoku, and generating a series of numbers the browser with 25% of CPU crashes.

    Attached as genre at random series numbers. Also I begin to think that the event to check if a value is in an array, not very optimized.

    What do think? Any help? Thanks.

  • I have not really explained very well. So, I upload an example, to make it look easier.

    I think this is wrong, I mean, it is too bad the effect of standing the character, before you let him move if not rotate.

    Demo - mediafire.com/download/bb1zb491ammbglb/Demo.capx

  • In my tests with the pathfinding in a simple test with rotation enabled, the calculation seems very fast.

    However, with the rotation turned off, the time you spend to rotate the sprite, it still used but not rotate the sprite. So it gives the feeling that the calculation is slower.

    I tested with simple pathfinding, a sprite and by clicking a button to go to a position without more.

    Does anyone else has noticed?

    Edit to put a demo of the error. Demo - mediafire.com/download/bb1zb491ammbglb/Demo.capx

  • Hello everyone,

    I'm Cofounder of CTGames, (http://CTGames.es) and creator of DDV (http://desarrolladoresdevideojuegos.es).

    I love all the computing, especially video games and their development.

    Happy to help or collaborate and hope you enjoy the projects we are doing in CTGames :)

  • Asmodeus, in a non-fixed version control language. Explained in a fast, in the "commit" creates snapshots of all code that lets you compare, work in different branches, and so on.

    Best explained in en.wikipedia.org/wiki/Revision_control

    Bitbucket is an option for certain services. For a serious development, I personally think it is better to have the code located, protected, with backups and private servers.

    Tomorrow Bitbucket closes. Who demand your data?. It is not because they give bad service or anything like that, I just think it's something to consider before having a serious problem.

  • best way for you is to grab a Notepad papers what ever you can get ur ink on and Try to write down your events So that you can See where you changes things and or a power outage Causing to lose data or computer crash etc or a cat ate your computer.

    I prefer writing my events down and or sometimes if i like the set of events to make something happen ill record it for future uses with a good comment on what it can be used for.

    Think of it like old school back up copy

    I was not referring to a history of changes. Perhaps I have not expressed very well.

    Only say that the focus is where the action is in the code. In this case the Undo or redo it.

    Another issue I see very necessary when working on a project several people, is able to compare projects, for example through xml files. Meld or WinMerge and similar programs often give bad results and wastes time.

    But this is changing the subject and almost go offtopic, sorry.

  • Exactly, the focus should be on the line when it changes. It really is a small thing, but it saves time.

  • Greetings!,

    I have not found in the forum, I apologize if already posted.

    Is it possible to undo (Ctrl + Z) or redo (Ctrl + Y) to display the line has changed?

    Sometimes when it is testing various options, it helps to know what has changed and not have to check all lines recalling what change had taken place.

    A greeting.

  • 15 posts