attapi0's Forum Posts

  • 5 posts
  • Looks like I'll have to get the newest revision. Thanks.

  • hey Rexdaboss,

    You can try these 2 sites :

    http://spritedatabase.net/

    Just be careful with the image's rights !

    The Shy Guy kingdom's been closed for a few years now. They moved over to The Spriters Resource. I'd link it but I'm too new.

  • I may be way off here. But from what I'm guessing you should be using a container

    Don't take my word for it though, I'm only like 50% sure and I don't feel like testing it right now.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm using the Line-of-Sight behavior for the NPCs walking around. When they turn they just mirror, but the Line-of-Sight behavior doesn't mirror with them. I've tried setting the Line-of-Sight angle to -120 when they mirror, but that didn't work.

    Anybody have any ideas?

  • If you use the Is Touching Object event, it'll come out with a false if they aren't touching. so just use (and this is just a fast work-around) a global/instance variable (depending on how you need it) called something like "IsTouching". If "Istouching" is false, do whatever you want it to do if they weren't touching.

    Sorry if this sounds convoluted.

  • 5 posts