lionz's Forum Posts

  • Create each piece of pie as a separate frame of one animation and cycle between frames.

  • This looks fine. He stops picking up items when the inventory is full, intended?

  • Invert the colours.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yep as said above the origin point needs moving. The laser beam sets its central point to image point 1.

  • The issue could be something to do with itunes but I'm not familiar with linking that in, maybe it doesn't work correctly?

  • I don't think so. I use Destroy so that when the particle is destroyed, I create the new one at its location. This works efficiently and smoothly, gives the impression that the image is changing.

  • Ah right, perhaps Construct 2 does a lot of it for you then. I know Apple don't like it if they can't see the store straight away with all the products that were submitted readily available for purchase. How early in the game do you use request store to get the listings? Sometimes they make errors, you could try resubmitting it if there's no obvious problem.

  • Hmm your original idea sounds OK for this then, probably just requires some debugging? Provide a cut down .capx with the trigger sprite mechanic and someone can take a look and maybe provide a fix.

  • Are all the IAP batches you submitted available in the app at all times? Make sure all of the products are referenced in config.txt. It's a common rejection but you can ask them for further info.

  • I've kind of veered off and am learning javascript in a jam style. I've made some text based games already though : D It is unusual for me to be writing actual code rather than using C2 but it's productive I guess.

  • As I mentioned in the other post, this is just another mechanic that is fairly simple to make if you know the basics of C2. You would need to make use of arrays and store inventory items as slots.

  • How does an endless runner work if it's not side-scrolling? *confused*

  • This is a huge game mechanic. I would start with the tutorials. Once you've done a few of these then it will become clearer how to make this type of system. This is simple enough to make but it will require some basic knowledge of C2 and a lot of different systems working together such as game rounds, enemy spawning and placement, enemy health, player movement, player and enemy attacks, damage stat handling etc...

  • It does quite a lot of stuff for a free product.

  • I'm also learning javascript during this to keep me motivated lol. Probably a bit too much, but why not!