newt's Forum Posts

  • newt Illuminatis doesn't exist. But is not a waste of time worrying about security.

    ondraayyy The answer is that isn't 100% secure an database, and is very less secure a storage that is in local computer of the hipotetic hacker! Store data that you don't want be hacked in computer is tongue. If you want make the hack hard, use PHP with MySQL.

    If your game is multiplayer, you can't prevent local data (such as movements and obstacle objects) being tweaked, then as gumshoe2029 said you need create a integrity engine that validates runtime with hash, like Combat Arms does.

    Says the guy with adfly links in his signature.

    Let's ask Tom if those are in policy shall we?

  • We can't tell without a cap.

    Still the best advice would be to use C2.

  • I don't think Classic had global layers.

    A bunch of global objects could be an issue however.

  • Stop making new layouts?

  • Ok, I thought we had that feature, just couldn't find it.

  • Thanks 99Instances2Go

    Paster should work nicely for the transforms in the first one, especially since it can do textured quads.

    And Gemcraft has ton of different elements, but I'm pretty sure we can do all of them.

  • I'm am planning on making some tutorials on user interfaces. Seems like we don't really get much info on how to do those, yet we have all the basics to do them.

    The plan is tuts on both creating graphic elements, and figuring out the mechanics in C2.

    Something like step by step with images on the graphics, and possibly Youtubes on putting it together in C2. I'm a little iffy on videos but I'll figure something out.

    I'll start from the basics like lines, and boxes, and the variations therein. You'ld be surprised at what can be done, but I also want to challenge people to find some element that they want to reproduce, and let me figure out how to replicate it, or at least find some reasonable facsimile.

    So if there's some style, or specific element you want to try, please make a post, or show an example.

  • The layer offset converted to world xy values, and vice versa.

  • It would help if we could see the collision poly's in the layout view.

    Suggestion for C3 I guess.

  • They must be separate apks, and separate store publishings.

    You can make one paid, and then convert it to free, but you must upload a new apk and use the same certificate, and as BillAlex said it can't be reverted if it was to remain the same product.

  • Yeah as oosyrag said

    Else is more open. It means do any of this if the comparison is not true.

    If sprite is overlapping background- do foo

    Else- do some other foo

    Inverted means the opposite of the comparison.

    inverted sprite is overlapping background- do foo = sprite is not overlapping background- do foo

    They are about the same, but else gives you the option to do something if a comparison is true as well, but you have to keep in mind inverted may not always work as expected.

    Additionally else will not do any picking, so you would have to add extra conditions for that.

  • Now selling tear stained pillow, 1 buck.

  • Did a bit of searching, and it appears that you can probably use Admob, but it can't have ads from Google play.

    Checked out the "Underground" as well. They want your app to be on Google play, but have less features than theirs.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Arcitak is now on Kongrgate.

    http://www.kongregate.com/games/jasonakanewt/arcitak

    Please check it out and give it a rating .

  • I think you can use admob, you just have to make sure the ads don't offer a product from competing marketplace.