Re: [Audyssey] another error with the game.

2010-03-26 Thread Willem
ot;Gamers Discussion list" 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.p

Re: [Audyssey] another error with the game.

2010-03-26 Thread Hayden Presley
[mailto:gamers-boun...@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; gun

Re: [Audyssey] another error with the game.

2010-03-26 Thread Muhammed Deniz
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 y_position=10.

Re: [Audyssey] another error with the game.

2010-03-26 Thread Andy
Klango username. muhammed ----- Original Message ----- From: "Ryan Smith" To: "Gamers Discussion list" Sent: Friday, 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

Re: [Audyssey] another error with the game.

2010-03-26 Thread Muhammed Deniz
t;); } Contact info. email: muhamme...@googlemail.com msn: muhammed123...@hotmail.co.uk Skype: muhammed.deniz Klango username. muhammed - Original Message - From: "Ryan Smith" To: "Gamers Discussion list" Sent: Friday, March 26, 2010 9:21 PM Subject: Re: [Audyssey] a

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, Ma

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 variou

[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