Template:Button FirstFrame
From Proteopedia
(Difference between revisions)
(button with left-double-triangle to first frame) |
(display current frame nr) |
||
| Line 3: | Line 3: | ||
<script>if (_animating); anim pause; set echo off; endif; | <script>if (_animating); anim pause; set echo off; endif; | ||
frame rewind; | frame rewind; | ||
| + | set echo frNr 100% 100%; | ||
| + | set echo frNr right; | ||
| + | font echo 16 sans; | ||
| + | t_frNr = "" + _currentModelNumberInFile + " / " + _lastFrame.replace("1.",""); | ||
| + | echo @t_frNr; | ||
</script> | </script> | ||
<text>⏮</text> | <text>⏮</text> | ||
Current revision
