Menu

Show posts

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

Messages - Reaper Games©

#1
what what  we need drawers. :P
#2
We are making a long game.And we only have 2 drawers who draw backgrounds.But a long game needs many drawers.

I wont tel how many backgrounds cuz no one would want to help (joke) :P

What i want to say is HELLLLPPPPPPPPPPPPP!!

ty ;D
#3
Beginners' Technical Questions / HELP!!!
Sun 09/05/2004 14:02:16
If i draw a background and in open it in AGS, the picture is much biger.
I dont want it so big!!


PLEASE HELP!! :'(
#4
Hints & Tips / Re: Frank the Farmhand I
Sat 08/05/2004 08:30:48
i still cant get out of the school.

what to do?

please help!
#5
AGS Games in Production / Re: Lande Explorers
Wed 05/05/2004 12:14:00
background image on page now!!!!

edit: not anymore they suck! doing new backgrounds
#6
AGS Games in Production / Re: Lande Explorers
Tue 04/05/2004 17:56:29
ou ye sry it is now www.freewebs.com/reapergames (sry i edit it)

uo and use the chat to (i havent tested it yet)
#7
AGS Games in Production / Re: Lande Explorers
Tue 04/05/2004 17:44:46
it says it is in wrong size and wont allow it!
#8
AGS Games in Production / Re: Lande Explorers
Tue 04/05/2004 13:36:44
ye but if i dont have it on the internet :(
#9
AGS Games in Production / Re: Lande Explorers
Tue 04/05/2004 12:39:23
how can i post screens in here :)?
#10
AGS Games in Production / Lande Explorers
Sun 02/05/2004 18:31:17
This is the game i am working on. what do you think? www.freewebs.com/reapergames
#11
   }
    if (button == 3) {
      // They pressed the OK button, close the GUI
      GUIOff (INVENTORY);
      SetDefaultCursor();
    }

    if ((button == 4) && (game.top_inv_item < game.num_inv_items - game.num_inv_displayed)) {
      // scroll down
      game.top_inv_item = game.top_inv_item + game.items_per_line;
    }
    if ((button == 5) && (game.top_inv_item > 0)){
      // scroll up
      game.top_inv_item = game.top_inv_item - game.items_per_line;
    }
  }
}   
      if (keycode == 361) SaveGameDialog();                         
#12
i want to add this:


if (keycode == 361) SaveGameDialog(); but  when i save game, it says :

Error (line 108): parse error:unexpected 'if'

:( help
#13
thank you :D ;D
#14
I cant draw any good,and i need someone ho can help me to make a game(u draw,i to the other things.)

If u can help send me a message.
#15
How to change 256 colors to 16 miljon.
editor only allows 256 colors
#16
General Discussion / cant draw with computer!!
Tue 27/04/2004 16:19:18
i wanna to a game,but i cant draw with computer well!!
where can i learn drawing
SMF spam blocked by CleanTalk