WackyToaster's Forum Posts

  • Assuming you use physics, set the world gravity to zero. It's an action in the physics behavior.

  • You'll need to use the desktop version for that

  • So right now we have a few options to create objects at runtime ("create object", "create object by name" and "spawn another object", if I´m not missing any) For most purposes, these do the job fine, but I feel like in certain cases I´m missing something I´d deem very useful. That´s why I propose:

    Create object (by name) with properties

    Right now properties are "picked" from the first instance that was placed inside the project (and I´m not 100% sure from where they come from when you haven´t placed any instances). As I said, that generally works fine, but what if I want that object to have a different opacity? Right now I have to add an extra action after creating it to set the opacity. This gets tedious if you create multiple instances with different angles, opacities, instance variables,... and not always can it be done inside a loop.

    The benefits? Less eventsheet clutter and more effective to work!

    The minimum I would be satisfied with would be having X, Y, width, height, angle and opacity (and maybe z-elevation) as this would already be quite a benefit in most cases.

    The next step could be also beeing able to set instance variables on creation. Basically the same issue as with the other properties, as in you have to set each variable individually with an action after creating the object.

    The third step could be to basically have the entire properties bar available inside the "Create object with properties" dialogue. This would also include object specific fields (e.g. Text objects properties), effects, behavior properties and whatnot.

    Would be cool if you could spare a vote on the idea thingy page.

    construct3.ideas.aha.io/ideas/C3-I-937

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • There can never be enough backups!

    Just as a note: Google Drive saves up to 100 versions of files for 30 days. So if your newest version fails, you can also try to go back to a different version. It makes a new version for every save.

  • Holy moly, well done! I´m slightly jelly. :)

    Just asking like that

    How much did you earned completely from this project

    (don't take me wrong and sorry in advance if my question hurts)

    I second this, what do one million players do to your bank account. Also, any tips for marketing?

  • Not having reload animations from files will be a blow to micro-managing animations with complex frame-by-frame interactions. Uh oh.

    It is possible in the desktop version.

  • Why are you so scared, just try it out :)

    But to answer your question, yes it is 100% compatible, as is literally any other tool that allows you to export to png files.

  • Now you know :P

  • Good to hear, thanks!

  • Yeah that would be nice to have.

  • I think they likely mean a framework, not an engine. But I guess in theory you could build an engine too, or at least something that resembles one.

  • Couldn´t see or find a way to do it. Is it not possible or am I missing something?

    Also... first! :V

  • Oh wow I was absolutely blind about that, probably because I never use Anchoring myself.

  • Ok now I´m getting confused. Your project seems somehow... corrupted? I tinkered around with it and it actually doesn´t work, but starting with a new project and doing the exact same thing... works fine. I really don´t know what´s happening. Am I missing something? In any case, the event should pull the camera towards the player, but what actually is happening is that the player is pulled towards the camera, you can see that when you disable the players platform behavior.

    This seems like a case for a bugreport, I have no idea why it would behave like this...

  • You should probably post this as a bug report

    github.com/Scirra/Construct-3-bugs/issues

    But it´s a weird issue. It seems to highlight the entire game canvas, there might be some build option to turn it off in xcode aswell, I´d suggest posting this to the apple dev forum too: forums.developer.apple.com/welcome

    Game looks cool btw!