LittleStain's Recent Forum Activity

  • Hello developers.

    I want to check overlapped objects.

    For example,

    Object A is overlapped with Object B

    How to check the state of overlapping?

    Thank you for reading.

    You could use the condition:

    ObjectA is overlapping another object : ObjectB

  • (var3/100)*(100-var4)

  • You can just copy (not clone) the first sprite..

    In your event sheet add a condition to the events..

    You talk about the right position in your post, so check if the sprite is in the right position in the condition, so only then the actions are run..

  • I'm sorry..

    In the last few years, while trying to help users I've downloaded hundreds of capx from this forum and this is the largest yet..

    After opening it, it became clear that was mostly because of the huge images and the amount thereof..

    But ofcourse,why would 415.5MB estimated memory usage be too big?

    Oh I haven't found the pinning issue yet, neither in the game nor in the event sheet..

    Why don't you name the sprites?

    Having them all called spriteXX is pretty hard to read

    Also grouping similar events would make reading the event sheet a lot easier..

    Maybe using families and functions, tilemap and/or tiled backgrounds?

    Just some friendly advice..

  • How about putting the things you don't want to swipe on a layer with paralax 0,0?

  • 208 MB ??

    Couldn't you make the capx bigger?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You could also do it like this with the "move at angle" action.

    create bullet at (player.x, player.y)

    bullet: move player.height/2 pixels at player.angle-90

    bullet: move random(-0.5,0.5)*player.width at player.angle

    I always love your solutions..

  • I guess you could put an image point on each of the top corners and spawn at:

    x = lerp(player.imagepointx(1),player.imagepointx(2),random(1))

    y = lerp(player.imagepointy(1),player.imagepointy(2),random(1))

    offcourse you should choose the random number between 0 and 1 before using it inside the expression,

    that way the position will be on the line between the points..

  • Ok, so why won't the above explanation work for that?

  • Just pasting the link that usually answers questions like this:

    https://www.scirra.com/blog/112/remembe ... our-memory

  • Although the question isn't very clear..

    I guess a very simple solution would be creating an object outside of the viewport and using the bullet behaviour to move it to the desired spot..

  • How much experience do you have in game-creation?

    Making a game like those, will take a long time, even if you know exactly what you are doing..

    To get good answers you should split up your question into parts..

    Which part(s) of making the game do you have issues with?

LittleStain's avatar

LittleStain

Member since 26 Apr, 2011

Twitter
LittleStain has 4 followers

Trophy Case

  • 15-Year Club
  • Email Verified

Progress

16/44
How to earn trophies