husos's Forum Posts

  • 4 posts
  • Hi, i'm using sliderbars and progress bar from Construct 3. Why they are always visible? I'm toggling layer on top of them and they still appear where they are on the other layer.. Is there any ways to prevent that?

  • You do not have permission to view this post

  • Hi, i'm playing right now with Dictionary and Localstoage, i'm having two keys "Highscore" and "LevelName". I'm having problems when switching level because my "LevelName" get replace by the new one but keep Highscore from last one.

    Ex; Highscore : 30 secs - LevelName : Lvl1 when i'm moving level 2, Highscore still : 30 secs but LevelName : Lvl2.

    Is there any way that Dictionary figure it out when level name are differents they add a new key and set highscore associate with this new level?

    Thanks !

  • Hi, i was wondering howto do overtime damage for one of my spell.

    It's a fire spell so i want - On collision to do X damage plus every 2 seconds for 10 seconds to do Y damage.

    If someone have an hint i would appreciate!

    Thanks you.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi, i was wondering how could i stop a timer "win popup", when someone is completing the stage it's display his run time with message like level complete. I'm looking for something I could store into a localstorage further in my development.

    If you have any idea's it's will be appreciated.

    I have a "global variable" ingametime set to 0

    Event with

    Every tick - "zeropad(floor(ingametime)%60,2) & "." & zeropad(int(ingametime*1000)%1000,2)"

    System - add dt to ingametime

    Sub event

    On start of layout - System - Ingametime = 0

    Thanks you!

  • 4 posts