User:Jaime Prilusky/Test/multi-scene: Difference between revisions

Jaime Prilusky (talk | contribs)
No edit summary
Jaime Prilusky (talk | contribs)
No edit summary
Line 1: Line 1:
===Multi-scene button/link===
<StructureSection load='' size='340' side='right' caption='' scene=''>
<StructureSection load='' size='340' side='right' caption='' scene=''>
<jmol>
<jmol>
<jmollink>
<jmollink>
Line 26: Line 25:
Quite primitive, with a list of scenes to display when you click the link or the button. You may add <b>delay 0.5;</b> between scenes, where the value is in seconds, and, of course, repeat scenes on the list.
Quite primitive, with a list of scenes to display when you click the link or the button. You may add <b>delay 0.5;</b> between scenes, where the value is in seconds, and, of course, repeat scenes on the list.
We can try to add a loop or another form of flow-control over the list.
We can try to add a loop or another form of flow-control over the list.
<b>Note:</b> scenes don't clear the color-reference area. This needs to be fixed, so color reference will not remain for subsequent scenes.


* The current code is like this:
* The current code is like this: