Ok can you give me the code just to play a sound or music. i really really cant find it. and im a really big noob (also can views from sci studio work with agi studio?)
As far as views from SCI Studio working with AGI Studio, I have no idea about all the details. A simple search showed me that there is an AGI to SCI picture converter available here:
http://www.classicgaming.com/agisci/sciutil.shtmlNot sure how well that works. There is also an AGI 256 color modification that you can use, which might be more your way to go rather than trying to convert from one to the other.
As far as code to play with sound and music, look in the help file with SCI Studio. You will see the Sound class (derived from Obj). You can also create a game based on the standard template and look in the scripts - like Main.sc and Sound.sc. These show you details that might be helpful.
As a general idea, just for future reference, it is best to check out the elements that come with a system because, nine times out of ten, it will contain the answer you need or at least point you in the right direction. SCI Studio is one of the best I have seen in terms of trying to provide enough information for people new to the system. I am still learning the system myself.