I need help with this code again

if a player touches a block it will play the next frame

Do you want to do that or is it an issue?

i want to do that

put this in the Update Script in the block:

if (this.hitTest(player)){
gotoNextFrame();
}

its not working

What do you want to go the next frame? An object? The root?

Here the example… see the code under the default tab of the player.
NextFrame10-27-2020_7-46-04PM.wick (2.3 KB)

does the player character have a name? if so, did you replace player with the player clip’s name?

this helped me SO much. thank you.