Kyatric's Forum Posts

  • You do not have permission to view this post

  • Remove the physic behavior from your player and your vanishing platform, tidy a bit the IPW group and it should work as intended.

    The physic behavior made it so that player and platforms are pushing them back constantly (making the "stuttering/shaking" effect that was noticeable).

    Without, player is steady on the platforms.

    Fixed capx

    If you absolutely need physics later in your game, spawn another object with physic behavior just on this moment.

    This topic should give you more infos on the subject.

  • Also for "joystick" I made a "ThumbStick example (mouse and touch) - LINK"

  • Ashley: confirmed in FF and Chrome.

    The textbox didn't display a contextual menu (for the first instance spawned, the other did) in chrome.

    In FF there's a contextual menu for each spawning of combobox and textbox objects.

  • Velojet: Indeed.

    Well there was some trouble previously when using yes or no on "Default controls" that was fixed in a recent release.

    Or maybe just I was in the zone/used to do so and added it. I can't really remember, to be honest.

    As you noticed, it is not an obligation to use the simulate functions in that specific case.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • skyhunter93: Could you please tell me what links are not working in the FAQ ?

    I've followed the links in the "Animations" section and they all worked for me.

    Be sure to let me know so I can fix any link that would need it.

  • There is a callJs plugin in the plugins section that should do about that.

  • I've encountered the same thing after export, the png was set as 32 bits png, it ended up all black (whereas is was just a 1 px black squared border).

  • A recent post from Ashley on the subject.

    Also java is not javascript.

  • Example capx

  • The plugin interfaces the video standard of HTML5, so streaming of videos hosted online.

    You have to make your video in a compliant format, host it on a server (with the correct mime type), and use its url as parameter in the plugin as Gonzdevour showed.

  • In r72, this doesn't happen normally. I have a WIP that uses the right-click in webGL mode, and no contextual menu displays.

    Could you post a capx displaying the error please ?

    Also does this happen on exported projects too ?

  • Custom party plugin might cause problems, do you use any ?

    When the page is viewed, firebug raises :

    uncaught exception: Error: Permission denied <https://apps.facebook.com> to get the property Proxy.InstallTrigger

    cr is not defined

    [Stop on error] cr.createRuntime("c2canvas");

    The second part (cr) means that the application can't be executed.

    And that's because of the first part and the "Proxy.InstallTrigger" property.

    Once again, it could come from a custom plugin/behavior. If you use some, please list them and get in touch with their author through the plugins' topic.

    If it's a genuine C2 bug Ashley should have a look at this.

  • Fixed capx