codah's Forum Posts

  • Use the nodes found by pathfinding and do a MoveTo or similar to that location, then once arrived there move to the next node position, etc.

  • Immersive mode works on android 4.4+

  • You do not have permission to view this post

  • I didn't see any mention of multiplayer or security But yeah that's a whole other thing.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You do not have permission to view this post

  • hm ok well I just do

    Show banner ad at position Bottom center size Smart banner(auto-size,recommended)

    Make sure your ad ID is correct (once I was sure I had the right ID but it was the wrong TYPE of ad ID). I think this matters even for test ads.

  • So I have a few casual apps/games on Android and would like to have them on iOS as well. I'm not an Apple guy, don't personally have an iDevice (but have a few around I could use) and don't even have a Mac.

    Without getting into religious wars could somebody give me a rundown of what I'm going to face if tomorrow I decide that, ok, I'm going to publish my stuff on iOS? Any hurdles, gotcha's, etc. I'm sure some of you have been through this ..

    Thanks heaps.

  • Nothing will happen in your app when the phone is off. You can store the current clock time on exit (e.g. webstorage), then compare it with the time when it's restarted to see how much time has passed in the real world, and then do what you want.

  • If the test banner works then the real ones will too. They don't always come through straight away.

    I don't even do on received, I just do Show banner.

  • Interesting project, nice concept

  • Yeah I think that's what I said in my first post the origin point is just image point 0. Good luck.

  • Had a quick look, don't have much time at the moment but a couple of things might be wrong. When you're parsing the high scores from webstorage, you're parsing for "," but in the webstorage value there are no commas. Also when displaying the high scores you're not picking a particular one, so they will all get set. At least it might be somewhere to look.

  • Here. You were setting the walking animation on every tick, so it was continually starting over from the first frame. You do have other issues to address though.

  • You needed to have the image point in the same place in all animation frames. Go to any frame, press 5 on the num pad. Then right click on the Image Point 0 and choose Apply to whole animation.

  • Can you provide a sample capx?