The stuff here might be useful:
http://americangirlscouts.org/agswiki/index.php?title=Open_Source_Games
Feel free to do Pixel Hunt.
http://americangirlscouts.org/agswiki/index.php?title=Open_Source_Games
Feel free to do Pixel Hunt.
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
player.ChangeRoom(2);
char letter=input.ReadRawChar();
if (letter==' ')... // space
if (letter==13 || letter==10) ... //CR or LF, i.e. end of line
Quote from: tolworthy on Mon 28/04/2008 10:09:52
(2) adjust speed with scaling. This made the biggest difference.
Quote from: subspark on Wed 23/04/2008 08:03:58Code: ags SetTimer(1, 300); if (IsTimerExpired(1) == 1) { Display("Timer expired"); }
function facedown(Character *charactername) {
charactername.FaceLocation(charactername.x, charactername.y+10);
}
function mousenear(Character *who, int howclose) {
int xd=mouse.x-who.X;
int yd=mouse.y-who.Y;
return ((xd*xd)+(yd*yd)) < (howclose*howclose);
}
Quote from: Becky on Sun 20/04/2008 17:33:49
You know, I hate heterosexuals. All the time they just talk about wanking .
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.231 seconds with 15 queries.