I loaded an object [square-like model] and copied it 9 times into the memory using GDK. What I'm trying to do is position that object, something like this:
But I can't do it right.
Here's what I tried so far:
Attempt1:
mmm... i didnt read over your code. but i'll give you a generic listing..
i'll assume that surface[9] holds the images/surfaces.
i'll assume that they are 50 units wide.
i'll assume that the print function is screen->displaySurface(arg image, arg x, arg y);