Whiteclaws's Forum Posts

  • <img src="http://ccl.northwestern.edu/netlogo/docs/images/intersecting-polygons.png" border="0" />

    When whe talk about overlapping , we talk about multiple objects touching each others , as described on the picture above

    There's 2 primary events when talking about collision

    Is overlapping

    and

    On Collision

    And the main difference between the two is that ...

    On Collision only fires once , when the two collision boxes enter in collision

    While ...

    is Overlapping fires when the two collision boxes are overlapping

    and will continue triggering until the two boxes aren't overlapping anymore ...

    You could say that on collision is a Is overlapping with a trigger once but that's another subject <img src="smileys/smiley1.gif" border="0" align="middle" />

    Cheers !

    P.S: Read further on the manual and get a free badge ! ;)

  • Nodewebkit's performance is as good as Cc native exporter's performance

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • well then , you can't qualify yourself as a programmer , nor a level designer

  • Do you have any past experiences making games ?

    Examples of your work , levels you designed or even pieces of codes you made can get you more attention

    Just a helpful tip !

    Cheers !

  • You can get the array JSON structure with the *Array-Name*.AsJson

    and you can load an array using LOAD in the array's actions section ...

    Cheers and have fun debugging JSON codes ;) !

  • But there's also people who may want to abuse that button , and even if we made that button one time a day per account , they may make multiple accounts an abuse it more !

  • Just set the gravity to 0 and apply a force manually for each object ( or use a family )

  • Just export the .exe and follow the greenlight instructions

  • Tip of the day ;

    Most of the behaviors don't like each others !

    Cheers !

  • yes.

    Just try it out !

  • it is esiy

    *easy

  • Adding a capx will help a lot , as we can't read in your mind , I guess it would be cool to have that as a superpower , but what do you want , we are humans <img src="smileys/smiley2.gif" border="0" align="middle" />

  • sosensible

    How much time did it take you to learn javascript ?

    Even if it's the same language , it's a totally different workaround

    As in Javascript , you'll need to write all from scratch (No Plugins , No Behaviors ) , and you won't have a lot of the features C2 offers to you .

    If you learn Javascript , you won't even need to use C2 , as you mastered the potential , and broke the limits of C2 .

    I don't see why you would prefer a drag n' drop engine over writing the language ( You could use C2 for prototyping , but otherwise , you would mainly use Javascript )

    But if you like to work like this , I can't blame ya <img src="smileys/smiley2.gif" border="0" align="middle" />

    Cheers

  • Just download the latest beta ,

    I don't think he is going to downgrade his C2 just for you

  • sosensible , It's not as easy as you might think , as it's totally another world and you wouldn't need C2 if you learnt javascript , it would be easier to start at C2 and stick to it