We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee9234 commit 46e1ce3Copy full SHA for 46e1ce3
view.js
@@ -457,19 +457,23 @@ obj.hasTag("tag-name")
457
<b>Playing Tunes</b>
458
<br /><br />
459
To play a tune once:
460
- <pre>playTune(tune_asset_name);
+ <pre>
461
+playTune(tune_asset_name);
462
463
// or play multiple toons
464
465
playTune(tune_0, tune_1, tune_2);
-</pre>
466
+</pre
467
+ >
468
To play a tune on repeat:
- <pre>loopTune(tune_asset_name);
469
470
+loopTune(tune_asset_name);
471
472
// or loop multiple toons
473
474
loopTune(tune_0, tune_1, tune_2);
475
476
477
To stop a tune on repeat:
478
<pre>
479
const tuneToStop = loopTune(tune_asset_name);
0 commit comments