<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[ANSWERED] Scrolling MS Dos Syntax]]></title><description><![CDATA[<p>Hello Izzy team, I hope you're all well.</p>
<p>I need some assistance. I'm working on a show that requires a passage of scrolling syntax to be projected (Blade Runner style).</p>
<p>I'm able to scroll a .txt file using the Text Draw actor. </p>
<p>I'm also able to scroll live text inputted via a keyboard using the Edit Text box in the control section of Isadora.</p>
<p>However, what I really want to be able to do is create a passage of syntax in advance, save it as a document and then get Isadora to play it back one character at a time as though it is being generated live.</p>
<p>Additionally I would really like to show the curser during the playback sequence, flashing away to indicate a pause in the syntax entry.</p>
<p>I know almost everything is possible in Isadora - if you know how. Perhaps the Java Script actor or the Data Array actor will be my friend? </p>
<p>Please could you amazing people share your knowledge! It will be much appreciated. <img class="emojione" src="https://cdn.jsdelivr.net/emojione/assets/png/263a.png?v=2.2.7" alt="☺" /></p>
<p>Best wishes, Simon</p>]]></description><link>https://community.troikatronix.com/topic/8147/answered-scrolling-ms-dos-syntax</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 22:34:22 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/8147.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 01 Oct 2022 14:21:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [ANSWERED] Scrolling MS Dos Syntax on Wed, 19 Oct 2022 15:55:13 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2169">@merni</a> Hello Marco, I've found your user actor and javascript to be incredibly useful. Thank you!</p><p>I did go into the java script and change the style of cursor as you kindly pointed out to me. </p><p>What I'd also like to do is alter the time between the PreText displaying and the TypeWriterText commencing - currently the TypeWriterText commences immediately as the scene is entered, I'd like to put a delay on this, preferably triggered by the video operator. Is this possible? If so, do I alter some of the java script? Please could you tell me which line of java script I need to make an alteration.</p><p>I hope this doesn't sound too complex.</p><p>Best, Simon</p>]]></description><link>https://community.troikatronix.com/post/50044</link><guid isPermaLink="true">https://community.troikatronix.com/post/50044</guid><dc:creator><![CDATA[Paz]]></dc:creator><pubDate>Wed, 19 Oct 2022 15:55:13 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] Scrolling MS Dos Syntax on Tue, 04 Oct 2022 15:19:41 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2169">@merni</a></p><p>This is great! We'd love it you could upload this to our <a href="https://troikatronix.com/add-ons/" target="_blank">Add-Ons Page</a> so that it's preserved for the community. (Posts in the forum inevitably get buried since newest ones go to the top.)</p><p></p>]]></description><link>https://community.troikatronix.com/post/49962</link><guid isPermaLink="true">https://community.troikatronix.com/post/49962</guid><dc:creator><![CDATA[Woland]]></dc:creator><pubDate>Tue, 04 Oct 2022 15:19:41 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] Scrolling MS Dos Syntax on Tue, 04 Oct 2022 07:34:28 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2169">@merni</a> Dear Marco thank you so much for your help! It's really appreciated. I will open your example file when I'm next at my computer.</p><p>Images for your show look great! I like the choreography with dancers and cubes and play with light and projection, excellent!</p><p>Best wishes from Bradford UK</p><p>Simon</p>]]></description><link>https://community.troikatronix.com/post/49960</link><guid isPermaLink="true">https://community.troikatronix.com/post/49960</guid><dc:creator><![CDATA[Paz]]></dc:creator><pubDate>Tue, 04 Oct 2022 07:34:28 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] Scrolling MS Dos Syntax on Mon, 03 Oct 2022 22:20:05 GMT]]></title><description><![CDATA[<p>Hi Simon<br /></p><p>It took a bit longer, than expected, but here you have my example. In the zip you can find a izzy file and an js file. In the izzy file, there is an user actor, and inside it, there is a java script actor, which refernces to the js file. So the js file and the izzy file have to be in the same directory.<br /></p><p>The js file sends a string to a Text Draw Actor and adds character by character from the input string, as somebody would type it. As Cursor a "|" char is added at the end...<br /></p><p>You can change the cursor char in the line 22 of the js file.<br /><span class="redactor-unlink"></span></p><p><a href="/assets/uploads/files/1664835033983-textwriter.zip">textwriter.zip</a></p><p>Hope this helps as a starting point for your project.</p><p>Best, <br /></p><p>Marco</p><p>PS: This file was used in our theater play ../escape/ in 2017. Here you can find some pictures for it: <a href="https://kellertheater-bremgarten.ch/spielplan/escape">https://kellertheater-bremgarten.ch/spielplan/escape</a><br /></p>]]></description><link>https://community.troikatronix.com/post/49957</link><guid isPermaLink="true">https://community.troikatronix.com/post/49957</guid><dc:creator><![CDATA[merni]]></dc:creator><pubDate>Mon, 03 Oct 2022 22:20:05 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] Scrolling MS Dos Syntax on Sun, 02 Oct 2022 09:50:14 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2169">@merni</a> Thank you Marco! Your assistance will be really appreciated <img class="emojione" src="https://cdn.jsdelivr.net/emojione/assets/png/263a.png?v=2.2.7" alt="☺" /></p><p>Best, Simon</p>]]></description><link>https://community.troikatronix.com/post/49951</link><guid isPermaLink="true">https://community.troikatronix.com/post/49951</guid><dc:creator><![CDATA[Paz]]></dc:creator><pubDate>Sun, 02 Oct 2022 09:50:14 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] Scrolling MS Dos Syntax on Sun, 02 Oct 2022 09:43:20 GMT]]></title><description><![CDATA[<p>Hi Simon</p><p>I created a java script and an user actor for a theater project in 2017, which can type a prepared text like somebody would type it, including displaying of the "cursor".<br /></p><p>I don't have my license dongle here at the moment, but in the evening or tomorrow, I should have it and then I can extract a working minimal example and post it here.</p><p>Best, Marco<br /></p><p></p>]]></description><link>https://community.troikatronix.com/post/49950</link><guid isPermaLink="true">https://community.troikatronix.com/post/49950</guid><dc:creator><![CDATA[merni]]></dc:creator><pubDate>Sun, 02 Oct 2022 09:43:20 GMT</pubDate></item></channel></rss>