dsarchy's Recent Forum Activity

  • You need to add a condition to trigger the end. So using your example.

    Every tick -> Compare Variable 'Score' => 1000

    go to > Layout 2

  • Excellent Resource! Can we get this stickied it's getting harder to find.

    *Edit- Seems it is stickied, I mean that it remains on page 1.

  • A hack for looping sound in JS has been posted here

    stackoverflow

    works well for firefox and other browsers:

    myAudio = new Audio('someSound.ogg');
    if (typeof myAudio.loop == 'boolean')
    {
            myAudio.loop = true;
    }
    else
    {
            myAudio.addEventListener('ended', function() {
                    this.currentTime = 0;
                    this.play();
            }, false);
    }
    myAudio.play();
    
  • I'm still learning the ropes but I believe I can shed a little light on to this problem.

    Your trying to perform that action 'every tick' or every cycle. This is a lot quicker than what you need. It's sorta doing what you want, just really quickly.

    There could be a really easy way so take the following with a pinch of salt...

    You could bind the event to a key release and then have a timer running that cycles through the frames (increasing the timer to increase the time between frames and achieve that easing effect you want) javascript you could use SetInteval() not sure about construct however they might be a plugin for it.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm currently playing SWTOR (EU server PvE Bacca's Blade) and really enjoying it.

    As story goes its pretty decent. Everything is voiced and feels polished. Normal MMO drawbacks with questing but pretty fun otherwise. I'm currently only level 19 so cant comment on end game.

    To note: Quite a few bugs/glitches. Space combat sucks, no plazak or swoop racing and PvP needs balancing but its a new MMO so this is to be expected.

    I wanted to play through another KOTOR so i didn't mind paying �40, I'll probs keep it running for a couple of months and then put it down for a year and then start up again once more content is released.

  • Hi all came across this HTML toolset (more interested in the 2d physics more than anything else) and saw that the price was so low i thought i would donate to the cause.

dsarchy's avatar

dsarchy

Member since 8 Jan, 2012

None one is following dsarchy yet!

Trophy Case

  • 12-Year Club
  • Email Verified

Progress

13/44
How to earn trophies