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

Pages: [1]
1
General / Re: Sprites not moving as intended
« on: March 24, 2024, 01:32:51 pm »
Problem solved, I'm just blind

2
General / Sprites not moving as intended
« on: March 22, 2024, 07:36:13 pm »
Hello, I've been trying to implement a jump mechanic into my game, but the player will not move the way I want it to, instead being relocated off-screen. My project contains other cpp and header files, but I'm certain that this bug is entirely within the file below. I'm not sure if this is an SFML issue or just bad coding but I will appreciate any help given.   

3
General / Re: Sprites not displaying
« on: December 08, 2023, 12:33:46 pm »
I used your advice and the sprites are displaying correctly now, I wasn't aware of variable shadowing and just assumed that c++ wouldn't allow for such a thing, thanks.

4
General / Sprites not displaying
« on: December 07, 2023, 05:07:44 pm »
Hello, I am new to sfml  and have been trying to display some sprites in my code, but they just will not display. Everytime i run the program it will display the window correctly, but it will not display anything else within it. I am aware that my code needs some serious re-arranging and optimisation, but my first concern is to get it running properly. Overall I'm just not sure what I'm doing wrong. 

Pages: [1]