chris200x9's Forum Posts

  • chris200x9 If you create a new project and export the APK, does it run okay? Mine does until I add the Mobile Advert. How about you?

    I haven't tried that but I did remove mobile advert from my project and now it no longer crashes at startup so I imagine it'd work the same way on a blank project.

  • Don't know if it's the mobile advert plugin as I haven't tried disabling it yet but my APK keeps crashing at start up on multiple devices. It won't even start.

    Edit: Yep deleting the Mobile Advert plugin solve the crashing, thank you! Now I can at least test.

  • I don't think you're getting my emails, can you email me at admonies5750 [at] gmail [dot] com and then I can just reply to you.

  • I'm somewhat unfamiliar with "instant games".

    Is that where you play a move and come back again later? Give me a bit of a better idea and I might be able to help you out.

    Thanks! That's not all instant games are but yes that is what I'm trying to do. After googling a bit it looks like the bits of the instant sdk to make turn based messenger games are not implemented in the construct 3 instant plugin. I'm not sure if what I want to do is possible at this point in time without a MAJOR undertaking and I'm not at a point where I can fund anything like that. I want to thank you but I'm pretty sure I'm going to have to close this offer.

    edit: construct3.ideas.aha.io/ideas/C3-I-486

  • You do not have permission to view this post

  • Hi I emailed you a few days ago but got no reply can you please check your spam.

  • You'd get much better bang for your buck if you picked up a template like this one.

    https://www.scirra.com/store/games-with-source/turn-based-rpg-template-1038

    I haven't done much in that genre, but I played that template, and seems to work really well, for a start. It will still need a HUGE amount of work to make a game, because RPGs tend to have much more work involved than most games (like infinite runners), but if you do make one, make sure to link it on the forums, I'd love to see what you come up with.

    Thanks but I'm not making an RPG, I'm trying to make an instant turn based game almost like words with friends or battle ship. I cannot figure out the instant plugin though and am looking for someone to provide me a little skeleton capx detailing how to send and retrieve moves, create an invite screen, etc. I'm hoping it will be fairly cheap, I'm not really looking for a game or full on framework.

  • Hi I'm looking for some help making a turn based facebook instant game. I'm a fairly competent construct 3 developer but do to lack of documentation am having a very difficult time getting in to instant games so I am looking for someone who can provide me a basic turn based game skeleton.

  • I was wondering if there is any actual tutorial on creating instant apps? I'm finding the official documentation at construct.net/make-games/manuals/construct-3/plugin-reference/instant-games a bit lacking. I'm trying to create a turn based game but am unsure about how to pass data back and forth, I assume I use the player data object but what do I do with it?

  • Hey chris, here's an example:

    https://drive.google.com/file/d/1AgQ48mOVC5n-yQ-dtORxOSy3FQEiT9Do/view?usp=sharing

    Basically I unchecked the "Default controls" option for the platformer object and simulate the controls of jumping and falling through, because I see in your example that this is the only controls you need.

    Hope it helps :)

    Holy crap that was easy, I feel a bit stupid. Thank you so much!

    Also in the example you don't even need to mess with the x, simulate left and right still works. The fix was literally just a check box and a up key = jump event.

  • I have a character using the platformer behavior that is constantly moving and should stay constantly moving, I achieve this through simulate keypress but the platformer behavior let's you physically press the other direction and stop. How can I alleviate this?

    example: clumsysnail.com/pizzaslicer

  • Same problem.

  • System -> compare two values, I just kept looking in touch my mistake.

    Leaving this here in case anyone stumbles upon it at a later date.

  • I'm trying to make a simple mobile game and I want to move my guy while the user is touching the screen which seems simple enough with Touch -> is in touch but what I'm getting hung up on is how to make him move left if I'm touching left of him and right if I'm touching right of him.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • ibb.co/ijYFVK

    I'm trying to control an object's movement through a lock but it's not working. When saw hits sprite randomLock will not go to 0, it will do just about everything else though. Do I have an error in my logic?