Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lilz

Pages: [1]
1
SFML projects / Re: AlexxanderX's Tutorials
« on: April 22, 2014, 10:38:17 pm »
Thanks a lot for the response. Good to know but I cant update at the moment.

2
SFML projects / Re: AlexxanderX's Tutorials
« on: April 22, 2014, 04:20:52 pm »
Thats great. I did the collision-tutorial some days ago and tried to implement the jumping by myself - just for practice. It worked well but i could jump to the moon xD I will try the new tutorial.

I'm really new in programming and I think your tutorials are good for beginners.

I have one (maybe stupid question) about the code in the area part from the collision-tutorial.
for example:
Code: [Select]
if (area.contains({ area.left, player.getPosition().y }))I dont understand this brackets { }. I tried to compile it (Win7 VS 2012) and got some errors.
So I removed alle the brackets and it worked well... ?

Pages: [1]