# Lesson 8 Level 8 Help

**URL:** https://forum.code.org/t/lesson-8-level-8-help/15606
**Category:** Unit and Lesson Discussion
**Tags:** csd-unit-6, csd-unit-6-lesson-8
**Created:** [April 16, 2018, 8:33pm UTC](https://forum.code.org/t/lesson-8-level-8-help/15606 "2018-04-16T20:33:24Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![kposten](https://avatars.discourse-cdn.com/v4/letter/k/b4bc9f/32.png) [@kposten](https://forum.code.org/u/kposten)
#### Post date: [April 16, 2018, 8:33pm UTC](https://forum.code.org/t/lesson-8-level-8-help/15606/1 "2018-04-16T20:33:24Z")

</div>

I am having difficulty building the function to move the emoji’s. It either moved both at the same time or moves once and then stops working.

---

<div class="post-metadata">

### Author: ![jold](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.code.org/jold/32/5811_2.png) [@jold](https://forum.code.org/u/jold)
#### Post date: [April 16, 2018, 9:29pm UTC](https://forum.code.org/t/lesson-8-level-8-help/15606/2 "2018-04-16T21:29:45Z")

</div>

Without the code it is hard to know exactly but I would look at the movePlayer function and the places where it is called(the two onBoardEvent functions that call movePlayer).

Something seems to be getting messed up in figuring what player to move. Puzzle 8 looks like the place where they give instructions to move the emojis. Maybe check out what the instructions are there. Let us know how it goes.
