Buzzsaw: platform difficulty

I messed around with this for a while and my desperation over the fact that I couldn’t find my error lead me to this forum.

The problem is that platform_1 starts in the correct spot in the editor, but when the game is played jumps about half a horizontal screen-length to the right.

It didn’t used to do this, and his doesn’t so it led me to post FollowPath.cs on this forum. I can post more of the project if you want.

I think maybe the problem could be with the graphical editor and not the FollowPath.cs file because platform_1 starts in the correct position in the editor.

Look at the fat cartoon guy in my game. He looks so disappointed that all the platforms run from him.

3204566–245073–FollowPath.cs (2 KB)

You can see the error I’m having by downloading my entire project here. Notice the platforms on the right seem to vanishes when the game is run. What really happens is that the platforms just jump to the right from the positions they’re set in the editor.

(???) I have no idea what’s going on. I want to know how I messed up so I try to avoid similiar occurrences it in the future.

When I tried posting a small bit of the code bit a few days ago I got no response. I figure I would have better luck of obtaining an acceptable response if I just linked to a upload of my entire project.