Thanks, yeah. I just figured it out
.

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.
Show posts Menu
while (y>1) {
SetViewport(0,y);
y--;
player.y--;
Wait(1);
}
Quote from: subspark on Thu 16/04/2009 20:46:17
Of course, I love good pixel art and the limited palette is more of a style to me than a mark of a genius.
if (player.x < cBla.x && player.x > cBla.x - 50) cBla.walk (cBla.x+50, cBla.y);
if (player.x > cBla.x && player.x < cBla.x + 50) cBla.walk (cBla.x-50, cBla.y);
if (player.y < cBla.y && player.y > cBla.y - 50) cBla.walk (cBla.x, cBla.y+50);
if (player.y > cBla.y && player.y < cBla.y + 50) cBla.walk (cBla.x, cBla.y-50);
Quote from: rharpe on Tue 14/04/2009 18:52:57
So who's the winner bog???
Quote from: bog on Tue 14/04/2009 10:30:11
(...) since we need someone to host the next one, i used a random number generator and got: ProgZmax!
Quote from: Kangourou pas sympa on Wed 08/04/2009 15:57:56
Dualnames > sorry I didn't understand if it's you or me who have to write en article... my english always so bad.
Quote from: theRedPress on Wed 08/04/2009 10:43:36
Yes, very crazy....crazy angry about something down on the ground. =p
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.127 seconds with 15 queries.