linkman2004's Forum Posts

  • farnsu - No problem, man; I'm glad it helped you out. What issues are you having, specifically, with restart layout? I might be able to help you out on that one.

    When it comes to camera paths, that's a feature I've considered before, but the complexity of such a thing is potentially high, depending on the implementation. It would likely require a system where you load in an XML file containing a series of camera moves. So, it's something I'll look into some more, but I can't promise anything.

  • I moved this at the same time that you posted your new topic (oops!), so I'm going to go ahead and close this one.

    New topic: Ingame shop on ios game

  • New release, although it's mostly a bug fix. Thanks to farnsu for pointing it out.

    Also of note, however, is that I have switched to distributing a .c2addon file, so you can just drag and drop that into C2 to quickly install the plugin.

    Alpha 6.2 release notes:

    Download Magicam Alpha 6.2 for Construct 2 (Includes example)

    <font color="blue">(CHANGE)</font> Now using .c2addon file for distribution.

    <font color="red">(FIX)</font> Fixed issue where restarting the layout would cause problems with local cameras created at the start of the layout.

  • farnsu - I'm not sure if you uploaded the wrong file or if you're implying that the problem exists in the example file, but I don't know what you're talking about from the linked file.

  • You do not have permission to view this post

  • There have been a few occasions where breaking changes have been made to the way certain features work at runtime. However, these never effect the loading of projects and they're mentioned in the build change logs when they happen.

  • C2 was never compatible with CC, however, I don't think this is something you really need to worry about. C2 is still a work in progress, and there haven't been any murmurings about it being replaced any time soon.

  • claudiolins - This thread hasn't been active in almost 5 years. Be sure to check the date of the latest post before posting in the future.

  • Collision events are triggers and can't be inverted. Instead, you want to use "Is overlapping another object" and invert that.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • AnthonyB28 - I couldn't load your CAPX because it required several plugins I don't have, but I think I've figured out the issue. Download this release and let me know how it goes.

    Alpha 6.1 release notes:

    Download Magicam Alpha 6.1 for Construct 2 (Includes example)

    <font color="red">(ADD)</font> Made attempt to fix crash when using game saving actions.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • AnthonyB28 - If possible, can you send along your CAPX file? You can PM it to me if you don't want it public.

  • You'd need the ability to side load apps onto whatever devices you're targeting, which is something most consumer devices don't allow out of the box.

    Honestly, the simplest method is to place your games in the various marketplaces. I know you don't want to do that, but app stores usually allow you to keep apps private such that you need a direct link to its page to download it.

    The obvious downside to this method is that your apps might not pass certification due to content, and there are fees that present themselves for publishing on certain stores(iOS, not sure about others). Not ideal, but unless there are other methods I'm not aware of, this might be the best you're gonna get.