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

Pages: [1]
1
General / Randomizing the movement of the Sprites
« on: April 29, 2024, 02:52:01 pm »
I got an array of Sprites and i wanna make each one of them have different velocity for x and y how could I do such a thing ?

2
General / Re: Mouse Movements
« on: April 05, 2024, 10:58:53 pm »
I did it with getting the position of the mouse, the Sprite is moving the function Mouse::getPosition(), but how could i make the Sprite Slows down when the mouse is moving really fast, should I use another method of moving the Sprite with the mouse?

3
General / Mouse Movements
« on: April 04, 2024, 08:10:44 pm »
How to reduce the Speed of a sprite while moving it with the Mouse, because if the mouse moves too fast the view would move to fast also ,so how could we reduce the speed.

Pages: [1]
anything