JoshShortridge's Forum Posts

  • 3 posts
  • Thank you so much, I feel very useless right now for needing so much hand holding, but what condition did you use under system in order to input that expression? None of them are jumping out at me and the ones I've tried seem like dead ends.

  • Thank you for your reply. I am probably way of base here, I am new at this but I tried this line of code in a Javascript event:

    player.Platform.MaxSpeed == 330 + (Player_Speed - Player_Weight);

    The result was nothing. I am guessing my syntax is wrong or I'm not following what you mean by "in an expression"

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello, Been trying to figure out a way to access these values within my event sheet. I have platform behavior attached to my Player, I have a set of global variables which represent the current stats of the Player. I want to use the stats to run math and modify the behaviors within the controller(platform behavior attached to player), such as max speed and jump height, but have found no way to modify these values with events.

    Thanks for any help.

  • 3 posts