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

Topics - shaungaryevans

#21
Hi,

I have done a demo of my game and I want to send it to my mate so he could test it for me. Can I do this? If yes, would he need the AGS software to be able to run the game?
#22
When I put this code in:

KeyboardMovement.SetMode(eKeyboardMovement_Tapping);

This message come up:

Script link failed: Runtime error: unresolved imprort 'KeyboardMovement::SetMode^1'

Can anybody tell me why this is happening please?
#23
Hi,

How to make an object appear in one room when you are in another?

#24
Beginners' Technical Questions / Tab button,
Thu 30/04/2009 18:29:31
When I press the Tab button on my keyboard, the inventory windows will pop up and the curson change to the pointer. Now, I disable the tab so it don't show the invertory window, but the pointer still change, and i don't want this. Does anybody know how to turn the tab button completely off.
#25
Beginners' Technical Questions / Pause Screen
Thu 30/04/2009 12:20:09
hi,

I want to have my pause menu come up when I press the letter 'P' on my keyboard. How would I do this please?
#26
hi,

When i move from one room is another, the charater lands on a hotspot but the hotspot doesn't work. It will only work if i'm in the romm already? Can somebody tell me how to run a hotspot when a charater appears on it when moving rooms please?
#27
Hi,

I'm learning javascript in college and i was wondering if i could use it in AGS, would AGS recognize java or not?
#28
I doing a code like this:

function welldone_OnClick(GUI *theGui, MouseButton button)
{
if (bad6.Visible = false){                                           line 718
  digipad_1.Visible = false;
  welldone.Visible = true;
}

bad6 is the name of a button

but it say,
GlobalScript.asc(718): Error (line 718): Parse error in expr near 'bad6'


Can somebody tell me why this is happening and how to solve it please?
#29
I was building a room with a object in, i also put coding on the object to open a gui. When I started my game the following message appeared

---------------------------
Illegal exception
---------------------------
An exception 0xC0000005 occurred in ACWIN.EXE at EIP = 0x0043FBE7 ; program pointer is +379, ACI version 3.12.1074, gtags (16,0)

AGS cannot continue, this exception was fatal. Please note down the numbers above, remember what you were doing at the time and post the details on the AGS Technical Forum.



Most versions of Windows allow you to press Ctrl+C now to copy this entire message to the clipboard for easy reporting.

An error file CrashInfo.dmp has been created. You may be asked to upload this file when reporting this problem on the AGS Forums. (code 0)
---------------------------
OK   
---------------------------

Can you please tell me what i have done to make this pop up, and how can i solve the problem please?
#30
hi all,

Can you make your games to play on your dvd player?

if not, do you know any saoftware that i might be able to use please?
#31
Hi All,

I don't know why but my interact option will work on objects in one room but not in the other room. I did similar stuff to both rooms. Do anybody know why that happens please?
#32
hi,

I put this if statement in:

if (cEgo.walk(150.345)){
  object[10].Visible = true;
  object[11].Visible = true;
  object[12].Visible = true;
  object[15].Visible = true;
}
else{
  object[10].Visible = false;
  object[11].Visible = false;
  object[12].Visible = false;
  object[15].Visible = false;
}

But it don't work. Can anybody help me finding the problem please?
#33
Hi,

When I view my game at the minute the walk to cursor comes up automatically. I want the interact cursor to come up automcallically instead of the walk to cursor. Do anybody knows how to do this please?
#34
I have built a question is my game but I have got a problem. I want it when you get it right a object appears in the same room. Can anybody explain to me how would i do this please?.
#35
Hi all,

I want to make a question within a room, if they get it right a object appears but if they get it wrong the game will restart? Can somebody help me by explaining how would I do this please?
#36
hi,

I've got a key as a inventory item and i got a locked door. I only want to open the door when the inventory is used and nothing else. Can somebody please tell me how to do it please?
#37
can characters that you're not controlling but moving, activate hotspots; if yes how?
#38
Can somebody give me a piece of coding which i can make a character moving in the background?
#39
hi,

I got my main character moving but i want another character moving in the same room but to it's own. Can you tell me how to import another character into the same room and how to get it moving on its own please?
#40
If i want to distribute my own game. how would i do it? and am i allowed?
SMF spam blocked by CleanTalk