User talk:Jaime Prilusky/Test/multi-scene
From Proteopedia
That's a nice display, Jaime!
I would do
<jmolButton>
<text>multi-scene</text>
<script>
var nRepeat = 3;
for(var i=0; i<nRepeat; i++) {
script /wiki/scripts/10/1051440/3rec/1.spt;
script /wiki/scripts/10/1051455/1crn_121/1.spt;
script /wiki/scripts/96/961168/1ejg_simple/1.spt;
delay 0.5;
}
</script>
</jmolButton>
And the single solution would just be to set nRepeat=1 or larger.
