orhankaplan's Forum Posts

  • 12 posts
  • You shouldn't expect people to just "do it for you." First off, that's entitlement. Second off, you have almost no information.

    Especially if this is for a school project you should do the research yourself. Use the tutorials section, YouTube, Google, and if that doesn't work, you should post in the correct forum section with much more information.

    Ive done it now anyway. Trust me my friend ive been learning this and trying this for a month now and I looked on old forum posts and everything. I was desperate as the deadline is Friday. I posted this in another section. I got the help i needed...

  • If you don't mind me asking, what are your intentions with this game when it's complete?

    Its a school project my friend. Im only 17 so we are just learning at the moment.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hey. Today is release day at the studio, so I'm a little too busy. I'll try to make a demo when I get home tonight, ok?

    Okay man, thats much appreciated! Youre a legend.

  • The police and policeanimation objects will all react to any policeguide they find. If you want them to be specific, you should add the police Id as a variable to the policeGuide and check if they match.

    If you dont mind making another police follow a different route from the copy you gave earlier just so i can follow the things and do a load more characters. it would be much appreciated

  • The police and policeanimation objects will all react to any policeguide they find. If you want them to be specific, you should add the police Id as a variable to the policeGuide and check if they match.

    I just tried that my friend and it didnt seem to work? im not sure if im doing it wrong or not?

  • Just add them multiple times. Not sure what you meant...

    Let me rephrase that. Can i copy and paste the policeanimations and make new paths for each one or do i have to add the police animations sprite again and make a new police guide for each police sprite i add?

  • Hey!

    I added a sprite (policeGuide) which has a variable (direction) just position then at places you need the cop to turn and set the variable to the direction towards which he should turn. I positioned some of them at the intersections, so the cop is already making a circuit if you check it, but you may remove them and program your own circuit. Note the guides are transparent, though.

    [attachment=0:4v3b8ai4][/attachment:4v3b8ai4]

    How do i make more police in the game quickly?

  • Hey!

    I added a sprite (policeGuide) which has a variable (direction) just position then at places you need the cop to turn and set the variable to the direction towards which he should turn. I positioned some of them at the intersections, so the cop is already making a circuit if you check it, but you may remove them and program your own circuit. Note the guides are transparent, though.

    [attachment=0:2qat1m2a][/attachment:2qat1m2a]

    Thank you so much!

  • Security cameras: Animations aren't the best way to go here. Instead, have one frame where your camera is pointing to the right and the origin is in the middle of the camera itself, then use the Sine behavior on that object to alter its angle. There are a lot of settings there where you can change how far it turns, how fast, etc.

    Path movement: There are a lot of ways you can do this. One simple way is outlined below:

    1. Give the enemy the CustomMovement behavior(remove the pin behavior, too).

    2. Have four invisible sprites representing up, down, left, and right.

    3. Give the enemy some intial speed through the custom movement.

    4. When the enemy collides with one of the direction sprites, adjust his speed to move in the associated direction.

    5. Place your direction sprites such that your enemy will essentially "bounce" from one to the next until he finds his way to the original position, at which point he starts all over again.

    There are ways to achieve more complex path movements, and ways to do it using fewer direction sprites, but I feel this provides a good visual explanation of one method.

    Thanks for the feedback but im still confused. Im new to this program. Could you please be more specific or even do it for me?

  • I need help with making my enemy police following a simple path going left and right and playing the animations as he goes in this direction. I would need it to loop please. help pleaseeeeeeeeeeeeee guys

  • hi, can someone please do the events for me for my npc police enemy cause im finding it impossible. Please!!!

  • Hello there. I am very new to C2 and I need help with my NPCs.

    I am currently making a Top Down View game with 4 direction on my characters. I need urgent help with trying to make the NPC follow a fixed path so if anyone knows how to do this, help would be much appreciated?

    Also I want the character to animate as it moves in each direction. For instance, when my enemy goes right, the right animation would play to make it look like he walks, and when he goes left again back to the original position the left animation plays. Thank you.

    Also if you open my game file you can see i have security cameras but the animation is jumping. How would i make this go smooth from side to side?

  • 12 posts