I want to position the player on a section of track to trigger an action before play starts. I thought I could set this up in the editor but that doesn't allow for layers, except for background and another object.
I can randomly place objects (thanks to Aldi Fauji's help), so something like this works flawlessly :
random [ Track no Obstacle no Diversions] [ Start ] -> [ Track Item_1 ] [ Start ]
But positioning a player over a specific object (say a length of track) at the start of a challenge does not work properly:
[Track_X] [Start] -> [Track_X Player] [Start] or [Track_X] [Start] -> [Player] [Start]