lionz's Forum Posts

  • At the point the direction is picked then you know which direction, right?

  • Nevermind I fixed it by adding a different kind of variable comparison.

    OnDamage ----------- SetNewHP to CurrentHP-Damage

    Every tick

    If StopDamage = 0 ------------- SetChar1.CurrentHP to Char1.CurrentHP - 1

    If Char1.CurrentHP = Char1.NewHP ------------- StopDamage = 1

  • Could be an obvious answer but I need some assistance with this counter. I have a player in an RPG taking damage, but rather than have the damage be simply taken off it counts down the damage to a new value.

    So i've set it up like this, where CurrentHP is the current HP of the character and NewHP is a new value set by CurrentHP-Damage :

    Every tick

    While

    Char1.CurrentHP > Char1.NewHP ------------ Set Char1.CurrentHP to Char1.CurrentHP-1

    When set up like this it just takes off the damage amount and updates to show newHP, so it's half working but it hasn't counted down by 1 every tick. If i remove the While and the variable comparison then the HP does just count down by 1 every tick as I expect but then of course there are no limits, it just keeps counting down. This is why I put the newHP in place, to set a limit. Am i missing something obvious here as to why it won't count down by 1 every tick while the HP is greater than the new HP?

  • Does increasing the jump strength on platform behaviour not work?

  • 'Set volume' in events to balance out the audio I guess...or balance it outside of C2.

  • Yeah use PhoneGap, and take a look at this too https://developer.apple.com/library/ios ... ction.html

  • Yeah, functions

  • For me it would depend on how the clothing relates to the gameplay. If it was just for character appearance in gameplay then it would be just a single sprite animation based on what was equipped. If the clothing had some effect in gameplay i.e. the armor would be visibly dropping off the player then i would use separate sprites for that. If it was an inventory I would set the clothing animation as different sprites i.e. armor sprite for armor set to armor selected, shoes sprite for shoes set to shoe selected.

  • This is the easiest thing to sort out, something must be wrong with the logic. Post a link to the capx or a cut down version of the game with just the player movements and someone can fix it easily. Also you haven't said what you expect to happen when A and D are pressed at the same time.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • In a way it does help, they would be unlikely to sell game making software on Steam unless they were the selling the fact that you could make your own games to eventually go on Steam. It would be a strange marketing ploy to say "hey buy Construct 2 on Steam and make your own games!" "can I put my finished game up on Steam?" "nope".

  • No need to bump without the capx. If the above post doesn't work then you'll need to post some cut down capx so we can test it if you want an actual fix.

  • Why is your character direction set to RIGHT when pressing left?

  • It should work fine like that, again if any problems just post a link to the project file.

  • The channel owner just had too much time on his hands and mashed a load of stuff together, makes sense why no-one can find an 'original' here : D

  • maybe Kyatric can help, I know he wrote a tutorial on this stuff although that was for android. I don't know enough about the itunes store behind it but the event sheet looks fine.