I'm trying to make an AGI game in AGI Studio. I cannot get sound to work!
I thought all you had to do was load it then play it..like this:
load.sound(75);
sound(75, f205);
Now, I have an example game I've been looking at, and it works, yet mine never plays any sound.
The sound flag is on and everything.. anyone have a very simple example they can show me that works??
Thanks
-ako