Darklinki's Recent Forum Activity

  • Hei Ashley it would be amazing to have the ability to set the z-index to a value and not just to set it to top/bottom.

    If you ask me why, I build an 64*64 big isometric playfield there the user can place and move buildings. So I would have to make a complicated loop over 4096 fields. And call this loop every time the user creates or move new buildings.

  • I know there was a business license upgrade in the store some months ago but actually I can?t find it. It was cheaper than the normal business license...

    "We are more than happy to upgrade a Personal Edition License to a Business Edition License upon request for the difference in price between the two. For more information, please email us on supportuaz@scirra.com and attach your current Personal Edition License to the email."

    Copied

  • It is upgradeable, you can use the personal license as long as you dont make to much money ;)

  • 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 ?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 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.

Darklinki's avatar

Darklinki

Member since 18 Oct, 2012

None one is following Darklinki yet!

Trophy Case

  • 12-Year Club

Progress

12/44
How to earn trophies