Sketchyphysics 3RC1 Sound
-
Hello fellows:
I am making a turret, and want to put sound whenever it fires. I have downloaded several models, and looked at the UI and found this near the emmitter setting: playsound("filename.wav"), and have tried it for myself. However, I can't get it to play my file.
What am I doing wrong?
-
Hey!
You have to put your own .wav file in:
...Program Files\Google\Google SketchUp 7\Plugins\SketchyPhysics3\Sounds
or if you have installed GoogleSketchup in other directinary.Then just use - playsound("filename.wav") - in your script.
simple example:
when you press "W" the sound woodSound1.wav that come with the installation of SP3.if key("W")==1 playsound("woodSound1.wav") end
Hope this help!
-
Ah-ha!! Problem solved! Thanks alot!
Advertisement