Sound when tapping
Moderators: Scenario Moderators, Plugin Moderators
- KINGTUT10101
- 1,000,000 inhabitants
- Posts: 2227
- Joined: 07 Jul 2016, 22:50
- Location: 'Merica
- Plugins: Showcase Store
- Version: Beta
- Contact:
-
Plugin Creator
Platform
- CommanderABab
- AB
- Posts: 11245
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
- CommanderABab
- AB
- Posts: 11245
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
- CommanderABab
- AB
- Posts: 11245
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
- CommanderABab
- AB
- Posts: 11245
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
- Sythe Official
- Settler
- Posts: 1
- Joined: 26 Jun 2023, 05:22
-
Plugin Creator
Platform
Re: Sound when tapping
I have a question, does using an id of a sound works with the "sound click" attribute?? if it does how can I do it?? by putting the sound's id in the "id" attribute like what I did below or what??
Code: Select all Reset
[ // Sample sound. { "id": "$soundClick00", "type": "sound", "file": "soundClick.mp3", "volume": 1.0 }, // Sample building. { "id": "$soundClickTest00", "type": "decoration", "title": "Sound Click Test", "text": "Sound Click Test", "sound click": { "id": "$soundClick00" } } ]
JSON checker
Last edited by Sythe Official on 26 Jun 2023, 08:12, edited 1 time in total.