RezMe's Forum Posts

  • SOLVED:

    I had to play around the cell border and size options

  • Hello,

    I want multiply enemys to follow the player. So what I did is:

    Create one enemy, added the behavior of Pathfinding (and it works FINE!!!)

    But if I copy and paste the enemy 3 or more times in the layout, only two of them starts to follow the player, the other ones stay steel and only after some seconds starts to follow the player.

    I'm trying to create a Top Down Arena Shooter, so I need all the enemys to follow me at the start of the layout...

    How can I solve this?

  • On player collision with object >

    Object set position to player >

    Object pin to player

    Set position default is the 0 image point, so the origin/centre of the player.

    THANKS SONIC!!

  • Hello there little question here,

    How to pin an object in middle of an another sprite? If my player touches an object, that object pins to him, but only on the edges of the player, I wanted to be in middle...

    Thanks!

  • To chadorireborn:

    Thanks that you got time for me to send that project, but I can't open it because i have the version r227...

    To sup with that:

    I can understand the logic, is more simpier than I thought! I'll try it, thanks!

  • Hello there!

    I'm new here and I dont know very well how to use this fantastic software, so maybe you could give me a little help here. I heard C2 community is great

    I'm trying to check a collision for the Player, now I'm trying to do something like this:

    Check if PLAYER is colliding with the GROUND

    if its true than make the PLAYER jump and the GROUND disappear

    else dont make the PLAYER jump

    How do I make this in the event sheet? I tryed some combinations but withous success

    Thanks for your attention!

  • Now I understood and now its working!! Thanks a lot guys for your time to reply me, even I'm asking this basic stuff... I'm sorry if you think that I wasted a bit of your time, and yes, maybe I should read better the manual, but Im not that type of person, I love learning through the practice, and when im stuck I can't find that specific solution on manuals... im not very patient... thanks again for your time!

    Have a nice day!

  • Hi again Little Stain! Thanks for replying me again!

    Your reply have a perfect logic, so I tried to apply it! The first part I did in the way you said, but the second one I can't understand how to make that happen in C2, in the Variables events there are nothing such as "check boolean"... am I wrong?

  • Hello to everyone! Im new to Construct 2 so I need a bit of time to understand better this magnific engine!

    Im creating a small platform, and I created a key and a door. When I touch the key I destroy it, but I want to be able to open the door only after "getting" the key, I did something like:

    Player on the collision on KEY > Destroy the Key

    ---> Player on the collision on DOOR > Restart Layout

    The second event I CANT create it because the method "COLLISION ON ANOTHER OBJECT" doesnt exist if I create it like a SUB EVENT... can someone help me?

    Sorry if I wasnt very clear.

  • Thanks a lot for the reply!! Have a nice day

  • Hello! I'm new to Construct 2 so I dont know everything about this product. My question is:

    With the PERSONAL License could I export, publish and put ADs on my Android game( so I could monetize)? Or I need to buy the personal license and then buy some export modules later (Like Game Maker Studio)?

    Thanks for the attention guys

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Already done!! thanks again for the reply! have a nice day

  • Thanks a lot for the reply!

    I set the position of the weapon, but i cant find the action to PIN it to the player :/

  • I just want to do it really simple XD just pin the image of the weapon on the image of the player! no animations

  • Hello there! I just downloaded C2 and wanted to try to create a little game, its just a normal platformer but with weapons.

    When the game starts the Player doesnt have weapons, but there are some on the ground, and I want to equip them if the Player touches the weapon. How can I do that?

    Many thanks!