I did this, that you say. In the beginning the application run, but now it doesn't run. I changed the names of variable to be more meaningful.
Here is the code:
void mouse(int button, int...
Type: Posts; User: sisolina_23
I did this, that you say. In the beginning the application run, but now it doesn't run. I changed the names of variable to be more meaningful.
Here is the code:
void mouse(int button, int...
I have a problem with translation of sphere. I make a game-Frozen Bubbles. The goal is to move the middle sphere in the bottom of the screen to the last row spheres from up to down. But the sphere...
I have a problem with translation of sphere. I make a game-Frozen Bubbles. The goal is to move the middle sphere in the bottom of the screen to the last row spheres from up to down. But the sphere...
Thank you! The problem isn't the resizement. I generated the random colors of the spheres in other function and the problem was decided.
How can I forbid the maximization of the window?
I am making a game "Frozen Bubbles", but when I maximize the window, the initial colors of the spheres change. What can be the problem?
This is my source code:
#include "stdafx.h"
#include...