Can you link me a map where this happens? Sounds like a bug.
grabbed the error code
___________________________________________
ERROR in
action number 1
of End Step Event
for object MovingPlatform:
Error in code at line 32:
dist = ((x_-startX)*left + (y_-startY)*(-top)) / totalDist;
^
at position 51: Division by 0.
I think I had set some of these moving platforms to 0 and the game can't handle it.
on multiple maps either starty or totalDist being 0 kinda broke them.
http://www.truimagz.com/host/rumrusher/dumbstuff/truck-background.png']link to one of the bugged maps I made[/url]
I went and tested some of the maps and notice uhh yeah rip the moving platforms pushing the player clipping through walls. that's gonna kill some of my old maps which used that as a gimmick
though yeah it seems to not effect all moving platform maps just seems like the this one.
if I remember it seems Transparency on moving platforms allows for 2 rows... so Now I'm testing if it possible to make a Moving Slope or Stairs
ok tested this out yeah it seems like Setting a moving platform left and Top to 0 causes the game To Crash.