ok, I am working on something for making raphics for my game, so you can customize it, and I have placed a rotation thingy, and it doesnt work, anyone can help me out?
Problem: Its trying to read beyond allowed space.
case 0:
Xout=round(cos(i+(Rot/360*(PI*2))));
Yout=round(sin(j+(Rot/360*(PI*2))));
if(Xout<16 && Xout>=-16 && Yout<16 && Yout>=-16)
{
if(j!=16) Tred[Xout+16][Yout+16]=Red[i+16][j+16];
}
break;
for(i=-16; i<15; i++)
{
for(j=-16; j<15; j++)
{
#define PI=3.1415926535897932384626433832795
for(i=-16; i<16; i++)
{
for(j=-16; j<16; j++)
{
for(j=-16; j<16; j++);
summer_goth wrote:I think I may have been wrong there. Try keeping it:
- Code: Select all
for(i=-16; i<16; i++)
{
for(j=-16; j<16; j++)
{
Just make sure you take out the semicolon that was here:
- Code: Select all
for(j=-16; j<16; j++);
My brain isn't working today.
summer_goth wrote:Very nice Game A Gogo!![]()
I think that maybe yesterday I added the semicolon myself by accident when I was playing with your program. Eh, sorry about that.
Glad to see that you got everything working so well.
The only problem I found is that when the rotation is set to 000 and I click on rotate then the program hangs. Eh, but it's not like someone would actually do that.
Nicely done!
Users browsing this forum: No registered users and 1 guest