Random platform Y distance too far
fZolee
Member, PRO Posts: 34
I saw similar questions in the topic, but the answers are deleted now, I guess it's because that was an old thread.
So my problem is, I have a doodle jump style game and after a while the platforms are too close to each other or too far, eventually unreachable completely. Is there a problem in the rules or the original position of the couple of platforms causing this?
Thanks in advance and Merry Christmas All!
Z
Comments
The Y position is not being reset to a random location. It is always going to be twice the display height plus the actors height.
Maybe the original designer wanted the y positions to lengthen out as time progressed?
You can always experiment around with the Y position expression to see what happens.
Ahh, yes, the actors self size height caused the issue, silly me.
Thanks a lot!
You are welcome.