Kilbur's Forum Posts

  • 15 posts
  • you have to export to be able to see admob

    https://www.scirra.com/manual/184/admob

    Thank you <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

  • Hey guys I'm trying to test admob banner ads out and even though I've added my banner id to the admob plugin and called on event to show the ad on start of layout, nothing appears in the preview.

    Is this a well known problem?

  • With the built-in physics behavior you can approximate the egg shape with an up to a 16 point collision polygon. The Center of mass defaults to the center of the object, but you can use torque with an imagepoint to make it seem like the center is in a different location. Not mathematically correct but it looks good.

    That will do the trick, thank you!

  • Alright thanks! I'm still very much an amateur user of Construct 2, but you have saved me a lot of time and effort because I would have kept on fiddling with the physics behaviour all day to no avail. The mechanic is not that vital to my simple game anyway, I can do it another way

  • Hello!

    The player's character in my platform game is an egg/oval shaped object and I would like to create realistic movements for this object so that when it jumps while moving it will rotate and when it hits the ground it will wobble etc

    I have been tinkering with both the physics and platform behaviours for a while now but can't find anything that realistically portrays the movement physics of an oval shaped object.

    Thanks in advance,

    Kilbur

  • Did you get over this? Did you email Intel for the keystore?

    Hi sorry for this late reply but I have started to use Google's ad services now and no longer make use of appwrappers

  • caiorosisca kossak Thanks guys, managed to get it with yer help!

  • Did you check the bullet behaviour settings whether you have set the "Set angle" to "no"?

    Yes but I'm looking for a more efficient way of setting their direction. Basically at the moment when they spawn they move right and upwards only

  • Basically I want sprites to spawn moving in a random direction without actually rotating the image of the sprite itself

    Similiar to the Kanyes in this http://www.kanyezone.com/

    I have given my sprites the bullet behaviour

  • you could try:

    Create at:

    X = choose(random(5, 630), random(650, 1270))

    Y = choose(random(5, 350), random(370, 710))

    I don't know how well that will work, but what it's basically doing is:

    Choose () = pick a random option from list of options

    so for X: spawn on left side of player, or right side of player (assuming player is at center 640, 360) and about 10 pixels away from exact center

    then for Y: spawn on top or bottom side of player

    Thank you! Didn't realise you could set 2 conditions for each coord

  • Basically I am making a game whereby objects spawn randomly on my layout (1280*720) but I have the "player" in the centre of this layout and I don't want any objects to spawn on it.

    I am currently randomly spawning the objects using System --> Create Object --> random(5,1270), random(5,710)

  • By the way, I put together a tutorial teaching how to do this "the proper way"...

    https://www.scirra.com/tutorials/1050/basics-of-circular-motion

    Really nice, thanks!

  • If you want a game in which the axis of rotation never changes, as in the example you sent, it might be easier if you just give the Origin Image Point an offset, like in this working example I made:

    http://examples.gamesintheattic.com/rotation/

    Use left and right arrows to move.

    Not sure if this solves your problem, though...

    The .capx is here:

    http://examples.gamesintheattic.com/rotation.capx

    I always knew the solution would be simple, you're a genius sir thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi, I need to create similar functionality to this game: http://www.kanyezone.com/ where I can rotate an object around another by pressing a key. The issue of rotating one object around another has been solved on the forum before (viewtopic.php?t=63895&start=0) but I cannot find a solution to allowing user movement of the object like in the game I posted. My problem arises from what angle to use in order to to make it work.

  • So I've made an app for android which I exported and built with Intel XDK. I then uploaded it to google play. Today I decided I wanted to add adverts to my app but everytime I use appwrapper to wrap the apk it keeps changing the certificate of the apk and as a result google play won't allow me to upload it! Anyone know what the problem is?

  • 15 posts