newt's Forum Posts

  • Is that the same as:

    https://developer.amazon.com/public/api ... mobile-ads

    ?

    Then will it work with just the official C2 export, and will it do other types of ads?

    Actually I'm somewhat confused as to what the official export is.

    Im guessing its just for packaged apps, which doesn't include anything made for mobile.

  • I see Amazon has ads, at least for mobile.

    No idea how good it is, and/or if we will get support for it.

    As volkiller730 said, Admob seems to work via Crosswalk.

  • Was hoping the official method was supported, but hey at least something works.

    Thanks.

  • Silly question probably, but I didn't see any info on adding ads to an Amazon app.

    Do we already have support via the Admob plug?

    Also, anyone used Iap there yet?

  • One does not simply make an rpg.

    Make 1000 projects that teach you how to do the 1000 mechanics you will need to know.

    Each should be less than 100 events, if not... you're probably doing something wrong.

  • On touch set initx, inity variables to touch xy, set isintouch variable to 1

    variable isintouch=1, set mydist variable to distance(initx,inity,touch.x,touch.y)

    ->initx>touch.x, do foo

    ->initx<touch.y, do pitydafoo

  • Looks like subpixel interpolation to me. No way around that.

    You might see what it looks like in other browsers however.

  • You should post some work, staleevolution that is.

    The tick guy is probably about to be banned for reasons not worth posting here.

    Not everybody but most people who are licensed will have a badge similar to mine on their avatar.

    Good luck.

  • You could use conditionals and just set the animation based on those.

    set animation to:

    x>n ?thisanimation :thatanimation

    Not sure how you would chain multiple conditionals together.

    A nice suggestion for C3 would be easier ways to set stuff like that up.

    I realize the canned answer is just use conditions and subevents, but even those are somewhat broken when you want to use else, and or together.

    Ashley

  • Interesting.

    What if instead of typing out if, or some other conditional we could just click an icon, and do away with all the syntax?

  • Why stop there?

    Ok Google, hit that button there and make a platform game for me... kthnks

    Also, hey Siri , please notify me when the neural interface is ready.

    Im just happy to be without all the crap syntax, but if you wanted to go deeper, it would nice if even the expressions were less syntax sensitive.

    Like you click lerp, it asks for a, b, and c.

  • Yeah, when you click in the properties bar of the editor it will auto-highlight the content.

    If you then rightclick, and paste from the clipboard it will concatenate it with what was already there.

  • You'll have to figure out the nearest size you can upscale to. 1024 is not really a reasonable size for just a rock imo.

  • For all we know it could be the host of an online editor.

    If it is, pray its not service based.

  • 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