AlexiaWay's Forum Posts

  • So here's my way, to create different kinds of enemies on select random positions.

    I phot it will be handy, if you didn't already know.

    [attachment=0:3gascuj6][/attachment:3gascuj6]

    Have a nice and creative day (◠‿‿◠)

  • Thank you, you see I'm 95% word blind. And it's hard to make my program read everything.

    A To be honest I didn't know that function existed, but now I do.

    So thank you danuyos

  • Hello I made something where is spawning randomly placed Enemies.

    But Then I realized I needed Terrain objects. So, that didn't work.

    So in other Terms I need. To pick a randomly object by, UID Or IID.

    I'm using: system / create objects / I select the object to create: enemy/

    then I need to put it somewhere, I made a object where Enemies should Spohn.

    That is where the problem comes, it's picking the one with the lowest UID or IID.

    Not quite random.

    So if you know some solutions, it would be nice if you, posts a construct2 example,

    or a, image, so I can understand.

    And if you don't no a solution. Well, Have a nice and creative day. (◠‿‿◠)

    _____________________________________________________________________________________________________________

    Note: I have to full version of construct2, it just said Account could not found, so I made a new account.

  • I'd suggest taking a look at my , as well.

    If you install the plugin, I highly suggest you study the included example before asking any questions -- a lot of what you'll need to know will be in there.

    Oh my, I, i don't know what to say, other then.

    THAT IS AMAZING. (O??O)?

    It was just what I was looking for, but. (-??O)

    One problem, or question.

    You see I'm simulating something

    Approximately 200 tanks, and they are program to kill each other.

    They are spawned on a platform, that is placed random Around the level.

    So how do I make the camera, follow and see them all.

    They all the same object.

    A they don't have a unique UID.

  • Hello I will you want to know how to make a Camera follow, multiple objects.

    I know you could put a: scroll to.add

    But when all the objects are to the left, the objects to the right, disappears, or go off scream

    So I think I need to customize it, but I really want some creative help.

    So if you know some solutions, it would be nice if you, posts a construct2 example,

    or a, image, so I can understand.

    And if you don't no a solution. Well, Have a nice and creative day. (◠‿‿◠)

    _____________________________________________________________________________________________________________

    Note: I have to full version of construct2, it just said Account could not found, so I made a new account.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello, I will you want to know different ways to: Zoom in

    I know to gently follow a object, But I'll also be nice if I could zoom in to it, and do it smoothly.

    And it doesn't need to be an object, I also want to know how you do it with the scale.

    It also be nice if it object could zoom in to another object but, maybe that's just the same event.

    So if you know some solutions, it would be nice if you, posts a construct2 example,

    or a, image, so I can understand.

    And if you don't no a solution. Well, Have a nice and creative day (◠‿‿◠)

    ____________________________________________________________________________________________________________

    Note: I have to full version of construct2, it just said Account could not found, so I made a new account.

  • If you want to learn how to do, there is a guy who posted a List.

    Go to forums.

    Then click on search.

    And you will type:► [How do I]Frequently asked questions

    then press search.

    He's name is Kyatric,

    And he made a handy list, of different peoples questions, and solutions to it

    Hope this helps, have a creative day

    ───────────────────────────────────

    You fix it by doing this▼

  • isn't there a way to have, multiple events sheets in one layout.

    Or you say: events sheet, work on all layouts.

    Or is that too demanding

  • Wow, I'm proud to say I got it to work. (─‿‿─)

    So Thank Jobel. If you didn't show me, turret_manual_acq. I would probably have given up, (╥‿╥) and work on my RPG instead.

    So thank you, and may you have a nice and creative day (◠‿‿◠)

  • Don't worry, give it some time, people will type on this page, if they no the solution. (>‿‿O)

  • Don't worry, give it some time, people will type on this page, if they know the solution.

    I put my solutions down below, sorry to say they don't work, but they show you it's a common issue.

    I will also say if something moved, that fast. It will probably have some problems.

    Because it's actually following the Player, is not, glued to the screen.

    That is what I think

  • I can't tell from that snippet what you are trying to do...

    Me either, anymore. I'm trying something with the construct 2 file you sent me.

    Trying to make it detects the object it sees, then before he chooses the Target, it deletes its own target it has on it self, so it doesn't detect itself, then when it's chooses at Target, it will turn on its target self again, so that on the tanks can choose it's target. Then when the tanks target is out of sight, it will do dissimilation over again, then it should choose a target near it, then we start over again.

    I don't know if you understand that, but it's suddenly become complicated.

    I just wished when they made the Turret function.

    If we say someone choose the same object, as the one moving around us is Target.

    It will not pick it self, moving at angle, as a Target

    Help me construct 2 gods. if I don't make this work I'm working on now.

  • fyi -

    spohn is spelled 'spawn'and Terand I assume is 'turret'

    You probably do not want to use the Turret behavior if you want to target specific objects. Not to mention that the turret could target itself.

    If you use "Add Object to Target" the Turret will target all those objects in range. You can force it to un-acquire the target, but unless the object moves out of range it's only going to reacquire it.

    You can Acquire the Target manually by using the Action: "Acquire Target" but if it moves out of range and need to keep checking for it.

    Awesome, now I'm smarter. I just needed to add one thing and it looks like it works now.

    I just needed to put, a variable on a object, That is the target.

    Now it works, for now, something could happen anyway. thank you, Jobel.

    That help me understand, little bit more about this.

    5 minutes later...

    Scratch that, it doesn't work.

    And I was so happy (-?-)

  • are the tanks just copies of the same object or do you have unique objects?

    when you set Add Object to Target, is the object itself?

    in your picture it looks like the problem is too many turrets on 1 tank...

    it's hard to understand your question.

    No it's one tank Terand just moving very fast back-and-forth.

    Yes the tanks are the same copy, I made a Spohn object so I could put it around the level and it will Spohn the tanks.

    And yes to target, is the object itself

    I have tried to make a separate object that is the target but still it will not allow.

    Though I have got it to work in the way... But, it's chooses a tank that is, not near bye.

    And if it does that, it will not be a correct simulation.

  • So this is my problem, I have a tank vehicle that's moving around, and I have a tank canon. And The tank vehicle is doing his business going around on the field, this is where the problem comes. The Canon, the freaking tank Canon, I have tried all kinds of things, but... You see I wanted to aim at the target, that specific target is, it's self.. Or to be more specific it's friends around it, that is actually its enemies.

    The problem is it wants to kill itself. Or, when it has a target, if a nother vehicle has that target, it will not use that target, and then it would choose someone Else, but when someone else is Target it, it'll go from I don't care, or I will flip the Canon Second fourth and around and around.

    So. Is this something else I can program or use. With out you sing

    The add-on called

    Turret

    And no it doesn't work to put on: rotate towards position

    Why well.. Because I have over 100 tangs The purpose is to simulate, all trying to kill each other until there's one left

    So please I spent two days on it, and now I'm asking you... (╥﹏╥)

    So big question, can you help me, do you have a solution..

    ▼it's one tank Terand just moving very fast back-and-forth.▼