Lou Bagel's Recent Forum Activity

  • To set the speed of one object to another, as your title suggests, you can simply do set Object1 speed to Object2.speed.

    Not sure if that applies to your wheels though. But similar thing can be done but not sure how you have it setup. May be rotate speed or an animation but same principle works.

  • I like this thread, really nice and inspiring approach for the development process combined with educational tips for the ones who are interested. And I love the art! Keep it going.

    Thanks! I hadn't had much comments on the explanation of the events so wasn't sure anyone appreciated that. Now I will try to do another one soon!

    Funny thing is I think most of the events I changed before I am completely redoing due to the change in gameplay and input. But that's game development for ya!

  • Working on a new aiming system. Not finished yet but let me know what you think:

    Bigger area to hit the closer the enemy and the slower it gets the longer you aim

  • That's an amazing example. Thank you for sharing, badmoodtaylor.

    You are welcome! And press Tab to cycle through the different ones, if that note goes unnoticed.

  • Capx that I made a while back with 5 different versions:

    https://www.dropbox.com/s/bhpanbu7q6hws ... .capx?dl=0

  • Yeah, what said. That is why they have a category under platform events called 'animation triggers', to make it easier to separate out.

    To reiterate, the way you have your events if the left or right arrow is down at anytime it will begin playing the walking animation. So your jump animation does start but is immediately changed back to the walking one.

  • I just found this thread:

    Wonder why I didn't find that through the search function...

    I'm sorry for repeating this question, I'll try your solution and try the solutions from the thread.

    [EDIT: I tried your solution @badmoodtyler, but it keeps turning in a counter-clockwise direction, so it always chooses the second option which actually can't be possible.. > > I'd love to send you a video but my internet won't allow it..]

    One of the angles is probably a negative value which will mess up that equation. I really don't get why it returns or even allows for negative angles— if the angle is -10 why doesn't it just return 350?

    So if you can compensate for that it should fix that, I think, but obviously I don't have a full grasp on this

  • Another simple idea to try, depending on the desired effect:

    Set Angle of Motion to: angle(missile.x, missile.y, target.x, target.y) > missile.angle ? missile.angle + x : missile.angle - x

    Replace X with any number or variable based on how much of a turning radius you want.

    Simply, this is comparing the angle of the missile's movement and angle between missile and target and closing the gap between them. Of course if they are exactly equal I guess it will zig-zag or waiver a bit.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You are welcome. the ?: looks confusing at first glance but it is very simple. Type a condition then put a question mark. Then type the result if true, put a colon : and then what the result is if false.

    So to test it out if you have a global variable called SCORE and a textbox, choose the action set text and type:

    Score < 200 ? "Good" : "Great"

    If score is less than 200 the textbox will say good. 200 or more and the texboxt will say great.

    Description from elsewhere:

    [quote:3klt24eh]

    ?: is a conditional operator, which allows you to test conditions in expressions. This is especially useful when used with the comparison operators and logical operators. It takes the form condition ? result_if_true : result_if_false

    e.g. health < 0 | score < 0 ? "Game over!" : "Keep going!".

    The condition counts as true if it is non-zero, and false if it is zero.

  • No, it still picks from what's currently picked. I've used both extensively and they work as expected.

    Ah, yes. I think I was thinking of the pick all

  • Should be easy, you can set their angle to the player's angle

    So just add to that 'every tick' event the action for the movement keys 'set Angle' to 'Player.angle' (I think there may be the action set angle to another objects angle, but either way)

  • If we don't know what you are doing then we don't know what you are doing wrong...

Lou Bagel's avatar

Lou Bagel

Member since 7 Sep, 2015

Twitter
Lou Bagel has 3 followers

Connect with Lou Bagel

Trophy Case

  • 9-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Popular Game One of your games has over 1,000 players
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

16/44
How to earn trophies