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 - BusinessSloth

Pages: [1]
1
Graphics / Set.Text Question
« on: February 22, 2012, 08:42:23 am »
Ahh, I'll be sure to do that next time. Thank you, I appreciate your help.

2
Graphics / Set.Text Question
« on: February 22, 2012, 06:03:29 am »
I was wondering if with
Code: [Select]
Hello.SetText("Your answer is"); you could put a variable in with it, like with cout
Code: [Select]
cout << "your answer is" << answer << endl;


Thanks

3
Graphics / Making A Menu
« on: October 05, 2011, 04:25:51 am »
Oh well that was easy haha, thank you!

4
Graphics / Making A Menu
« on: October 05, 2011, 04:14:00 am »
Yes I tried :P I know how to get key inputs, I just want to know how to make a sprite jump to a position.

5
Graphics / Making A Menu
« on: October 05, 2011, 03:55:04 am »
I'm new to SFML and I'm trying to make a menu screen. I have the pictures in it, I just need to know how make it control like this. I want the arrow on the left of the words to move down, skipping to each word on the menu whenever the down arrow key is pressed.

Pages: [1]