If 2 players means 2 instances same object, You can create instance variable and add text as container to store and display coin counts.
Glad if grouping instances by tagging them gave an ease for something to work with.
Basic teleporter:
construct.net/en/forum/construct-2/how-do-i-18/teleport-instance-value-170251
Yes it is in the same layout.
Tag system for flexible use & modularity with only 1 object family:
dropbox.com/s/xfdap5rv93wusie/snake_body_pin.capx
The problem & solution you brought into forum are valuable for future troubleshooting for other user who eventually hit similar issue.
Try add 'For Each' if that still not work create tagging system as following topic:
construct.net/en/forum/construct-3/how-do-i-8/bunch-sprites-change-color-165470
If the condition has a little green arrow it means the event triggered once. In pathfinding "On Pathfinding path found" case, the event will trigger once for every instance that found a path.
And it will triggered again when new path found. So in following example the object will change direction immediately when user tap on screen.
dropbox.com/s/fumc7ctko35r68r/tap%20path.capx
It depends on SOL. One event might continue in loop while other executed once. Here a discussion about it:
construct.net/en/forum/construct-2/closed-bugs-22/pick-create-bug-114401
The else condition only possible happens under "Arrive" animation right? So what other animation do with their respective action?
If certain condition met then it will take action for instances that picked based filter parameter.
Develop games in your browser. Powerful, performant & highly capable.
Added chain & gumlock system:
Member since 22 Feb, 2012