Darklinki's Forum Posts

  • It?s possible, but it would be an really hard calculation, I try it but I can only calculate 1 single point in the red area ...

    But you could tell us for what you need this, with some luck we could find another way.

  • For things like this you need 2 sprites or much math :D

  • I?m not sure what you mean, could you grant me an image or something like that ?

  • Got this and this: PERFORMANCE WARNING: Some textures are unrenderable.

    Also sometimes but the game still works so ;)

  • I think you don�t need any plugin

    -> Browser Open Url in new window(ww.url.de/download_path/file.exe

    Then it should automatically open a new tab, instantly close the new tab and start the download.

    For the right urls it could be that you need Ajax + Php

  • pirx sorry didn?t know you want that

  • first initialize the array with " "

    than just:

    + repeat 5 times

    array set value at random(0, array.length)to coin

  • Never work with percentage in your code, here is a better way:

    The player has 2 instance variables: health and max health

    Health = 300

    MaxHealth = 400

    + On Pickup bonus Health

    -> MaxHealth * 1,3;

    //Now the event to show the right percentage of life

    + Every Tick

    -> Set Text(Life) to round(Health / MaxHealth * 100)

  • Don�t use there global variables, use local variables they reset automatically.

  • Iframe ?

  • Metroid + Castle Vania ? This would be the most epic game ever..

    Ok enough Off Topic..

    First at all Metroid is just a Platform Game so start reading one of these Tutorials:

    With C2 license

    With out

    After this on you know how to build the "key parts" of the game.

    For the Shooting and the Enemies

    If you finished this Tutorials and have specific question, ask us ;)

  • The included one or the one from the store ?

    I read this one: License

    Looks like it is ok ;)

  • What is the road-map for C2?

    • Increasing Performance, more Exporters, debugger, new functions. This is what we know.

    Will there be a C3 anytime soon, so I should rather hold off on the purchase?

    • Soon ? For sure not. Anytime ? Could happen but I think before they release a new version they integrate paid addons or something like this. C3 could come with the release of HTML6 :D

    Before I do, I need the community input if its worth it?

    • Buy the personal Edition, it?s extremely cheap and if it?s worth for you get the business edition.

    From what I gathered by browsing and lurking is that there are some performance issues regarding physics on IOS due to cacoonJS integration or something of the sort.

    • Currently the performance is ok. For sure not like native Applications but ok. The performance becomes better and better cause Construct 2 exports to HTML5, and HTML5 gets more and more popular. What I can tell you about IOS is that they leak actually a bit with HTML5/Webgl support.

    Any noticeable issues when exporting to mobile?

    • Nope
  • Ashley nope, cause we work in a framework. I need to export it first into our dev environment. This is why it would be awesome to export it.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I could do this for you ;)