MoonCrystal's Forum Posts

  • Hi there,

    I've got a Huawei P10 Lite and it runs here. I can't make the bat moving (I tap to the left or to the right but nothing happens). Don't know about the P8 Lite but I can say that the game launches on P10 Lite.

  • [quote:10bxr9xh]It´s a Tech demo IMHO

    This is a good summary

  • And what about bugs in the full edition ? the first buyers will be the beta tester of the full release...

    7 weeks to test "3 functions" and only one for the entire soft ?...

  • but we don't think it's the right choice at this stage.

    Neither do I => I don't think, I will going further so. Too bad, 8 weeks of beta tech, can't understand the goal.

  • Hi,

    I think that "beta release" is useless until Scirra really want us to test their build. What's the point of a free/very limited feature beta ?

    Or may be Scirra is pretty sure that their software works as expected ? so what is the aim of the beta if so ? It's not a public beta, it's just a tech demo for me.

    I was sceptical but I wanted to give a chance testing the software but I didn't have anything to test, all features are blocked and more : this is less what C2 has to offer in his free version.

    Scirra : if you want to make a beta test, let people test your software in a full version, if you want them to tell you what's right and wrong, that will be usefull. But now, it is a non sense. You don't give good reasons to buy a subscription later.

    Sorry for my english.

    Great and thank's.

    But 40 events only ? what can we do. I know this is for tests purposes but it's a bit limited. I remember the free version of C2 was 100.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • There's nothing now.

  • Yes, so we have to keep the same key for an app, but each app can have a different key.

  • Oki thank you all So in a PlayStore account, we can have several application with different signatures ? For example one made with XDK/Crosswalk, and imagine an other made in java directly (we have to sign the apk in this case, in manual mode).

  • I didn't see it, I compile one without giving anything, that's weird.

  • Hi everyone,

    I have just a question, why we don't have to sign an apk with Crosswalk (XDK) ? I just want to understand because I never use third party to compile so. I believed that an apk in android should be signed to make it "unique" and signed with a personal key witch identify us.

    Thank your for your replies.

    (Sorry for my english).

  • nobody ?

  • Hello everyone,

    I've a got a weird problem with the node webkit export. I'm going to try to explain :

    I have an object "car" active with a bullet behavior. These cars, move to the left at a speed of 200 at start. The angle is set and the speed is set with a variable at the start of the layout. When a collision happens, I stop these cars (speed = 0 , stop the bullet movement etc...) , and a few second later theses cars start to move again at a higher speed (speed = speed +50).

    This, works correctly when I export the project in html 5 BUT, if I export it with node webkit , when cars start moving again after the "pause", they move backward...(to the right instead of to the left).

    This does not happen in html 5, only with node webkit. I try to set up the angle of motion etc... but nothing, same problem. Any idea ?

    It seems that if I play with the "enable / disable" bullet behavior option, I don't have this problem. That occurs only if I stop the cars with the set speed option of the behavior (set speed = 0) and only if you export (it seems that preview doesn't affect it).

    Thank you in advance,

    PS : (sorry for my english...)

  • No, in fact I would like an example that show that my problem in fact is not a problem to see what is my mistakes. I'm not be able to use this pathfinding in a laby pacman style with wall and holes that are 22x22 px.

    But thank you to try to help me ^^

  • waow, it's weird because I put them in center because at the top left, nothing works...at the same I had a value of -1. Have you got an exemple that works, like a capx may be I will make something wrong (other than the origin) ?