Another Behaviors Question

This forum is currently in read-only mode.
  • Perhaps I have missed something, but is there a way to take controls that have been mapped and translate them into a behavior pattern for use over multiple sprites? If not, can this possibly be accomplished via use of grouping sprites under families if one is intending to be able to switch out sprites in game? Thanks for answering my beginner questions.

  • What exactly are you wanting to do? Move lots of objects using the same buttons or something? Sorry but I'm probably just missing something simple in your question.

    If you want to move lots of objects using the same key presses, that's easy enough... just make the same control type for each object... IE platform, 8 direction, etc.

    If there is something else you are trying to do, then you might have to fill in the blanks... I'm pretty bad at trying to "get it" at times.

    ~Sol

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Sorry, i think I need to be a little more careful when phrasing my questions. I am looking to create a simple ship vs. ship game, akin to spacewar. However, I am also interested in making different ships with different stats. The idea that I am using has a custom control scheme for moving the vessel, and I was hoping to apply that control scheme to each ship involved. However, as it is a custom scheme, and many possible sprites are going to be used for each player as well as an AI controlled opponent, is there a way to apply this universally so that when the player selects his/her ship the control scheme will carry over regardless of the ship used?

  • Move with arrows. Click a new box to move that box instead.

    http://willhostforfood.com/files3/39399 ... Player.cap

    It doesn't use a custom control scheme, but the important part isn't whether it's using behaviors, but rather which object has the "active" variable turned on. You could just add a "value('active') is equal to 1" condition to all of your movement code.

    As far as which of many different sprites are being controlled, that's what Families are for

    (And yeah, I realize it could probably be made much simpler, I just sort of threw it together.)

  • That's awesome! Thanks a bunch!

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)