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

Pages: [1]
1
Java / TMX loader for JSFML
« on: May 31, 2014, 05:14:46 pm »
Hi!

I want to know if exists an library to load tiled maps on JSFML like this TMX loader for SFML:https://github.com/fallahn/sfml-tmxloader

I ask this because i would to carry my game from SFML to JSFML.

Thanks

2
Window / Re: Position the mouse changing when I move the View
« on: April 16, 2014, 02:19:57 am »
Sorry guys,
Really works.
Thanks for the help!

3
Window / Re: Position the mouse changing when I move the View
« on: April 15, 2014, 11:02:50 pm »
Hello,

Example:
When i used sf::Mouse::getPosition(), it returned the vector 200, 200
After i used an view.move(10, 20), after this i used again sf::Mouse::getPosition() and it returned the vector 210, 230.

I'm using sfml-tmxloader to use Tiled maps, this can affect this?

Thanks

4
Window / Position the mouse changing when I move the View
« on: April 15, 2014, 03:49:00 am »
Hi,

I have an problem, i start my Window and i get the mouse positions( sf::Mouse::getPosition() ), when i move my view the mouse positions changes too.
Have anyway to keep the mouse positions independent of View movement?

Sorry my bad English, thanks

Pages: [1]