How do I overcome this bug state switching bug on LoS?

0 favourites
  • 5 posts
From the Asset Store
State Machine
$10.99 USD
State Machine is a great tool for managing the state of anything in your game.
  • What I'm trying to do: Detect if the Computer connected to a Door has the Module MotionDetection (in an instance Dictionary) active. Spent three hours trying to overcome this issue, even tried using instance variables on every Computer instead of a contained Dictionary, but it didn't work. Dictionaries have the correct value, I've checked that in Debug mode. So something with my Logic of actually detecting if a Door is connected to a Computer is bad.

    The issue with the second Door:

    Subscribe to Construct videos now

    Code:

    project file: ufile.io/hr35y556

  • Are the Door and Modules dictionary in the same container? If not, then you need to pick the correct dictionary instance before comparing keys. But it would be easier to combine them into a container.

    (I can't open your project, as it uses some plugin I don't have.)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Sorry about that it uses Advanced Text Box.

    They weren't in the same container, I only had Computer and Dictionary in the same one. But, now after adding Door it actually works so thanks for that =]

    Do you know how I would approach picking the correct dictionary instance? It's what I was trying but couldn't make work in any way, even after giving each Dictionary instance the same ID as it's Computer parent's ID.

  • If both objects have ID instance variables, you can do "For each Door, Dictionary compare variable ID=Door.ID"

  • Welp what else can I say at this point. Thanks for all the help and explanations dop2000 ! =]

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