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

iOS

Problem with Projectiles

Finished the video shooting projectiles part 2 in the Sprite Kit game development course. After part 1, everything worked fine. After part 2, the nodes acted the same as in after part 1 but didn't show on the screen. Where are they and why aren't they shooting?? How do I fix this? Did i have a problem initiating something?

We will need to see the code to know what's going on. Can you paste it as a comment?

Like Wayne said, without seeing the code or an error message its hard to tell. When things go wrong, my first step is to re-watch the video, I find it's usually that I miss-typed a selector, or missed a change from file to file in the video as I was working along at the same time, and have a property etc in the wrong file.