Game authors and players, please read this thread!

Show Posts

You can view here all posts made by this member. Note that you can only see posts made in areas to which you currently have access.


Topics - shaungaryevans

Pages: [1] 2
1
Beginners' Technical Questions / Making Charaters
« on: 13 Mar 2010, 21:43 »
Hi Guys,

I want to creating some charaters that punches and holds things, but I am no good of creating these on paint or by hand, can anybody advise me of any other way of creating these please?

2
Hi,

I have been using AGS for about 1 years now and i mastered all the simple techquies (hotspots, rooms, varibles etc). Now I would like to do a bit of action in my game, maybe a bit of fighting when you have to beat emeries. I have got no idea of how to start this kind of scripting off, can somebody advise me a simple script to learn to start please?

Thanks in advance

3
Hi Guys,

Would I be able to install and run AGS on a pendrive so i don't have to install it on every computer i work on?

4
Hi,

This probably a easy problem to solve but how to change the main character in a certian room? I have got Ego as the main character for most of the game but I want a another character called, "trainer" to be the main character in a certain room called the 'training room'

Any suggestions on how to do this please?

5
hi,

How can i make the main character don't move when a GUI is shown, I cannot set the GUI's visibillity as 'Pause game when shown' because my keycodes will not work then?

Do anybody know how to do this please?

6
hi,

how to disable key presses in a room please?

Thanks in advance

7
Hi,

I have got some buttons whit move over graphics on, so that will work when I put my mouse over it. Now I want, when I press a key on the keyboard, I want the button change for a second and then carry on with the game.

I have tried this,

if(keycode == 'J'){Button[12].MouseOverGraphic();}

but this doesn't work.

Any ideas?

8
Hi,

My game at the moment in samll so all the coding is on the rooms and the global scrpits. The gobal scprit is filling up but I want to build a large game but the gobal scrpit will get too full and it will be very hard finding what I want. I know you can make more scripts but if you made a scipt called 'Misson 2'. how would you go about linking a GUI (which is for 'Mission 2') to the 'Mission 2' script please?

Do you have the link the GUI to the 'Mission 2' script through the global script?

Thank you in advance


9
Beginners' Technical Questions / Display Text`
« on: 27 May 2009, 15:14 »
Hi,

Just a quick question,

Can you put a display text, such as 'Display("hello") on a timer. If yes, how would you do it please?

10
Beginners' Technical Questions / speaking dialogs
« on: 25 May 2009, 16:11 »
Hi,

When you create a speaking dialog and you talk to somebody. It comes up with a black box at the bottom of your screen with red text. Do anybody know how to change the style of that box or do you have to make your own GUI?

11
Hi,

Can I deactivate a key then activate it later on in the game?

12
Beginners' Technical Questions / Key codes
« on: 22 May 2009, 22:50 »
Hi,

I have made numbered pad and now i'm linking the my number keys on my keyboard. How the numbered pad works, is you have got a 6 digit number like 253645 and if you press a wrong number you get game over. I can do it if the code has all 6 digits different. Bit i'm having a bit of trouble with codes that has a same number twice such as 253645 and I'm tring to link the 5 key up to them. I have got to different codes for them.

if(keycode =='5'){
 if(vcomputer_3 == 1){bad3_2.Visible = false; vcomputer_3 = 2;} else {digipad_2.Visible = false; cEgo.ChangeRoom(12, 701, 519);}
 if(vcomputer_3 == 5) {bad3_6.Visible = false; vcomputer_3 = 6;} else {digipad_2.Visible = false; cEgo.ChangeRoom(12, 701, 519);}}

but this don't work because if i press 5 the first time. it will read the second line of coding which is false. Is there any way I can to the two codes at different times using the same key on the same GUI please

13
Beginners' Technical Questions / Gobal Varibles
« on: 21 May 2009, 12:23 »
Hi,

Out of interest, number how gobal varible can yo have in your game?

P.S. sorry again, if this in the wrong forum

14
Hi,

I have made a GUI with a question followed by YES and NO buttons. normally you would have to click the buttons. Can you create a short key so if I pressed the Y key, the YES button will work, and the same with N for No. If yes, how would you go about it please?

15

I now have two characters on the same time, one following the other one. I have also got a two hospots and when you go over thing happens and when you go over the other one it does the oppusite (on/off). Can you put a code in so that if char A walks on the hopstot, something happens for him and nobody else please?

16
hi,

Other than this site, where else can you upload your game so that people can review it because nobody is reviewing mine on this site?

17
hi,

I have made somebody to follow the main character, but the hotspots for the main character don't work while he is been followed. Can somebody tell me why this happens and how to fix this problem please?

18




Can you give me some feedback please?


You can download it via the link below:

Download Game Demo

19




Can you give me some feedback please?


You can download it via the link below:

Download Game Demo

20




Can you give me some feedback please?


You can download it via the link below:

Download Game Demo


Pages: [1] 2