Chadori's Forum Posts

  • Other badges aren't counted while FANATIC Badges are counted on a rampage!

    I receive +1 fanatic badge a day since the badge bug happens during midnight in England and when it's midnight in England, it's morning on our time. I look at my profile everyday once I login, it's like my login routine & I got used to it before the bug was ever active.

    So now, I continuously receive FANATIC Badges.

  • hmmm..... ?.?

  • Considering C2 isn't native, it's doing so very well.

    But if you have already earned enough money, you can always buy a native engine or use Unity 3D or 2D for free.

    Btw. C2 has changed a lot! You just didn't feel it but we do.

  • mercuryus - You don't have to live up to the expectations of others. I liked it and voted for it, you shouldn't have removed it. Or am I missing something?

  • Try following this, maybe you have missed something:

    Press F6 (Export), select "Scirra Arcade" (The Gear Icon), then "Set Destination & Name" then Export. (A Side Note: Remember to minify script since it is recommended.)

    Open the Project Folder you have exported at the destination you have set. There is a .zip file there and that is the one you upload to Scirra Arcade.

  • Noisefever - Yes. Open both projects, then copy an object from a project and paste it to another project.

  • For goodness sake, just go with IntelXDK!

  • johnkx - Uhhmmm okay. So what do you want?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • R0J0hound - How did you get the precedence of each operators?

    I saw this:

    But I don't know how that became this:

  • R0J0hound - Best example ever, precise yet so readable. This is just the thing that I was looking for. I'm very impressed.

  • You can use both. I usually use "1" but I also use "2" for ordered events.

    Performance difference? "None" , both runs the same on export.

    Even if in theory 1 is faster, no one would volunteer to prove it considering it's insignificance.

    Don't focus your time on minor details, my mistake when I was still learning C2 .

  • rexrainbow - Ohh. Okay. That actually makes sense considering the programming syntax. Thanks for the info.

    I did not know making an automated algebra calculator can be challenging. If you were in my shoes, would you consider using arrays in what I'm trying to achieve or would you use something better?

  • rexrainbow - What do I do for algebraic expressions?

    For example: Some might put "AB" instead of "A*B".

  • A very unexpected answer. But still, it makes life easier.....

    Thanks a lot!!!

  • My bad. I was so focused on the TEXT object & the 3rd Red Circle that I ignored the other two. O,o I didn't notice that the 2 events don't have destroy actions.

    But still, I've read Ashley's post about the 'else' doesn't pick objects. So I never use 'else' on my event whenever it requires picking especially triggers.

    It's not my place to tell this but it's like you are expecting 'else' to be more than it is. It's simply just returns true or false from a past event so in a sub-event trigger things go crazy. Then again, forget what I said, I may be wrong anyway.