mohdaftab's Forum Posts

  • iceangel Thank you any suggestions please?

  • Hello,

    I have created a game and uploaded it on Android Play Store, the idea is taken from another popular game.

    This is the game link: https://play.google.com/store/apps/details?id=com.runcharyarun.play

    Please give me feedbacks. Also please let me know how do I add the Google Play Services like for sharing scores with friends and to share scores on facebook or some other services within the app.

    Thank you

  • Awesome game well done mate (Y)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello,

    How do I count the number of files imported in a Files folder please?

    Thank you

  • bump

  • Hello,

    I am trying to make a game similar to this one on this link: http://td2tl.com/dontcrash/

    I have attached a .capx file which I am working on but I think I am doing it wrong as the car doesn't work well when the speed increases and goes out of the path.

    How to fix that or if there is another stable way to make it work please let me know.

    Thank you

  • Somebody found it thank you

  • Somebody thank you very much for the help, do you know the link to download Paster plugin please?

  • Hello,

    Is there a way to import frames from sprite strip from remote url please?

    I have loaded them in a sprite animation and 30 levels required 30 high res images to be imported but it will take too much space if I make 100+ levels so what I need is to dynamically display images from sprite strip for each level.

    Please let me know if this is possible with C2?

    Thank you

  • Burvey

    I have done everything you have suggested and the game performance was a lot better but still had some lag issues so I exported it for CocoonJS and compiled it using Ludei compiler it seems to work without any performance issues but the only problem I am facing now is the screen size.

    I used the window size to 600 x 800 and used Scale inner which takes a lot of game area out of the window and when I used Letter box scale the things are distorted like they are not on their proper places.

    Please tell me how do I fix this screen size problem?

    Thank you

  • That makes a lot of sense now, I tried it differently before and failed.

    Thank you

  • Hello,

    Do you guys know anything about how to make a racing game like this?

    Is he using any kind of plugin

    Thank you

  • Burvey

    I have put the for loops under start of layout so they only run once as they are not required to run every tick but just once for the tiles placements in sequence then randomize their positions to start the game.

    Thank you very much, I am almost done with it and then I will export the .apk file to see how it works.

  • Burvey Thanks for the reply.

    • That every tick on Main event sheet was just for testing it is not needed at all and it wasn't included in the .apk file which I created using Intel XDK so the performance issue was before that.
    • On the Level_1_world event sheet I now realize that the for loops are running every tick and even if it doesn't find true condition it still runs every time.

    I will try to fix that as well as other suggestions you have made.

    Thank you

  • Burvey Thank you so much for replying. I will replace the text objects with sprite fonts. Could you please tell me more about this line "Also, it looks like you're updating some of them every tick. Instead you should only update them on an event where they would change."

    Which Layout and Event sheet you you talking about for this please?

    Thank you