Captain Awesome's Forum Posts

  • 8 posts

    I'm not huge on money-spending, I'd say about $5 usd every other month.

  • No problem!

  • Look above, I just posted an additional option which might help with that.

  • If you want the player to only attack when not moving, simply add an event similar to the one below.

    Keyboard > on [attack key] pressed >>> Player > set animation to [attack animation]

    then, add a condition (right click on event and select add... and click condition).

    Player > compare speed > equal to 0

    and then add another event so you can get out of the attack animation.

    I'm not positive if this part works unless you replace: on [attack key] pressed with [attack key] is down. try that.

    Keyboard > on [attack key] released >>> Player > set animation to [default animation]

    I hope this helps!

    EDIT: alternatively, if you want your player to stop when attacking and you're using plat former, use these commands:

    Keyboard > [attack button] is down >>> Player > set Maximum speed to 0 > set acceleration to 0 > set deceleration to 0 > set animation to [attack animation]

    Keyboard > [attack button] released >>> Player > set Maximum speed to [original max speed] > set acceleration to [original acceleration] > set deceleration to [original deceleration] > set animation to [default animation]

    That might be more of what you're looking for.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • This looks amazing :O

    Definitely enjoying the demo.

    I have no complaints. Everything is working fine.

  • Hello, everyone.

    I'm working on a game called D . I . S . M . A . Y. No final version has been released yet, and I don't want to upload updated versions and not improve the game. I'm updating every 2 weeks or so, depending on feedback and critique. Anything helpful is greatly appreciated.

    -Any awesome suggestions that blow my mind will be credited in some way or form.-

    Thanks. https://www.scirra.com/arcade/strategy- ... -a-y-15629

  • Hey there. I wanted to bring up the Scirra arcade for a bit. I know there might already be a whole new topic around this, I don't know, I haven't checked out the forums much yet. Anyway, I'd like to hear what your favorite Scirra Arcade games? Some of mine are There Is No Game by KaMiZoTo, Key and shield by Fire Totem Arena, Combiner by angelojlee, etc. I'd like to hear from some of you guys. I am really sorry if this has hurt any feelings by naming only some of my favorite games, because you might have not been mentioned. see you soon.

  • Hello, people of Scirra! This is my official first post on the forum. Just sayin' hi!

  • 8 posts