zenox98's Forum Posts

  • Really?

    It's surely obvious to everyone that if there was a way to convert back from an APK to a .capx, then this would open up every single commercail C2 application to being ripped off. All someone would need to do is convert, change a few things then convert back to APK and make lots of money.

    Ridiculous.

  • Thanks R0J0hound. Nice update.

  • What has the OP got to do with C2?

    Pointless post.

  • mikehon

    Borderline trolling of a year old thread - harsh.

  • I remember some guide saying delete system32 or something like that.

    Course that fixes everything, everytime.

    Harsh

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • One thing that users do and shouldn't, is mix the normal behaviors with physics. As the manual states, they are not really compatible, and will produce random and undesirable results.

    If you intend to use physics, then all movemnt etc should be done using physics also.

  • joeb12

    You would probably get far better assistance if you posted your current .capx. It makes it much easier to see both the problem and possible solution.

  • Have you read the manual entry on the Physics Behavior?

    It is all covered quite nicely, for instance

    [quote:1ud0swlp]Elasticity

    The elasticity (also known as restitution or bounciness) of the physics object...

  • Searching for physics platformer should bring up a few examples, for example: https://www.scirra.com/forum/physics-platformer-control-system-example_t109051 includes a .capx you may find useful.

  • rafhelp

    This thread is nearly 2 years old. Why resurrect now?

  • jc2

    Not a bug. This is a Form Control.

    You should read the manual more carefully - Slider Bar:

    [quote:815388mr]Form controls are actual HTML elements floating above the game canvas in the HTML page. Therefore, nothing can be displayed on top of a form control, apart from other form controls.

  • The free version allows you to export to HTML5, so why not download that and have a play around at creating a prototype or two, to see if your idea - and C2 - is viable.

  • Sakeer

    This section is for actual bugs in the C2 software. Is that what you are saying this is?

    If it is, then you will need to follow the bug reporting guidelines.

    If it's just a case of some events not working as you expect, then maybe it would be best to post in the 'How Do I' section where many users can then look at your .capx and offer help.

  • Smileh

    Hello, not quite sure if this is a bug or something working as it shouldn't so I will post it here but I will skip the thread layout because can't really fill it properly.

    Here's the problem: After adding a tilemap to my project, the tilemap just becomes autoselected. No matter what I try to do, as soon as I click somewhere in the layout the tilemap becomes selected. Can't do anything unless I delete it or drag outsite the workspace, which doesn't really make any sense if it needs to be placed in it.

    Hopefully someone can help me to solve this.

    Thanks!

    This is just a pointless post that doesn't follow any of the bug reporting guidelines.

    It actually looks like you really just don't know what you are doing, and if that is the case, you should post a proper query to the 'How Do I' section, with a .capx, and users will then be able to offer more constructive assistance.

  • Like other types of hardware, if there is a javascript API available then a plugin may be able to be created using the C2 SDK, but you would likely have to do it yourself.