The issue is that the animate block is put before the ‘set coin to [sprite of kind]’ – you can only animate something once it’s been created. If you move the ‘animate coin frames’ to be at the end of the for loop / below the things that are currently below it, it should work