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.


Topics - Adam Eldemire

Pages: [1]
1
General / Checking for a non-transparent spot at (x,y)
« on: September 27, 2009, 09:06:17 pm »
I'm wondering if there's a way to check for a sprite at a certain position. I'm trying to make a game, and I need to check if the space the player is trying to moving to is clear. Is there any way I could do this, preferably based on pixels (so that transparent parts wouldn't register).

2
Window / [Visual C++ 2008] Command Prompt not shutting down
« on: August 05, 2009, 10:59:31 pm »
For my first SFML application ( a simple test app), as soon as I call
Code: [Select]
window->Close();
the console window closes immediatly. However, in my new project, I am forced to close the consloe window automatically. This causes some errors with my file logging system.

Is there a function that I have to add, or is my memory just foggy?

Pages: [1]