Kyatric's Forum Posts

  • jwjb: Nice set of videos, thank you for posting them.

    All: Thank you for the thanks <img src="smileys/smiley4.gif" border="0" align="middle" />

  • Example capx

    If a returned value from the array is "0", it means you are probably trying to get values out of the bounds of the array or a not filled cell.

  • I really don't see the relation between C2 and emulators.

    Also have you considered it could be the emulator making a bad usage of the drivers/graphic card ?

    I don't see how this could be fixed by C2 anyway.

  • Built-in plugins and behaviors are listed in the manual.

    Custom plugins and behaviors are in the Plugins for construct 2 forum and also are listed in this topic.

  • I don't think there's something implemented in C2 at the moment that can allow this.

  • You can find a lot of examples about arrays in the how do I FAQ in the section "Arrays".

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • jwjb: Image compression with C2.

    As long as it is under the form of a capx, the projected size is not the final size of the exported project (just an approximation).

    You can only really judge the size of a project on export, having made sure that the images in your project would be correctly set/compressed at export time.

    Loading images from an url won't reduce the size of your project (because if you make it download 2Mo images, the size/download time is still the same).

  • Second element listed in the how do I FAQ is :

    Card game - LINK

    You can also find some infos in the tutorials and in this one for example.

  • Extract from the how do I FAQ :

    crolling / Camera

    Camera smooth zoom in/out - LINK

    Smooth zooming - LINK

    Be sure to check the FAQ, there are far more elements listed there.

  • basti: look at the google compiler Closure. It's the tool doing the minifying job.

    Also, SpriteBank is a third party plugin, if there are minifying issues, you should report to its author in the topic of the plugin.

  • Added to todo list.

    jwjb: The feature is on the todo list, but as it is not an essential feature and that Ashley is developing C2 on his own, he prioritize the features implementations.

    This will be addressed/implemented in some release in the future.

    Also what you mean by comment looks like the "Toggle disabled" feature that you get when you right click a condition, an event/group or an action.

    You also have the condition "System: Is on preview" which will only execute while you're previewing your project but won't execute in an exported project.

  • Probably because of how events work.

    If the condition where you have an action "Play sound" executes each tick, then the sound will be played each tick.

    Either add a "System: Trigger once while true" condition, either make sure the event's condition only execute once.

    And as anytime you ask for help in the forums, since we can't guess your code, be sure to post a capx.

  • It's unlikely to be a C2 bug and probably is a problem with your events, since when you delete the global variables it will remove the conditions and actions that uses those.

    Also, I didn't notice any true difference between what happens with or without the variables.

    At last, the capx is far too complex for a bug report.

    Try to reproduce the issue in a simpler capx.

    Also, if global variables were really a problem, with every users using them, there would have been more than one bug report on the issue and far before you would have done yours.

  • I guess for the second issue, you should make sure your graphic card drivers are up to date, as well as your openGL drivers.

    For the first issue, what do you call "Objects with expressions" ? Can you clearly provide steps to reproduce the issue ? Does it still happen once the drivers are up to date ?

  • : Added, thanks.