newt's Forum Posts

  • Just set the sprite to invisible so it won't be rendered.

  • I continue to post on here because I hope that it helps other people out.

    Today, not so much.

  • This is why they make incentivized ads, and videos.

  • Its hard to say from the given information. I will say setting Local Storage every 0.1 seconds is a bad practice as its set up to be asynchronous, and will likely take longer than 0.10 seconds to complete occasionally.

    Global, and local variables are a better match for this.

  • Hierarchies, or Scene Graph solves many issues just short of prebuilds or prefabs.

    Everything needed is there, you just put it together the hard way.

    You don't need Js. You do need a good working knowledge of C3, same as you would for a game.

  • The easiest way to test on devices is via "Remote Preview", but its over the devices browser.

    Afaik you will still need an Apple device to export to IOS.

    I don't get into IOS, that market seems less and less relevant.

  • You can do some work on it, but yeah its better for away from desk tweaks.

    As to the caveats, there are extra steps depending on the deployment method.

    Steam, IOS, Android all require some tinkering, far less than when using C2.

    You would want a C3 subscription even if you were to develop with C2 as it exports C2 projects. In other words the price of the subscription is worth it just to avoid the headaches of dealing with third party export methods in C2.

  • Sorry I should have said all mobile browsers suck.

    The best setup will be on desktop, testing/preview via Chrome, or Edge.

    Then occasionally creating a debug apk you can sideload. This generally when you get to the monetization part.

    The editor can handle all exports. All exports are html5 based. All exports other than html5 are wrappers. All wrappers should be on par with native speeds.

    Yes there can be an exe, dmg, and apk with caveats. Those being the options for the distribution method rather than the platform.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You can develop for iPad Pro, but not on it. The mobile version needs some love, but that will have to be much later. The two main reasons are Safari sucks, and at the time mobile just wasn't that great for workflow.

  • Use your logic, you only need to modify it when you're touching it.

    Every tick is like yelling at a rock.

  • No idea.

    Perhaps you should take a look at the drag and drop behavior for ideas.

    Otherwise post a project.

    There is most likely no reason to use "Every Tick" for any reason.

  • Update the coordinates.

  • Touch.x or y will return 0 if its not actually in touch, so there's your clue.

  • It depends on the sprite sheets. The export will try to merge everything, but you do have control over what size they should be.

    Obviously 16x16 sprites won't really be as big an issue as 512x512.

    Of course going down the P^2 rabbit hole isn't worth it.

  • The difference is sprite sheets.

    3000 frames in one object is like importing a video file all at once.