zenox98's Forum Posts

  • Have you got the backup and autosave features enabled?

    What type of device are you saving to: local, external or cloud?

    If local: are you trying to save to a sytem restricted folder? Newer Windows systems don't generally allow saving anywhere except the logged in 'Users' folder structure.

  • I heard I can make games and release them on Nintendo's Wii U console using this application. Is there anything special I need to know about releasing Construct 2 games on Wii U?

    You need to signup at Nintendo forum.

    Read Construct 2 support for Wii U blog.

    Due to NDA that is all that can be said.

  • can someone help??

    Please don't bump your own post after less than an hour. You need to allow time for users from differing time zones to see and respond, if able.

  • My initial thought was a memory problem, but those figures make that unlikely.

  • nobody help me

    Please don't bump your own post so soon. You only posted your first query 15 minutes ago.

    It is acceptable to bump your own post after 24 hours if you have had no response.

    To help you get a useful response, please make sure you explain exactly what the problem is, what settings you used, what version of C2 you are using, and any other information that might enable others to help you.

    A .capx would help you get the quickest response.

  • What mobile are you using for testing?

    How much memory does the games use?

  • I would like to recover an exported project. Unfortunately i don't have it saved as a capx file anymore. But something went wrong and what was working in the exported version isn't working now. So i would like to recover it, or maybe just see the code to compare what i did wrong. Is there a way to recover or open a exported file?

    Thanks in advance!

    This is impossible, for obvious reasons.

    Ashley has ensured that the exported project is obfuscated as much as possible in order to prevent anyone from stealing the work. Therefore there is no way to match the exported javascript back to the event system.

    I can't understand why you wouldn't have the original .capx, or at least a backup.

  • What is your Graphics card?

    Was C2 working correctly before the latest drivers ? (remember, new drivers can still have bugs)

    If so, try rolling back to previous driver.

  • Grenouye

    Hi

    I have the same question but i begin with Construct 2 and i didn't understand how to do that.

    Can you help me ?

    My idea was a button with action onclicked that for each click add 1 to a variable and the variable define the frame of the animation of a sprite.

    I click and my sprite goes on frame 2, i click again the sprite goes on frame 3 etc... and if i've got only 9 frames, if i click 10 times the animation goes back to frame 0.

    Thanks for your help.

    This is a very old - 3 years - thread you're bumping.

    You would be better creating a new topic just for your question.

  • # polite, helpful suggestion #

    The pencil icon allows you to edit your post, so you don't need to add multiple posts.

  • A bug report must follow all of the guidelines and include a minimal .capx with clear instruction on how to reproduce the bug.

    You must also have tested in the latest beta - r215 Bug Reporting Requirements - just in case the bug has already been fixed.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • luckyrawatlucky

    This has been saved using version r200.

    You must test using latest beta version - r215 Bug Reporting Requirements - to ensure that the bug hasn't already been fixed.

  • I have linked all of my levels to a single event sheet which functions as the engine for the game. However, the events I have nested inside the 'Every Tick' category only work in the first level. Does anybody know why that is?

    If this is just a question, then it should be posted in the 'How Do I' section.

    If you are reporting a bug, then you must follow the guidelines and include all the relevant information and .capx required, or this report will be closed automatically without investigation.

  • It may (probably) need work, but there's no sense re-inventing the wheel, if you can take someone elses design and modify it.

  • Looks like chrome now supports midi!

    Exciting times!

    Still waiting on the other browsers but this will probably be a thing very soon!

    In the meantime, I'm working on a plugin that will allow midi playback in construct 2 using midi.js, will keep everyone posted

    A plugin using midi.js was started HERE a while ago. Might help you.