Hello,
I�m evaluating construct 2 for my company development. One of the things we are trying to do is:
In one of our games there are several levels. Each level shows a map of connected objects . Example
Obj A -> connects (C1 name of the connection) to Obj B
If i click obj A the goal is to highlight C1 to Obj B.
Our question is: how can i after add obj A and B to the layer can automatically create a sprite called "line C1" that goes and connects both objects ?
Thanks