Warp block wait

I am trying to make a simple platformer game but I have a problem when I detect ground.

Here is my project link: Snap! Build Your Own Blocks

When I put warp block into my codes it waits some time near the ground. Is there any suggestion to solve this issue?

Thanks.

welcome back to the forums! ill look at it!

There is something wrong with the "touching" block.
touching_ground script pic (1)
60 iterations take 1s. It seems impossible to be that slow... So maybe some yielding issue.

You are right there is something wrong with the "touching color" block. After your reply, I tried to replace it with "touching sprite" and everthing works well.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.