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

Pages: 1 2 [3]
31
Feature requests / SFML 2.0 -> SetPointColor(...)
« on: February 26, 2012, 11:19:04 am »
Ok, thanks. Can I ask why the GetFrameTime() Function was
kicked out from the Libary, I mean what is the Reason?

32
Feature requests / SFML 2.0 -> SetPointColor(...)
« on: February 26, 2012, 11:02:30 am »
Thanks. Works perfectly :)

But I have still another problem, its because moving, how
can I make a function like GetFrameTime()?

Must I make a Clock Object that Restarts every Time the
Game Loop ends?

33
Feature requests / SFML 2.0 -> SetPointColor(...)
« on: February 25, 2012, 09:40:14 am »
Yes, I need position and maybe rotation, texture not necessarily...
So I need 4 Vertices Objects one Vertices Array and one RectangleShape?

34
Feature requests / SFML 2.0 -> SetPointColor(...)
« on: February 25, 2012, 08:22:34 am »
Yes, only for Rectangle...

35
Feature requests / SFML 2.0 -> SetPointColor(...)
« on: February 24, 2012, 07:23:04 pm »
Is there no easier Way to do this with less code? :(

36
Feature requests / SFML 2.0 -> SetPointColor(...)
« on: February 24, 2012, 05:24:19 pm »
Hello,

I´m exporting my code from SFML 1.6 to SFML 2.0
(more Work than i thought :P) but I have one Problem.
I saw that there is for sf::Shape and sf::RectangleShape no
SetPointColor function, I need this for my design.

Why this function don´t exist anymore, or I´m looking at
the false place? If it don´t exist anymore, can u Implement
it for SFML 2.0?

Sorry for my bad Englisch and thanks in advance!

37
Graphics / Move Object from Point A to Point B
« on: October 30, 2011, 08:09:51 am »
Hey, thanks for your answere, but this what you described set
only the Position of the Sprite with the Point A on Point B directly.
I want that the Sprite moves from Point A to Point B
like a torpedo that search the Position of a ship to destroy it.

EDIT:

WORKS, Thanks you so much! :)
My wrong was that the Speed was to high!

38
Graphics / Move Object from Point A to Point B
« on: October 29, 2011, 08:03:25 pm »
Hello,

can someone explain me how I can move a Sprite from
a Point A to a Point B?
I didn't found a good described example...

Thanks.

Pages: 1 2 [3]
anything