Hallo
Is it possibel to ad a sound that i record ore upload, to a charcter ore item?
Thank you
Hi @nina1563,
Yes, it is possible. Watch the following video to see how:
Hope that helps! Let me know if you have any further questions about this. If this solves your problem, please mark this post as the Solution.
Many thanks,
Geoff @ TechLeap
Dear Geoff
Thank you very much for your fast reply but what I am hoping to do is to upload different sound to different items in one CoSpaces ?
Thank you for helping
Hi @nina1563,
The process is the same for 1 item or many different items and sounds:
- Upload or record a sound
- Enable CoBlocks for your Item
- Choose an event which will start your sound, e.g. when Item is clicked
- Use the play sound CoBlock to play your sound
Here is an example:
Hope that helps! Let me know if you have any further questions about this. If this solves your problem, please mark this post as the Solution.
Many thanks,
Geoff @ TechLeap
Dear Geoff
Thank you again now I think I get it
Best regards Nina
Hi, Just learning. How do we code the sound to only play once when clicked (as opposed to repeating again please)?
Thanks, Valia
Hi @Valia_Reinsalu,
You would need to know whether the sound has been played. To do this, we often use variables to store that information, for example:
Hope that helps!
Geoff @ TechLeap