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

Pages: [1]
1
General / Having trouble setting icon...App.SetIcon(32, 32, Icon);
« on: April 01, 2011, 12:58:09 am »
could you please show how you did it. I am trying really hard to put an icon
to my application, so far no result. I am having the same code as you..

App.SetIcon (32,32,icon);

latter I changed it to App.SetIcon (32,32,icon.GetPixelsPtr());

still not working. what might I have done?

2
Graphics / sprite moving out of view!!
« on: March 23, 2011, 08:37:02 pm »
Thank you so much devlin. It works.

Basically I had the same idea, but my head was in a mess, thinking that there should be a function or something like that for containing the sprite with the bounds of the window.

3
Graphics / sprite moving out of view!!
« on: March 23, 2011, 05:57:08 pm »
hi there! I am a newbie.
Can someone be kind to explain to me the 'idea' behind containing the sprite within the screen. I m trying to move a simple image with GetInput methods from the keyboard. It does move when I press a key, but it just goes on and on untill it disappears. How to stop it when it reaches the wall?

I tried searching the forum for a long time, tried some people's code, but I couldn't understand it , as each have their own ways.

4
General / problematic starting!!pls help.
« on: March 16, 2011, 09:24:13 pm »
thank you nexus, it helped. sorry for my english, i will be careful next time. i m using translator.

5
General / problematic starting!!pls help.
« on: March 16, 2011, 06:12:27 pm »
Hello there everyone, I m a total beginner for sfml. installed it by following the steps in the website, but when I try to compile the sample programs, windows is telling me that "system.dll file is missing from your computer, try reinstalling.......etc"  :( . Does anyone know how I can fix this problem.
Thanks.

Pages: [1]
anything