Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<tw speed="0.08" /> <action name="TypeWriter"> set(t, 0); set(twt, %1); set(twl, %2); set(l, get(twt.length)); delayedcall(0, DoTypeWriter()); </action> <action name="DoTypeWriter"> subtxt(tws, get(twt), get(t), 1); txtadd(tot, get(layer[get(twl)].html), get(tws)); set(layer[get(twl)].html, get(tot)); inc(t); if(t LT l, delayedcall(get(tw.speed), DoTypeWriter()); ); </action> |
This post has been edited 1 times, last edit by "Tuur" (Oct 30th 2015, 4:55pm)
![]() |
Source code |
1 |
set(twt, %1); |
![]() |
Source code |
1 |
set(twt, '%1'); |
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
This post has been edited 1 times, last edit by "Tuur" (Nov 2nd 2015, 1:27pm)
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
![]() |
Source code |
1 2 3 4 5 |
[quote='Tuur','index.php?page=Thread&postID=62946#post62946']Hi, also interesting ;-) Tuur *thumbsup*[/quote] |