Darklinki's Forum Posts

  • I really dont like the controller. But the idea with the rasberry pi is pretty cool, could I also use my own rasberry and just install your software ?

  • + if condition(e.g variable == 1)

    • condition is true so do something

    + else

    • condition is wrong(cause variable is not 1) so do something else

    if you insert into your if an else it won?t work

  • Thanks ;)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Link to .capx file (required!):

    dropbox.com/s/e80s9ttkkzsfyqh/TheExtremeBigExample.capx

    Steps to reproduce:

    1. Create local number variable

    2. Browser log variable

    Observed result:

    • whitespace shown in the console

    Expected result:

    • error message while creating browser log or
    • automaticly convert int to string

    Browsers affected:

    Chrome: yes

    Firefox: yes

    Internet Explorer: yes

    Operating system & service pack:

    linux(ubuntu 12.04)

    Construct 2 version:

    r145

  • Its just simple oneliner but ok ;)

    I dont wanted to write Object, I wanted to write Game ;) I know what 2.5D means, I tought it would be possible to create with a plugin a 3D background/layer so the game would be 2.5D

  • From there do you get the informations abbout the ram usage ?

  • Do you even know something about Javascript ?

    Do you know what google is or the search function on the forum, this question was already asked something about 100 times... But ok...

    So I do your work: Manual for the javascript sdk

    I dont like the idea but isn?t it possible to create a plugin for c2 which supports 2.5D objects ? This should be possible.

  • Forget my post before changed it for my own so the plugins supports for me now:

    -> for each Object in object

    -> getCurValue also can give you an Object back

    -> with hash.loopindex you get the current loop

  • > IMHO, official plugin & behavior better then non-official...

    Even better would be if the most used plugins would be included in official releases as-they-are... I had some boring time in switching my project from rexrainbow's function plugin and official function plugin :)

    Totally against that, I still use rex function, hash plugin and not the official one cause I made very many changes with the plugins so It would destroy much if you make it official and update it with every new release.

    It?s perfect like it?s at the moment, they make new plugins so every one can decide which one he wants to use.

  • what ghost ? Something is not correct ?

  • This is nearly the same, just think about it.

  • Link to .capx file (required!):

    no.need.forsure

    Steps to reproduce:

    1. Create local number variable

    2. Browser log variable

    Observed result:

    • whitespace shown in the console

    Expected result:

    • error message while creating browser log or
    • automaticly convert int to string

    Browsers affected:

    Chrome: yes

    Firefox: yes

    Internet Explorer: yes

    Operating system & service pack:

    linux(ubuntu 12.04)

    Construct 2 version:

    r145

  • Anythere in the forum is a perfect example for that, I will search it.

    Found It: Tutorial

    There were also an .capx but can?t find it, hope this tutorial is enough for you ;)