Lancifer's Recent Forum Activity

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Yes, that one issue has changed in C3. Using arrow keys goes to next visible event and ignores the ones that are hidden.

    Not sure about the other annoying behaviors you are referring to.

  • Sorry, I'm not following you either. Don't you have Dropbox installed on your computer?

    Because that's how you save/backup your capx files in C2 with Dropbox.

    I'm still able to save my capx files to my local dropbox folder using the method I linked to above, regardless of what changes Dropbox made to their website.

  • More detailed instructions are here...

    https://www.scirra.com/tutorials/269/ke ... up-options

  • FYI - Most items in the store are provided by other users, not from Scirra.

    It's best that you contact the creator of that game through the support links provided on the sales page.

    There's also a support thread for it here... pixel-jet-fighter-with-source_t166847

    Or is it this one?

    Sales page: https://www.scirra.com/store/games-with ... hters-1911

    Support thread: 2-pixel-jet-fighters-with-source_t166962

  • How did those copies get made without creating 21 entries in the Project Bar?

    They aren't clones. They are copy/paste duplicates with unique UIDs.

    Fyi, you can also ctrl+drag objects to copy/paste.

  • You do not have permission to view this post

  • Click MENU > View > Addon manager.

  • You might want to check out DragonBones.

    http://dragonbones.com/en/index.html

    Both programs are great and very similar. Spriter is reasonably priced, has detailed documentation, and has lots of tutorials to get started right away.

    DragonBones is free and has mesh deformation (Spriter doesn't). But the documentation is poor and not a lot of tutorials.

    However, István Szép has a DragonBones course on Udemy that is very comprehensive.

  • Typically, you would add a LayoutScale min/max to the Event.

    Add another condition > System > Compare two values >

    First value: LayoutScale

    Comparison: < less than

    Second value: 2.0

    And...

    Add another condition > System > Compare two values >

    First value: LayoutScale

    Comparison: > greater than

    Second value: 0.5

    Or you can just ctrl-click the first one and drag a copy below it and change the values.

  • The problem is that the config.xml and config.json files are exported into the Construct2 application folder (Program Files\Construct 2) and not into the exported project folder like it should. You have to move them manually into the exported project folder. Yes, that is something that should be fixed.