maui_devee's Forum Posts

  • Thank you for your help, i have been stuck on this for days. In case it might help i will send a screenshot of what the code should end up like if it helps.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I've tried using pick by comparison in an id system, but im not able to use the parameters the way I've intended.

    Basically, what I am trying to do is make a system in which a spaceship has an id (eg: 0) and any other object with that same id (0) will set things like its target's position to that spaceship's id. The problem is that from what i can tell, the pick by comparison parameters do not reference instances besides the one to be picked as one of the parameters. This means the spaceship is not able to pick other objects with its id meaning the system does not work at all.

    If anybody knows if i am doing something wrong, do not need to use pick by comparison or if this is a known bug, PLEASE tell me.

    Thank You