Hello,
I want to create objects that serve up different sounds or text phrases, based on input from the user. The sounds and text phrases will be retrieved from an external web server that I maintain. Does the SL scripting library support that kind of capability, and if so, are there any good tutorials, docs, or existing scripts I can look it?
A few more details:
* Sounds example
- User touches object
- I pop up a menu
- Based on the menu selection I serve up a certain "sound of the day" based on the request. Therefore the sound name cannot be static and a different sound will be served up each day; but which sound is served up is dependent on the user's menu selection and other dynamic parameters. I then play the sound to the user and possibly, transfer the sound to them for use in their inventory.
* Text example
- Use touches object
- I wait for user to input some text
- I send the text to my server which serves up a response that I want to display in-game, and continue the dialogue with the user.
I'm a veteran programmer with many years of web server and other types of programming experience. I just need to know if it's possible to do these things with the SL scripting library and find the quickstart resources to do them.
Thanks.