Kyatric's Recent Forum Activity

  • PixelMonkey's linked to a thread on their forum.

    I don't know if the "Bart" account is an official one, but so far the answer is "C2 games are probably not accepted".

    Once again, to obtain a clear and definite answer, it might be worth posting on the forum of the cup and keeping pressure until someone from the judges/staff/official gives a definite answer.

  • 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

  • What country does have its schools stuck on ie7/ie8 (to the point it can't update to MODERN and DECENT browsers) ?

    HTML5 is made to run on the latest browsers.

    You can ask people to invent ways to feed a Ferrari engine with coal, and have some proof of concept working, it doesn't change the fact that it is a loss of ressource and philosophicaly and environementaly something that is just wrong, brother.

  • For learning purpose, C2 has a magnificient manual, that also covers C2's SDK.

    Read again the check failure reported it indicates what part of the code you need to modify.

    Apparently, the flags for the plugin in the edittime.js are not right.

    It's unlikely that the plugin should work in r90 as the only SDK change between r90 and r91 was about dependencies. And the type of the object and the plugins flags are not related to that (or at least I don't think), so in theory, even r90 should be raising up check failures on run.

    Anyway, just follow the SDK manual to clear up the code of your plugin.

    About arrays, you can find about it in the dedicated manual article and look for example of use listed in the how do I FAQ under the section "Arrays".

    About tokenat and other alike system expressions be sure to check the system references.

  • --How do I give you rep? <img src="smileys/smiley3.gif" border="0" align="middle">

    You can upvote comments of mine on the tutorials or on the blog articles.

    Maybe upvoting directly tutorials of mine.

    Otherwise votes and feedback on my games uploaded in the arcade are always appreciated.

    <img src="smileys/smiley1.gif" border="0" align="middle">

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • What ID ?

    The name of the object is in the properties pannel.

    For IID and UID, those are mostly runtime values.

  • This is raising a check failure on start :

    ---------------------------

    Construct 2 Check failure

    ---------------------------

    Check failure! This is probably a bug:

    Plugin specified both world type and single-global flag; these settings are incompatible

    Condition: plugin_->GetPluginType() != era::pt_worldtype || !(plugin->GetPluginFlags() & era::pf_singleglobal)

    File: Exporters\Plugin.cpp

    Line: 783

    Function: __cdecl Plugin::PluginInfo::PluginInfo(class era::IPlugin *)

    Build: release 91 (64-bit) checked

    Component: Construct 2 IDE

    (Last Win32 error: 2)

    This is an issue in the edittime.js file

    And when clicking on ignore and previewing your example anyway, firebug raises :

    ssignment to undeclared variable a

    for (a in temp ) { ; in parse_plugin.js line 106

    Also why not simply using the built-in array plugin ?

    Not added to the plugins list for now.

  • Well the value you're talking about is "hardcoded" in the physics behavior itself.

    Apparently, it is used (its derivated Box2D.Common.b2Settings.b2_maxTranslationSquared) in the "Step" operation.

    Atm, apart from making another physics behavior in which you would encode 10.0 instead of 2.0, I don't think there is a way to modify this value from C2, it's just not interfaced to be modified.

    If you want you can make a copy/derivative of the physics behavior's folder and modify the value l.73 of runtime.js. Be sure to check the SDK manual and to make backup copies of the original behavior before any change.

    Also be aware that modifying/using a custom plugin/behavior will make it so that you can't upload your final game to Scirra's arcade (in case you were aiming to publish your game there).

  • The issue here is the order you use the trigger.

    Triggers are "out of the code" in their execution.

    You can see the picking is correct for the "every 1 sec" event, it still is a strange logic imo, but it does keep the picking of the parent event.

    When you press space, the trigger is not considered a subevent.

    But you can then affine the picking as subevent of the trigger "on space pressed".

    Working capx

Kyatric's avatar

Kyatric

Member since 18 Aug, 2010

Twitter
Kyatric has 583,405 followers

Connect with Kyatric

Trophy Case

  • 14-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • x15
    Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • x27
    Coach One of your tutorials has over 1,000 readers
  • x10
    Educator One of your tutorials has over 10,000 readers
  • x2
    Teacher One of your tutorials has over 100,000 readers
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

23/44
How to earn trophies

Blogs