# How to move an object across a game board. Multiple Objects

**URL:** https://discourse.processing.org/t/how-to-move-an-object-across-a-game-board-multiple-objects/36926
**Category:** Coding Questions
**Created:** [May 17, 2022, 4:57pm UTC](https://discourse.processing.org/t/how-to-move-an-object-across-a-game-board-multiple-objects/36926 "2022-05-17T16:57:30Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Gray](https://avatars.discourse-cdn.com/v4/letter/g/5fc32e/32.png) [@Gray](https://discourse.processing.org/u/Gray)
#### Post date: [May 17, 2022, 4:57pm UTC](https://discourse.processing.org/t/how-to-move-an-object-across-a-game-board-multiple-objects/36926/1 "2022-05-17T16:57:30Z")

</div>

Hello! I am an extreme beginner in the field of P5.JS. I am way more knowledgeable in Java which will be apparent in my broken code. I have attempted a multitude of Java approaches to cycling through objects of the same class and applying methods to them.

[https://openprocessing.org/sketch/1564721](https://openprocessing.org/sketch/1564721)

This is the link to the code I am attempting to fix it currently, but if you have any tips or advice for streamlining this please let me know.
