I need a condition that means platform object (player) is on top of a SPECIFIC INSTANCE of jumpthru object to make the player follow the angle of the jumpthru object.
There are MULTIPLE instances of the jumpthru object, each with DIFFERENT angles so I really need the condition that means player is stepping on a specific instance.
I only need the condition, I already know the action.
Already tried these (one at a time)
overlapping
collision
platform: is on floor
Any ideas I can try? Thanks in advance.