Kyatric's Forum Posts

  • Looks like something to post in that thread.

  • Optimisation: don't waste your time.

    Apart from the performance tips nothing really impacts performances code-wise.

    Of course if you use major collision checks and physics use, it will have an impact, but as far as creating sprites from a loop, not that much.

  • You don't need to install HTML5.

    HTML5 is supported in a modern browser like Firefox, Chrome, IE9/10...

    Read this manual entry you should have a better idea on the subject.

    To prevent hicups and stuff like that, make sure your graphic card drivers are up to date.

    Also, post your capx, there might be errors in your code that make so it "freezes".

    If you try the "Ghost shooter" example (which is also the game made in the beginner's guide to C2 does it "freeze" too ? Even after update ?

    Also what are your computer specs ?

  • I would add using web fonts in the text object to sqiddster already linked tutorial, and that's about what you need indeed.

  • Whiteclaws: Chrome is OK but not "THE" solution.

    FF is more than capable, and OGG format comes from free source softwares like FireFox.

    Astrosus: Post your capx and the sound you're using so we can try and have a ear by ourselves.

    Make sure all your drivers are up to date as well as your version of FireFox (17.0.1 at the time of writing).

  • See how to report bugs and the message I posted in your other thread, post your capx please.

  • It sounds like bugs in your code/setup, not necessary C2 itself.

    As Whiteclaws said, post your capx and we can have a look at what's going wrong.

    For the sounds, it often happens when your webserver doesn't serve the correct MIME type (check this manual entry and this tutorial)

    For mobile, I don't know for sure for I haven't tried anything mobile yet. But for stuff like that it might be worth checking the website of phonegap (I guess apk is by phonegap), it's a third part tool, it's not something Scirra can fix or related to C2.

    Before moving this post as a bug of C2, I'd rather have a look in the capx, bullet and solid have no bug as far as I used it.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It could be interesting.

    One problem I would foresee though, is like very much the Scirra's arcade, the great number of daily submissions could simply "lose" users.

    Also, gamers feedback is important indeed, but not necessary always efficient for developers. One gamer strictly giving feedback like "the game sucks" is not that useful to a developer. And in case of bugs or something, gamers don't have the reflex of giving the more informations needed.

    C2 devs don't even do it (look at most of the requests for help in these forums, it's often missing/lacking efficient infos).

    So it could be an interesting idea, but you first need a "good"/informed community so that gamers can still have fun testing games out and their feedback could be really impactful and interesting for devs.

  • The difference between "on key pressed" and "on key down" is that the "on key pressed" event will fire only when the key has been down and then is released.

    It's a trigger that only happens once whereas "on key down" can be checked every tick and is not a trigger.

    For your second question, you can use the condition "platform is jumping" and then set the animation to the one you want.

    There are a few tutorials about making platformer games in the tutorials section of the site, as well as in the "How do I FAQ" (link in my signature).

  • Please keep us informed of the results of your first tests.

    [tube]psCoR4zmIpE[/tube]

    This video picked my curiosity. It's an interesting size for a console, making it definitely a possible new market.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You probably should learn about UID and picking.

    Check the "How do I FAQ" (link in my signature) at the section "Picking/Selecting an instance(s)".

    If that's what you consider a workaround, well I consider it's a misconception for picking is one of the strength of C2 and shouldn't be overlooked.

  • If you're talking about the C2 plugin check how to install plugins and behaviors.

    If it's strictly related to node.js, a google search is more appropriate.

  • Have you checked this tutorial ?

    It is the base. With a 3D program you create your model (for this have a google search) and render it into PNGs that you import in C2.

    Moving the thread also as it is not directly related to C2.