This shows you the differences between the selected revision and the current
version of the page.
| kbase:package_system_in_wme 2007/10/10 16:15 | kbase:package_system_in_wme 2007/10/10 22:12 current | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| Then you can call | Then you can call | ||
| - | + | <code script> | |
| - | Game.PlaySound("hello.ogg"); | + | Game.PlaySound("hello.ogg"); |
| + | </code> | ||
| and the sound will be played. You can help yourself with the following thought - WME creates a huge virtual directory into what it copies contents of all packages and create a huge data repository. | and the sound will be played. You can help yourself with the following thought - WME creates a huge virtual directory into what it copies contents of all packages and create a huge data repository. | ||