Search found 2 matches

by bexrazyallday
June 2nd, 2012, 6:26 pm
Forum: Everything
Topic: HELP!!!!
Replies: 3
Views: 2177

Re: HELP!!!!

I changed their values to the x and y, but it still gives me trouble. When I press any direction it all moves, but it changes shape and goes all funky. How do I fix that gfx.DrawLine(350,300,x,y,r,g,b); gfx.DrawLine(350,300,x,y - 50,r,g,b); gfx.DrawLine(400,250,x + 50,y,r,g,b); gfx.DrawLine(350,300,...
by bexrazyallday
June 2nd, 2012, 6:51 am
Forum: Everything
Topic: HELP!!!!
Replies: 3
Views: 2177

HELP!!!!

Hey chili, I was going to make a game that involved a triangle spaceship that moved around and collected stuff. I am confused on how I get it to move as one object. As you will see that when you move around with the arrow keys, the triangle is there, but it doesn't move. All that happens is the line...