Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Introducing JavaScript Let's Make a Game Doing Things With Functions

angelod
angelod
6,694 Points

When you stated at the ending on creating nine coins and nine platforms. The coins were perfectly on the platform.

How am I suppose to know the exact coordinates to do that? Am I suppose to know that yet?

1 Answer

Tanja Schmidt
Tanja Schmidt
13,706 Points

Hi Angelo, I've just finished the same task. I added all the platforms first and then placed the first coin on one platform, which was pretty much a game of trial and error. When I had the matching coordinates I could apply that to the other platforms, like: add this amount to the x-axis and decrease that amount from the y-axis of the next platform to get the coordinates of the next coin and so on. :) Hope this helps!