How do I keep the 3D objects from leaving?

0 favourites
  • 2 posts
From the Asset Store
A complete set of graphical user interface (GUI) to build 2D video games. With wood, nature, & jungle theme
  • C3/Mobile Game

    I figured out how to make the 3D objects move around, but I have 3D objects on a catwalk above my main gameboard. It's not a circle, but it is all connected.

    How do I keep them moving around the catwalk without them going rogue and walking off the catwalk and keep walking in the air off into the sunset?

    The 3D objects are guards so they need to stay on the catwalk.

    Anyone know of a good example/demo?

    Thank you.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I understand you have a gameboard and need the actors to stay on their paths?

    If this is the case, I would use a graph structure where the guards move along edges between nodes in the graph. You could roll your own plugin to store a graph tree, use the editor, or build up waypoints using plopped gameobjects and use the "moveto" behavior.

    If you have other behaviors or custom movement already controlling the guards, then simply use some game objects for the catwalk itself or the boundaries. You can text for collisions (overlaps) and then provide logice for the guards to go a different direction.

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