Kyatric's Recent Forum Activity

  • DramaWhiteStudio: Yes (I am french).

    D'ailleurs il y a un forum fran�ais pour construct : http://forum.construct-french.fr/.

    Une petite communaut� qui grandit qui grandit.

  • harrio: I sent you a PM earlier this evening with ideas on how to implement.

    To sum up, this one does not really inspire me, I don't know really where to start/how to proceed.

  • C2 and all its future releases/updates are a one-time fee (pay one time).

    About C3, well only future will tell. C2 is still in beta, there are plans for other exporters and a lot more features to be implemented.

    It is likely that it will be a new product that you will have to buy. Maybe there will be a discount, or not. Anyway we're talking about something totaly hypothetical, C2 has to be fully finished before thinking about a "next version".

    You can check out the articles in th blog of Scirra to find more about some of the plans for the future.

    For the present start here and there to begin your journey with C2.

    <img src="smileys/smiley1.gif" border="0" align="middle">

  • When you click "Clone" something happens, your cursor turns into a cross and awaits you to click on the layout to place it.

    Also you should see the clone in the object list of the "project" tab and even in the list in the "objects" tab (on the right of your screen).

    What object are you trying to clone ?

  • Hi, bienvenue,

    on Construct's forum <img src="smileys/smiley1.gif" border="0" align="middle" />

    Nice screenshots and good luck with your projects.

  • Oh yeah indeed, it appears to have a bug.

    For the quick fix, (because you want it to be quickly fixed, don't you ? ^^) open in a notepad with line numerotation the file "runtime.js" that stands in "c2folder\exporters\html5\behaviors\platform\".

    In it looks line 503

    acts.SetDeceleration = function (acc)
         {
              this.acc = acc;
              
              if (this.acc < 0)
                   this.acc = 0;
         };
    

    Replace it with :

    acts.SetDeceleration = function (dec)
         {
              this.dec = dec;
              
              if (this.dec > 0)
                   this.dec = 0;
         };
    

    Save it and launch C2.

    This should do the trick.

    Be sure to make a backup of the runtime.js file before editing (to be safe).

    Ashley should have this fixed in the next release.

    I wasn't able to download your capx to test it. Firefox simply displayed it as a web page instead of proposing to download it.

  • Apparently, as Zen said, the audio object is missing from your project.

  • Please post a capx reproducing the trouble (not a 30 Mo one if possible), telling exactly what you are doing step by step so that it can be reproduced.

    Complete the informations asked in how to report bugs.

    Also are you sure you deleted the object from the 'objects' tab (on the right) and not only the instance in a layout ?

  • DisableButtons.capx

    Indeed, "for each" loop will only act on the currently picked object (taht is to say only the instance that was clicked in your case).

    The idea is to "delay" the command to the next tick.

    EDIT: Ninja'd by Ash while I was doing the example

    Kyatric

    2011-10-22 13:54:39

    2017-01-04

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Daniel: The tutorials you are referring to are probably for Construct-Classic.

    Families are not (yet) implemented in Construct 2. They are shall be soon, in the upcoming releases nevertheless.

  • It's a good base.

    Controls are responding, needs a bit to get the hang of it though.

    Nevertheless I managed in going up to the "blue" end of the level (which, funny enough, was the room playing when I actually exited the CC version video ^^)

  • Challenge accepted:

    Original from 2011

    edit 2016 version (release 237)

    An implementation through events of a contextual menu.

Kyatric's avatar

Kyatric

Member since 18 Aug, 2010

Twitter
Kyatric has 583,402 followers

Connect with Kyatric

Trophy Case

  • 14-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • x15
    Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • x27
    Coach One of your tutorials has over 1,000 readers
  • x10
    Educator One of your tutorials has over 10,000 readers
  • x2
    Teacher One of your tutorials has over 100,000 readers
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

23/44
How to earn trophies

Blogs