[Audyssey] another error with the game.

2010-03-26 Thread Muhammed Deniz
Hi guys, This is another error. The same one is at the very end as this is a long one. Section: Line: 4 (4) Error: Expected identifier Section: Line: 5 (7) Error: Expected identifier Section: Line: 23 (7) Error: Expected identifier Section: Line: 26 (1) Error: Unexpected token '}' Contact

Re: [Audyssey] another error with the game.

2010-03-26 Thread Andy
Hi, I can't really help you if I can't see any code. You are getting errors because you're not conforming to the proper syntax, although without the code I've no idea what's going wrong. Granted, I'm not a programmer myself, however I've read quite a bit of code, from various sources in

Re: [Audyssey] another error with the game.

2010-03-26 Thread Ryan Smith
Hi Muhammed, It makes our job much easier if you posted the code along with the error messages. This allows us to explain the problem and help you fix the code. Usually, just posting an error message doesn't give us that much information on your problem. Thanks. -Ryan www.rsgames.co.nr On Fri,

Re: [Audyssey] another error with the game.

2010-03-26 Thread Muhammed Deniz
Skype: muhammed.deniz Klango username. muhammed - Original Message - From: Ryan Smith computerwi...@gmail.com To: Gamers Discussion list gamers@audyssey.org Sent: Friday, March 26, 2010 9:21 PM Subject: Re: [Audyssey] another error with the game. Hi Muhammed, It makes our job much

Re: [Audyssey] another error with the game.

2010-03-26 Thread Andy
, March 26, 2010 9:21 PM Subject: Re: [Audyssey] another error with the game. Hi Muhammed, It makes our job much easier if you posted the code along with the error messages. This allows us to explain the problem and help you fix the code. Usually, just posting an error message doesn't give us

Re: [Audyssey] another error with the game.

2010-03-26 Thread Muhammed Deniz
, 2010 10:00 PM Subject: Re: [Audyssey] another error with the game. Hi, This... Is a mess. Firstly, to load your sounds you have to make them sound objects, I believe. So: sound gunsound; gunsound.load(gun4.wav); gunsound.play(); Etc etc. In line 6 (excluding all blank lines): double

Re: [Audyssey] another error with the game.

2010-03-26 Thread Hayden Presley
...@audyssey.org] On Behalf Of Andy Sent: Friday, March 26, 2010 5:00 PM To: Gamers Discussion list Subject: Re: [Audyssey] another error with the game. Hi, This... Is a mess. Firstly, to load your sounds you have to make them sound objects, I believe. So: sound gunsound; gunsound.load(gun4.wav

Re: [Audyssey] another error with the game.

2010-03-26 Thread Willem
To: Gamers Discussion list gamers@audyssey.org Sent: Friday, March 26, 2010 10:00 PM Subject: Re: [Audyssey] another error with the game. Hi, This... Is a mess. Firstly, to load your sounds you have to make them sound objects, I believe. So: sound gunsound; gunsound.load(gun4.wav); gunsound.play