<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : Popular Discussions - Director Lingo</title>
    <link>https://forums.adobe.com/community/director/director_lingo?view=discussions</link>
    <description>Popular Discussion Threads in Director Lingo</description>
    <language>en</language>
    <pubDate>Tue, 11 Nov 2014 23:51:25 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-11-11T23:51:25Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Gestures not working</title>
      <link>https://forums.adobe.com/thread/1317204</link>
      <description>&lt;!-- [DocumentBodyStart:8caf0b1f-9211-4a51-869b-729beac43bb2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm using the following script to enable the swipe gestures on iOS...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Movie Script&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco; color: #004f00;"&gt;&lt;span style="color: #0328d2;"&gt;on&lt;/span&gt; startMovie&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco; color: #004f00;"&gt;&amp;nbsp; _touches&lt;span style="color: #000000;"&gt;.&lt;/span&gt;registerGesture&lt;span style="color: #000000;"&gt;([&lt;/span&gt;#swipeRightGesture&lt;span style="color: #000000;"&gt;:&lt;/span&gt;#&lt;span style="color: #000000;"&gt;handleSwipeRight]) &lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco; color: #004f00;"&gt;&amp;nbsp; _touches&lt;span style="color: #000000;"&gt;.&lt;/span&gt;registerGesture&lt;span style="color: #000000;"&gt;([&lt;/span&gt;#swipeLeftGesture&lt;span style="color: #000000;"&gt;:&lt;/span&gt;#&lt;span style="color: #000000;"&gt;handleSwipeLeft]) &lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco; color: #d51d00;"&gt;&lt;span style="color: #0328d2; font-family: Monaco;"&gt;end&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0328d2;"&gt;Frame Script&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0328d2;"&gt;on&lt;/span&gt;&lt;span style="font-family: Monaco; font-size: 10px;"&gt; handleSwipeRight&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco; color: #004f00;"&gt;&amp;nbsp; go next&lt;/p&gt;&lt;p style="font-size: 10px; font-family: Monaco; color: #0328d2;"&gt;end&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However this dosen't work - ie nothing happens when I swipe the screen (on either the iphone iOS7 or ipad iOS6. Is this how the code should be implemented?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8caf0b1f-9211-4a51-869b-729beac43bb2] --&gt;&lt;img src='/beacon?t=1415930889339' /&gt;</description>
      <pubDate>Thu, 17 Oct 2013 20:53:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1317204</guid>
      <dc:date>2013-10-17T20:53:58Z</dc:date>
      <clearspace:dateToText>2 days 2 hours ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>newproxycallback question</title>
      <link>https://forums.adobe.com/thread/1632743</link>
      <description>&lt;!-- [DocumentBodyStart:f5303f24-09a4-4b6b-878c-d72ce1e47f27] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;hello&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;inside a flash sprite behaviour I initialize my callback&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;on beginssprite me&lt;/p&gt;&lt;p&gt; pCB = sprite(me.spriteNum).newProxyCallback(#sendToLingo)&lt;/p&gt;&lt;p&gt; sprite(me.spriteNum).stage.getChildAt(0).addEventListener("sendToLingo", pCB)&lt;/p&gt;&lt;p&gt;end&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-- this function is called from the flash.&lt;/p&gt;&lt;p&gt;on sendToLingo me, evt&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; put "Data received from AS3:" &amp;amp;&amp;amp; evt.data&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;end&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;inside flash I have a class to get some values via tcpip, this works fine...&lt;/p&gt;&lt;p&gt;I add an ondataArravied eventlistener to rhis object.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;com_pci.addEventListener("dataArrived",onDataArrived);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;that calls the method&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;function onDataArrived(e:Event){&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;trace("onDataArrived " + getTimer() );&lt;/p&gt;&lt;p&gt;comInAry = com_pci.data;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var tempPos:String = (comInAry[0]).toString();&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;if (tempPos != currSlidePos) {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; trace("onDataArrived and changed" + getTimer() );&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dispatchEvent( new LingoEvent("slidePos:" + currSlidePos) );&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;OK, when I onDataarrived is called one, I get a bunch of events in director, every time the tempPos != currSlidePos I get 20 or 30 times the sendToLingo&lt;/p&gt;&lt;p&gt;event in director. why, the trace inside flash is only fired once...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;would be nice to get some help.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;regards.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f5303f24-09a4-4b6b-878c-d72ce1e47f27] --&gt;</description>
      <pubDate>Tue, 11 Nov 2014 21:10:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1632743</guid>
      <dc:date>2014-11-11T21:10:09Z</dc:date>
      <clearspace:dateToText>1 day 2 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to increase maximum channel count?</title>
      <link>https://forums.adobe.com/thread/260486</link>
      <description>&lt;!-- [DocumentBodyStart:c72916e5-40bb-4ead-ba15-b4dab1dd81d6] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;i have a big problem with my director app.
&lt;br/&gt;
&lt;br/&gt;I create for a game(dots and boxes) 300 objects by using a
parent skript. Each generated Sprite takes his own channel. But
director offers only 150 channels so i can only add 150 Sprites. 
&lt;br/&gt;
&lt;br/&gt;Does anybody have an idea to increas the maximum channel
count.
&lt;br/&gt;
&lt;br/&gt;-- Edit
&lt;br/&gt;
&lt;br/&gt;Oh, sorry. I have found the option in the settings. 1000 is
the highest. 
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c72916e5-40bb-4ead-ba15-b4dab1dd81d6] --&gt;</description>
      <pubDate>Thu, 29 Jun 2006 11:58:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/260486</guid>
      <dc:date>2006-06-29T11:58:25Z</dc:date>
      <clearspace:dateToText>8 years 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Kiosk application - Need to controller lights (on/off) from Director</title>
      <link>https://forums.adobe.com/thread/118606</link>
      <description>&lt;!-- [DocumentBodyStart:e737b6c8-2f93-4ac0-b88f-67f42787ac34] --&gt;&lt;div class="jive-rendered-content"&gt;|
&lt;br/&gt;I have been searching for a solution to a project I am
working on. I am 
&lt;br/&gt;working on a touchscreen kiosk application that will be
displayed in a 
&lt;br/&gt;Public Aquarium. This kiosk will display fish, etc. related
to a 
&lt;br/&gt;particular reef. There is a simulated rock formation and the
included 
&lt;br/&gt;fish built around the kiosk touchscreen. The plan is that
when the touch 
&lt;br/&gt;a button, the display will play a video with voice-over
(simple) but 
&lt;br/&gt;also switch on a spotlight pointed to that specific fish
being 
&lt;br/&gt;highlighted. There are 12 total in this exhibit. After
searching for 
&lt;br/&gt;hours for a solution (it seemed simple back in the 80's/90's
with basic 
&lt;br/&gt;serial device switches..) where I can turn on/off the lights
via a 
&lt;br/&gt;computer interface (more-over a custom script able to run
from within 
&lt;br/&gt;Director).
&lt;br/&gt;
&lt;br/&gt;The closest I found is the X10 system w/USB device but not
sure how will 
&lt;br/&gt;can control via lingo/javascript.
&lt;br/&gt;
&lt;br/&gt;Thank you for your time and consideration - I greatly
appreciate any 
&lt;br/&gt;advise/support you can provide (as well as any other
solutions that 
&lt;br/&gt;might address the above.
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;Sincerely,
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;Michael Hamstra
&lt;br/&gt;mjh@mjh-media.com
&lt;br/&gt;|
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e737b6c8-2f93-4ac0-b88f-67f42787ac34] --&gt;</description>
      <pubDate>Wed, 07 Nov 2007 21:42:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/118606</guid>
      <dc:date>2007-11-07T21:42:34Z</dc:date>
      <clearspace:dateToText>6 years 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>13</clearspace:messageCount>
      <clearspace:replyCount>12</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>member text with line numbers</title>
      <link>https://forums.adobe.com/thread/1467363</link>
      <description>&lt;!-- [DocumentBodyStart:9ebb6786-6172-43d7-a6a9-4d0ffb14a6ff] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello:&lt;/p&gt;&lt;p&gt;Do you know how to write or add the line number inside a member text?&lt;/p&gt;&lt;p&gt;I have some different word documents and I have to add the line number. I was trying with member("mytext").text.line, but when is a paragraph does not count, only detect RETURN between lines.&lt;/p&gt;&lt;p&gt;Can you help me or guide me?&lt;/p&gt;&lt;p&gt;many thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9ebb6786-6172-43d7-a6a9-4d0ffb14a6ff] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2077">member text</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2077">line numbers</category>
      <pubDate>Tue, 06 May 2014 13:14:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1467363</guid>
      <dc:date>2014-05-06T13:14:05Z</dc:date>
      <clearspace:dateToText>5 months 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>how to change text alignment in flash listbox component</title>
      <link>https://forums.adobe.com/thread/492742</link>
      <description>&lt;!-- [DocumentBodyStart:ae0afa49-63a8-4fea-aff4-6aa47a18ec80] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;In my project flash list box component is used and (1)&amp;nbsp; i want to align it's text to right alignment. it is possible if yes then what is the command/method/property for that. (2) its scrollbar's default position is on right side and i want to left side is it possible.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;dharam&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ae0afa49-63a8-4fea-aff4-6aa47a18ec80] --&gt;</description>
      <pubDate>Wed, 16 Sep 2009 05:11:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/492742</guid>
      <dc:date>2009-09-16T05:11:41Z</dc:date>
      <clearspace:dateToText>5 years 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>VeriSign</title>
      <link>https://forums.adobe.com/thread/425973</link>
      <description>&lt;!-- [DocumentBodyStart:9b03cc6d-25dd-460b-b8b5-75465f822380] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Has anyone any experience with VeriSign for Dir11 projectors? I need to sign my projector to get rid of the 'trust' messages that occur on XP sp2 and vista.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have had no response from VeriSign themselves.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9b03cc6d-25dd-460b-b8b5-75465f822380] --&gt;</description>
      <pubDate>Wed, 29 Apr 2009 09:49:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/425973</guid>
      <dc:date>2009-04-29T09:49:33Z</dc:date>
      <clearspace:dateToText>2 years 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>17</clearspace:messageCount>
      <clearspace:replyCount>16</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>member preload woes</title>
      <link>https://forums.adobe.com/thread/225839</link>
      <description>&lt;!-- [DocumentBodyStart:82e9364d-82dc-421b-adfe-6040c461d66a] --&gt;&lt;div class="jive-rendered-content"&gt;First, a quick rundown of how I have the movie set up...
&lt;br/&gt;
&lt;br/&gt;the first couple hundred frames of the movie are strictly for
handling the custom progress bar I designed... I won't even go into
trying to get that to work yet, since just the preloading and
preload checks all seem to not be working 
&lt;a href="/webforums/forum/images/i/expressions/face-icon-small-frown.gif"&gt;&lt;img border="0" src="/webforums/forum/images/i/expressions/face-icon-small-frown.gif"/&gt;&lt;/a&gt;
&lt;br/&gt;
&lt;br/&gt;first of all, the movie playback options are set to play
while downloading (0 frames set to preload here, because I wanted
to control it with lingo instead)
&lt;br/&gt;
&lt;br/&gt;the first cast member is a global script with the following:
&lt;br/&gt;
&lt;br/&gt;-----------
&lt;br/&gt;on prepareMovie
&lt;br/&gt; _movie.preLoad(1, 151)
&lt;br/&gt;end
&lt;br/&gt;----------------
&lt;br/&gt;
&lt;br/&gt;this should load all cast members needed for frames 0 through
151, but doesn't seem to be working
&lt;br/&gt;
&lt;br/&gt;frame 3 has a frame script that instructs the movie to
preload the remaining needed cast members (all the ones that aren't
used in the first 151 frames)
&lt;br/&gt;
&lt;br/&gt;----------
&lt;br/&gt;on exitFrame me
&lt;br/&gt; preLoadMember(36, 249) 
&lt;br/&gt;end
&lt;br/&gt;----------
&lt;br/&gt;
&lt;br/&gt;can't be certain if this is working properly or not, because
my next framescript also isn't working...
&lt;br/&gt;
&lt;br/&gt;-------
&lt;br/&gt;on exitFrame me
&lt;br/&gt; if member(249).loaded = true then
&lt;br/&gt; go to frame 152
&lt;br/&gt; else go to frame 4 
&lt;br/&gt;end
&lt;br/&gt;-------
&lt;br/&gt;
&lt;br/&gt;the only way I can even try to gauge what is happening, is by
staring at my modem light, and when the net activity stops, the
movie still doesn't advance to frame 152.
&lt;br/&gt;
&lt;br/&gt;The documentation I've found on preload methods has been
awful 
&lt;br/&gt;
&lt;br/&gt;(in fact, I've found 2 completely different variations of the
preload method alone - [ preLoadMember(x, y) ] and [
member(x).preLoad(y) ] both claim to tell shockwave to preload cast
members x through y) 
&lt;br/&gt;
&lt;br/&gt;I'm dead tired of doing trial-and-error by re-uploading the
published movie every 3 minutes to test it, since there's obviously
no way to test preloading on a local drive. Can someone please tell
me what I'm doing wrong?
&lt;br/&gt;
&lt;br/&gt;final note, this is in Director MX 2004&lt;/div&gt;&lt;!-- [DocumentBodyEnd:82e9364d-82dc-421b-adfe-6040c461d66a] --&gt;</description>
      <pubDate>Thu, 18 May 2006 22:46:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/225839</guid>
      <dc:date>2006-05-18T22:46:37Z</dc:date>
      <clearspace:dateToText>8 years 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Handler not defined error message</title>
      <link>https://forums.adobe.com/thread/201910</link>
      <description>&lt;!-- [DocumentBodyStart:f3d04ef5-f482-4d64-b965-174d5eddf8af] --&gt;&lt;div class="jive-rendered-content"&gt;Hello - I'm having difficulty with a custom handler I've
created. Everything works well in authoring mode, but as soon as I
try to create a projector and run it, I get a "Handler not defined"
error message. The handler is used to query an sqlite database.
Here's the code which sits in a linked cast movie script
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;on startmovie
&lt;br/&gt; set gDBInstance = new(xtra"sqlite")
&lt;br/&gt; 
&lt;br/&gt;on mDBQuery gSqlstring
&lt;br/&gt; 
&lt;br/&gt; gDBInstance.sqlite_open(the moviepath&amp;amp;"halloffame.db")
&lt;br/&gt; gQuery_fetch_data = gDBInstance.sqlite_fetch(gSqlstring)
&lt;br/&gt; gDBInstance.sqlite_close()
&lt;br/&gt; 
&lt;br/&gt;end
&lt;br/&gt;
&lt;br/&gt;end startmovie
&lt;br/&gt;
&lt;br/&gt;The handler is called from a frame script as below:
&lt;br/&gt;
&lt;br/&gt;on enterframe
&lt;br/&gt; 
&lt;br/&gt; gSqlstring = "SELECT file_location FROM mediaitem NATURAL
JOIN category WHERE category = 'Equipment' ORDER BY mediaitem.name
ASC"
&lt;br/&gt; mDBQuery(gSqlstring)
&lt;br/&gt;
&lt;br/&gt;end enterframe
&lt;br/&gt;
&lt;br/&gt;I'm using Director 11 on Windows XP. I do have all of the
sqlite xtras in an xtras folder next to the executable. Any
thoughts on what I'm doing wrong??
&lt;br/&gt;
&lt;br/&gt;THX!
&lt;br/&gt;
&lt;br/&gt;Mike M
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f3d04ef5-f482-4d64-b965-174d5eddf8af] --&gt;</description>
      <pubDate>Sun, 15 Feb 2009 17:13:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/201910</guid>
      <dc:date>2009-02-15T17:13:39Z</dc:date>
      <clearspace:dateToText>5 years 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>21</clearspace:messageCount>
      <clearspace:replyCount>20</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Lingo Airbrush</title>
      <link>https://forums.adobe.com/thread/198413</link>
      <description>&lt;!-- [DocumentBodyStart:e60c4148-3628-4833-aaad-dbfd80cbf709] --&gt;&lt;div class="jive-rendered-content"&gt;I have Director 8 and I'm trying to develop an airbrush in
Lingo that works like ones included with most image editing
applications. What I have so far works pretty well although it's
not as good as it should be. There seems to be a problem with the
way Director composites alpha channels. The DIR file with the
pertinent code can be downloaded from:
&lt;br/&gt;
&lt;br/&gt;
&lt;a class="jive-link-external-small" href="http://www.axiomx.com/etc/airbrush_test.dir" rel="nofollow"&gt;DIR file&lt;/a&gt;
&lt;br/&gt;or
&lt;br/&gt;
&lt;a class="jive-link-external-small" href="http://www.axiomx.com/etc/airbrush_test.zip" rel="nofollow"&gt;ZIP file&lt;/a&gt;
&lt;br/&gt;
&lt;br/&gt;To see the problem, try painting with white (rgb(255, 255,
255)) on a white background. One would expect the brushtrokes to be
invisible, but they're not. The transparent areas of each
brushtroke end up as shades of very light grey - making it look
like the brush is "dirty."
&lt;br/&gt;
&lt;br/&gt;I have tried everything that I can think of to fix the
problem but I'm stuck. My hope is that someone here will be able to
help me to get this airbrush working the way it should. Perhaps
it's already as good as it will ever be. Either way, you're welcome
to use the code if you're interested in Imaging Lingo.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e60c4148-3628-4833-aaad-dbfd80cbf709] --&gt;</description>
      <pubDate>Fri, 20 Oct 2006 00:48:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/198413</guid>
      <dc:date>2006-10-20T00:48:47Z</dc:date>
      <clearspace:dateToText>6 years 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>15</clearspace:messageCount>
      <clearspace:replyCount>14</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>director decompiler</title>
      <link>https://forums.adobe.com/thread/159755</link>
      <description>&lt;!-- [DocumentBodyStart:b989b1b2-6908-449a-af9d-9506d522febd] --&gt;&lt;div class="jive-rendered-content"&gt;am looking for a way to decompiler a director/shockwave file
same way you would with flash...
&lt;br/&gt;any tips?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b989b1b2-6908-449a-af9d-9506d522febd] --&gt;</description>
      <pubDate>Thu, 05 Apr 2007 19:40:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/159755</guid>
      <dc:date>2007-04-05T19:40:55Z</dc:date>
      <clearspace:dateToText>7 years 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>IF AND multiple statements?</title>
      <link>https://forums.adobe.com/thread/153920</link>
      <description>&lt;!-- [DocumentBodyStart:c957a648-b27a-4f01-ab5c-8d9cf82f37a5] --&gt;&lt;div class="jive-rendered-content"&gt;I'm trying to program up a multiple IF statement, where I
want to check the condition of a number of sprites. Here's what i
got:
&lt;br/&gt;
&lt;br/&gt;if sprite(5).visible=TRUE then
&lt;br/&gt; sprite(6).visible=TRUE
&lt;br/&gt; sprite(7).visible=TRUE
&lt;br/&gt; sprite(8).visible=TRUE
&lt;br/&gt;go to "Win"
&lt;br/&gt;
&lt;br/&gt;I want my lingo to check the status of all the sprites and
then if they are all true I want them to go to "Win", but at the
minute it's only checking that of 5. If I put 'then' at the end of
each statement I get an error....any ideas
&lt;br/&gt;
&lt;br/&gt;Ronan
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c957a648-b27a-4f01-ab5c-8d9cf82f37a5] --&gt;</description>
      <pubDate>Thu, 19 Apr 2007 14:47:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/153920</guid>
      <dc:date>2007-04-19T14:47:11Z</dc:date>
      <clearspace:dateToText>7 years 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Drop Down Menus</title>
      <link>https://forums.adobe.com/thread/123843</link>
      <description>&lt;!-- [DocumentBodyStart:202bd068-85d6-4146-8c41-885a6d135157] --&gt;&lt;div class="jive-rendered-content"&gt;I am putting together a project in Director 8 which contains
four drop down 
&lt;br/&gt;lists.
&lt;br/&gt;Here are the parameters...
&lt;br/&gt;There are four layers of images placed over each other to
make up one 
&lt;br/&gt;complete picture.
&lt;br/&gt;Each layer contains 50 options to choose from.
&lt;br/&gt;A drop down menu will be below each layer to allow the user
to choose one of 
&lt;br/&gt;the 50 options.
&lt;br/&gt;
&lt;br/&gt;To save space on the timeline and not load all the images
onto separate 
&lt;br/&gt;channels, I would like to make it so that as a choice is
selected, the 
&lt;br/&gt;selected image will replace the existing image on its
relative channel.
&lt;br/&gt;
&lt;br/&gt;How to I do all this?
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:202bd068-85d6-4146-8c41-885a6d135157] --&gt;</description>
      <pubDate>Thu, 18 Oct 2007 13:47:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/123843</guid>
      <dc:date>2007-10-18T13:47:09Z</dc:date>
      <clearspace:dateToText>7 years 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>open a cst file and launch Director</title>
      <link>https://forums.adobe.com/thread/10930</link>
      <description>&lt;!-- [DocumentBodyStart:46046293-4c55-4887-a5a4-59ba67ac1cdb] --&gt;&lt;div class="jive-rendered-content"&gt;Hi there all,
&lt;br/&gt;I heard from the graet vine that it is possible to open
another program with lingo, and I also notcied that if you double
click a cst file in Windows Explorer, it will launch Director with
the following cst file that you have double clicked on through
windows explorer. However, is it possible for a projector to be
able to do the same thing. For example, lets say a user is working
on something in my projector movie. Then I would like for the user
to be able to save the work, that would be in the cast member
window, as a cst file, and be able to click on a button that would
launch Director with the user's saved cst file. Is this possible? I
know this might sound dumb, and you are probally wondering why a
user would want to do this, but it is really hard to explain
without giving you my great idea and then I would not be able to
sell it because someone else might patten it before me. So you have
to trust me that I believe that with my end result, many users will
be so happy with my projector.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:46046293-4c55-4887-a5a4-59ba67ac1cdb] --&gt;</description>
      <pubDate>Wed, 30 Aug 2006 15:01:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/10930</guid>
      <dc:date>2006-08-30T15:01:50Z</dc:date>
      <clearspace:dateToText>8 years 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Formatted text file Into TextMember with Scrolling... Problem.</title>
      <link>https://forums.adobe.com/thread/1610831</link>
      <description>&lt;!-- [DocumentBodyStart:e4e458e9-071e-48b2-853b-a130a2c4f40c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;Hi,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;I have this script which works OK but...&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;&lt;span style="color: #339966;"&gt;membe&lt;/span&gt;&lt;span style="color: #339966;"&gt;r&lt;/span&gt;(&lt;span style="color: #808080;"&gt;"MyTEXT"&lt;/span&gt;)&lt;span style="color: #339966;"&gt;.importFileInto&lt;/span&gt;(&lt;span style="color: #808080;"&gt;"mytext.rtf"&lt;/span&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;It preserves the RTF word format, but the scrolling disappears.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;Is there any solution to this? I want to have a external RTF file that when imported into a text member with scrolling, it preserves its formatting&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;without messing up the text member.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;Thanks&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e4e458e9-071e-48b2-853b-a130a2c4f40c] --&gt;</description>
      <pubDate>Sat, 18 Oct 2014 00:07:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1610831</guid>
      <dc:date>2014-10-18T00:07:59Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>BuddyAPI baGetFilename not opening in correct location in OSX Mavericks</title>
      <link>https://forums.adobe.com/thread/1524719</link>
      <description>&lt;!-- [DocumentBodyStart:94aa446c-1460-4119-8658-a9a419a81d70] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an application built in Director 11.5 using BuddyAPI xtra file selection dialogue baGetFilename. In OSX Mavericks (10.9.4) the dialogue doesn't seem to open in the specified path any more. It seems to default to the path last accessed in the previous file open dialogue. This has worked reliably in previous versions so I assume something has been changed in 10.9 that is confusing it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anyone else come across this issue? Can anyone suggest a workaround or alternative for the file selection dialogue. I basically need to specify the path for the file selection dialogue so I can open the appropriate folder for the type of file rather than relying on the end user to successfully navigate to the location every time. I also need to filter the dialogue to particular file types. Is there an alternative to the BuddyAPI xtra that is compatible with Director 11.5 and Mavericks? Is there a workaround to get BuddyAPI to work correctly?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:94aa446c-1460-4119-8658-a9a419a81d70] --&gt;</description>
      <pubDate>Fri, 18 Jul 2014 02:39:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1524719</guid>
      <dc:date>2014-07-18T02:39:58Z</dc:date>
      <clearspace:dateToText>3 months 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Problem with Script Using New() to Create a #Vectorshape</title>
      <link>https://forums.adobe.com/thread/1461004</link>
      <description>&lt;!-- [DocumentBodyStart:b139d078-ac22-4f66-a4f1-1ac5775e104f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am having a problem integrating an existing movie script into a movie I am building and I can't figure out why. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The single movie script, developed by &lt;strong&gt;JC in 2004&lt;/strong&gt;,&amp;nbsp; appears below. It works perfectly in a movie all by itself. But I need to integrate it into an existing movie in which other sprites and behaviors must coexist. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The problem I am seeing is that &lt;strong&gt;gMem&lt;/strong&gt; is created with the new command (can see it in the message window using put &lt;strong&gt;gMem&lt;/strong&gt;), but it will not allow attachment of &lt;strong&gt;gMem.regPoint&lt;/strong&gt;, &lt;strong&gt;gMem.centerRegPoint&lt;/strong&gt;, and so on. These all return errors. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would also be open to another solution to the problem. What I need to do is create rectangles that represent a plan view of a rooftop on an underlying grid and then be able to drag and place other images on it (it is for training purposes, not a game). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using MX2004 on a PC. Any help, deeply appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Rod Wolford&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;------------------------------------------------------------------------------------------ --&lt;/p&gt;&lt;p&gt;global gMem, gCount, gNum, gLoc, gCreateVert, gMemNum&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;on prepareMovie&lt;br/&gt;&amp;nbsp; clearGlobals()&lt;br/&gt;&amp;nbsp; _movie.puppetTempo(60)&lt;br/&gt;&amp;nbsp; gCreateVert = False&lt;br/&gt;&amp;nbsp; gMemNum = 5&lt;br/&gt;end&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;on mouseDown&lt;br/&gt;&amp;nbsp; if not(gCreateVert) then&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gMem = new (#vectorShape, member gMemNum of castLib 1)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gMemNum = gMemNum + 1&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gMem.regPoint = point(0,0)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gMem.centerRegPoint = False&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gMem.closed = False&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gMem.antialias = True&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gMem.strokeWidth = 0.25&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gMem.strokeColor = rgb(0,0,0)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gNum = getFreeChannel()&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; channel(gNum).makeScriptedSprite(gMem, point(0,0))&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sprite(gNum).ink = 36&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gCount = 0&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gCreateVert = True&lt;br/&gt;&amp;nbsp; end if&lt;br/&gt;&amp;nbsp; &lt;br/&gt;&amp;nbsp; if gCreateVert then&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if the doubleClick then&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gCreateVert = False&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gCount = gCount - 1&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gMem.deleteVertex(gCount)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gMem.closed = True&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gMem.fillMode = #solid&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gMem.fillColor = rgb(random(256) - 1,random(256) - 1,random(256) - 1)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gFinished = True&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exit&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; end if&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gCount = gCount + 1&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gMem.addVertex(gCount, the mouseLoc)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gCount = gCount + 1&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gMem.addVertex(gCount, the mouseLoc)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gLoc = the mouseLoc&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp; end if&lt;br/&gt;&amp;nbsp; &lt;br/&gt;end&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;on enterFrame&lt;br/&gt;&amp;nbsp; &lt;br/&gt;&amp;nbsp; if gCreateVert then &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gMem.moveVertex(gCount, the mouseH - gLoc[1], the mouseV - gLoc[2])&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; theLoc = (gMem.vertexList)[gCount][1]&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if not(theLoc = the mouseLoc) then&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gMem.moveVertex(gCount, the mouseH - theLoc[1], the mouseV - theLoc[2])&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; end if&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gLoc = the mouseLoc&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp; end if&lt;br/&gt;end&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;on stopMovie&lt;br/&gt;&amp;nbsp; theCount = castLib(1).member.count&lt;br/&gt;&amp;nbsp; repeat with i = 1 to theCount&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if member(i).type = #vectorShape then member(i).erase()&lt;br/&gt;&amp;nbsp; end repeat&lt;br/&gt;end&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;on getFreeChannel&lt;br/&gt;&amp;nbsp; &lt;br/&gt;&amp;nbsp; repeat with i = 1 to the lastChannel&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if sprite(i).member.type = #empty then&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aNum = i&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exit repeat&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; end if&lt;br/&gt;&amp;nbsp; end repeat&lt;br/&gt;&amp;nbsp; &lt;br/&gt;&amp;nbsp; return aNum&lt;br/&gt;&amp;nbsp; &lt;br/&gt;end&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b139d078-ac22-4f66-a4f1-1ac5775e104f] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2077">lingo</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2077">new()</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2077">#vectorshape</category>
      <pubDate>Mon, 28 Apr 2014 16:56:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1461004</guid>
      <dc:date>2014-04-28T16:56:03Z</dc:date>
      <clearspace:dateToText>6 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Director 12.0.9r149 update to app - anyone?</title>
      <link>https://forums.adobe.com/thread/1460606</link>
      <description>&lt;!-- [DocumentBodyStart:1708d007-d4d5-40e3-a86e-e95c435903e8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I just updated to Director 12.0.9r149 (OS X) and now my iPad app crashes. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It's not iOS 7.1.1 as an older version of the app works fine.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I put an alert into a prepareMovie handler and it doesn't get to it so it can't be my code which was working perfectly (cough) before the update.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone else having problems since the update? Also: please tell me if YOU'RE NOT!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1708d007-d4d5-40e3-a86e-e95c435903e8] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2077">ios</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2077">update</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2077">crash_on_distribute</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2077">director_12</category>
      <pubDate>Mon, 28 Apr 2014 04:43:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1460606</guid>
      <dc:date>2014-04-28T04:43:05Z</dc:date>
      <clearspace:dateToText>6 months 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Nested quotes, value(), and string() and other fun "Headaches"</title>
      <link>https://forums.adobe.com/thread/1455872</link>
      <description>&lt;!-- [DocumentBodyStart:87a859e0-b1f8-45d1-90c1-8c8792b05b2c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;So I have a handlerA in which I do something like this all with local variables:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;VariableA = "The Planet" VariableB &amp;amp;&amp;amp; "orbit" &amp;amp;&amp;amp; VariableB&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need to store stuff in a big list in a separate handlerB , for example, without the VariableD expanding, which is why I have to put it&lt;/p&gt;&lt;p&gt;in quotes:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DB = []&lt;/p&gt;&lt;p&gt;DB.append("This" &amp;amp; QUOTE &amp;amp;&amp;amp; "&amp;amp;&amp;amp;" &amp;amp;&amp;amp; "VariableD" &amp;amp;&amp;amp; "&amp;amp;&amp;amp;" &amp;amp;&amp;amp; QUOTE &amp;amp; "ThisToo" &amp;amp; QUOTE &amp;amp; "&amp;amp;&amp;amp;" &amp;amp; QUOTE &amp;amp; "That")&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;s = string(DB)&lt;/p&gt;&lt;p&gt;s = value(s)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;put s &lt;/p&gt;&lt;p&gt;seems to work but I am not sure I am doing this right. Any input would be appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need to be able to call tokens/items from the content of DB, much like what is assigned to VariableA&lt;/p&gt;&lt;p&gt;then have it's variables expand like it does in handlerA&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:87a859e0-b1f8-45d1-90c1-8c8792b05b2c] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2077">quotes</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2077">nested</category>
      <pubDate>Tue, 22 Apr 2014 05:59:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1455872</guid>
      <dc:date>2014-04-22T05:59:57Z</dc:date>
      <clearspace:dateToText>3 months 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>return for text does not display correctly in Notepad</title>
      <link>https://forums.adobe.com/thread/1067870</link>
      <description>&lt;!-- [DocumentBodyStart:67d75951-4918-4e59-a0c2-53a8b3a81e7c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I used myString = myString &amp;amp; temp &amp;amp; return to generate text with multiple lines. It displays correctly in MS Word, Write, but they are all packed together in one line when opened with NotePad on Windows. &lt;/p&gt;&lt;p&gt;What command do I need to add for it to display correctly in NotePad and MS Word, etc word processor programs? &lt;/p&gt;&lt;p&gt;&lt;br/&gt;Same with import with FileIO, text made with Notepad would have any extra return character at the beginning. I need to delete the first character in order for it to display correctly in Director.&lt;/p&gt;&lt;p&gt;&lt;br/&gt;What is the best approach dealing with return key in Director?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:67d75951-4918-4e59-a0c2-53a8b3a81e7c] --&gt;</description>
      <pubDate>Tue, 18 Sep 2012 14:23:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1067870</guid>
      <dc:date>2012-09-18T14:23:00Z</dc:date>
      <clearspace:dateToText>2 years 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is it better to put Lingo to BeginSprite or EnterFrame</title>
      <link>https://forums.adobe.com/thread/752945</link>
      <description>&lt;!-- [DocumentBodyStart:128f130b-9f63-412c-bd18-ae95eb5c131e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I have done some projectors using VizionDB database, and I have put most of the Lingo to EnterFrame. However, some people on this board have said that it's not good programming method, and it would be better to put code to BeginSprite. I'm starting a new project now, and I'm planning to use BeginSprite more than before. However, I'm wondering now why BeginSprite is better than EnterFrame? Isn't there less code when EnterFrame is used?&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;For example, I have a page with 30 text fields, and all values are from the database. Earlier the values to all fields were inserted in one EnterFrame script, but now there's BeginSprite script in 30 sprites. I'd like to get some opinions from other developers about this, thanks!&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;PS. I used the EnterFrame in a way that it's not repeated over and over again, but it's done once and after that it goes to the next frame.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:128f130b-9f63-412c-bd18-ae95eb5c131e] --&gt;</description>
      <pubDate>Tue, 16 Nov 2010 14:35:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/752945</guid>
      <dc:date>2010-11-16T14:35:15Z</dc:date>
      <clearspace:dateToText>3 years 12 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Auto resize a director movie</title>
      <link>https://forums.adobe.com/thread/610386</link>
      <description>&lt;!-- [DocumentBodyStart:f5a401a8-e23e-4fd6-8ad8-7b1497a10dad] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Dear All &lt;/p&gt;&lt;p&gt;Is there a way in director to have the movie size match the resizing of the projector ,so as I make the projector large by either clicking the normal expand button or clicking and dragging the movie the sprites on the stage resize to fit the window,like some web pages.If Director cannot do this is there a plugin that can be loaded to accomplish this .&lt;/p&gt;&lt;p&gt;Thank you for your time and consideration.&lt;/p&gt;&lt;p&gt;Peter&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f5a401a8-e23e-4fd6-8ad8-7b1497a10dad] --&gt;</description>
      <pubDate>Sun, 04 Apr 2010 01:20:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/610386</guid>
      <dc:date>2010-04-04T01:20:22Z</dc:date>
      <clearspace:dateToText>9 months 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Fileio user permission problem in director 11.5</title>
      <link>https://forums.adobe.com/thread/485493</link>
      <description>&lt;!-- [DocumentBodyStart:6abbc28a-c109-47c3-b13d-1a91c5769580] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;hi,&lt;/p&gt;&lt;p&gt;i am making application for windows in director with fileio xtra and i am trying to open xml file with fileio open file command and then read it eith fileio.readfile() command, it is work fine when my windows xp system login with administrator rights user but when i am login with user permission it is giving me a blank string what is the issue i dont understand, any body help me pls. (it is urgent)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Note:- xml file path getting from windows registry by buddy api's baReadRegString() command&lt;/p&gt;&lt;p&gt;my lingo code is like this&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #0000c8;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000c8;"&gt;&lt;font color="#0000c8"&gt;&lt;p&gt;global&lt;/p&gt;&lt;/font&gt;&lt;/span&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;Gdb&lt;/span&gt;&lt;span style="color: #0000c8;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000c8;"&gt;&lt;font color="#0000c8"&gt;&lt;p&gt;global&lt;/p&gt;&lt;/font&gt;&lt;/span&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt; glinenum,sname,chb,fname,st&lt;/span&gt;&lt;span style="color: #0000c8;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000c8;"&gt;&lt;font color="#0000c8"&gt;&lt;p&gt;property&lt;/p&gt;&lt;/font&gt;&lt;/span&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt; presult&lt;/span&gt;&lt;span style="color: #0000c8;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000c8;"&gt;&lt;font color="#0000c8"&gt;&lt;p&gt;global&lt;/p&gt;&lt;/font&gt;&lt;/span&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt; gParserObject,objFileio,epath,abc,theList,errCode&lt;/span&gt;&lt;span style="color: #0000c8;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000c8;"&gt;&lt;font color="#0000c8"&gt;&lt;p&gt;on&lt;/p&gt;&lt;/font&gt;&lt;/span&gt;&lt;p&gt;&lt;span style="color: #008000;"&gt; startmovie&lt;/span&gt;&lt;span style="color: #0000c8;"&gt;me&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000c8;"&gt;&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;font color="#008000"&gt;&lt;p&gt;go&lt;/p&gt;&lt;/font&gt;&lt;/span&gt;&lt;p&gt;&lt;span style="color: #0000c8;"&gt; to&lt;/span&gt;&lt;span style="color: #008000;"&gt; frame&lt;/span&gt;&lt;span style="color: #808080;"&gt; 1&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #808080;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;abc = baReadRegString(&lt;span style="color: #808080;"&gt;"SOFTWARE"&lt;/span&gt;,&lt;span style="color: #808080;"&gt; "AXDM"&lt;/span&gt;,&lt;span style="color: #808080;"&gt; "False"&lt;/span&gt;,&lt;span style="color: #808080;"&gt; "HKEY_LOCAL_MACHINE"&lt;/span&gt;)&amp;amp;&lt;span style="color: #808080;"&gt; "vlc\SETTINGS.XML"&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #808080;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;objFileio =&lt;span style="color: #0000c8;"&gt; new&lt;/span&gt;&lt;span style="color: #008000;"&gt; xtra&lt;/span&gt;(&lt;span style="color: #808080;"&gt;"fileio"&lt;/span&gt;)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;objFileio.openFile(abc,0) &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #008000;"&gt;&lt;font color="#008000"&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/span&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h5&gt;member("XMLtext").text = objFileio.readFile(abc)&amp;nbsp; &lt;span style="color: #ff0000;"&gt;-- here i get error String expected&lt;/span&gt; &lt;/h5&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;gParserObject =&lt;span style="color: #0000c8;"&gt; new&lt;/span&gt;(&lt;span style="color: #008000;"&gt;xtra&lt;/span&gt;&lt;span style="color: #808080;"&gt; "xmlparser"&lt;/span&gt;)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;errCode = gParserObject.&lt;span style="color: #008000;"&gt;parseString&lt;/span&gt;(abc)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;theList = gParserObject.&lt;span style="color: #008000;"&gt;makeList&lt;/span&gt;()&lt;/p&gt;&lt;p&gt;st =&lt;span style="color: #0000c8;"&gt; false&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000c8;"&gt;&lt;p&gt;end&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6abbc28a-c109-47c3-b13d-1a91c5769580] --&gt;</description>
      <pubDate>Tue, 01 Sep 2009 04:41:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/485493</guid>
      <dc:date>2009-09-01T04:41:25Z</dc:date>
      <clearspace:dateToText>5 years 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Simple if / then statement</title>
      <link>https://forums.adobe.com/thread/468571</link>
      <description>&lt;!-- [DocumentBodyStart:00a33bed-5bc1-45f6-8bf8-dc9385af37cf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-family: Monaco; font-size: 10pt; mso-bidi-font-family: Monaco;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-size: 12pt;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;I have a variable &amp;#8220;textInput&amp;rdquo; that contains a string of letters derived from a user's text input.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;I would like to set up an if/then statement or case statement that sends the user to a &amp;#8220;congratulations&amp;rdquo; marker if their input was the lower-case letter "a" and send them to a &amp;#8220;try again&amp;rdquo; marker if their input was otherwise.&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="mso-spacerun: yes;"&gt; Thanks for helping with an issue this basic,&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-family: Monaco; font-size: 10pt; mso-bidi-font-family: Monaco;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif; font-size: 12pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;David&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:00a33bed-5bc1-45f6-8bf8-dc9385af37cf] --&gt;</description>
      <pubDate>Tue, 28 Jul 2009 00:18:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/468571</guid>
      <dc:date>2009-07-28T00:18:55Z</dc:date>
      <clearspace:dateToText>5 years 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>12</clearspace:messageCount>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Drop down lists</title>
      <link>https://forums.adobe.com/thread/256450</link>
      <description>&lt;!-- [DocumentBodyStart:5af41c8e-8e7f-42de-940f-3cd9662c748d] --&gt;&lt;div class="jive-rendered-content"&gt;Hey, im still having trouble with the drop down list
behaviour, basically what value does it return when you select
something from the list. iv tried reverse engineering the script
but iv basically got no where, also is there a way of defining how
big the drop down is, it automatically creates a scroll bar if the
amount of properties makes the list bigger than the stage, but iv
got a drop down that holds like day and year values, which create
huge lists.
&lt;br/&gt;
&lt;br/&gt;i just need to know what values the list returns when u pick
something, and how to change the size.
&lt;br/&gt;
&lt;br/&gt;cheers guys&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5af41c8e-8e7f-42de-940f-3cd9662c748d] --&gt;</description>
      <pubDate>Tue, 25 Mar 2008 19:16:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/256450</guid>
      <dc:date>2008-03-25T19:16:54Z</dc:date>
      <clearspace:dateToText>6 years 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Read/Write mode in FileIO doesn't work?</title>
      <link>https://forums.adobe.com/thread/245960</link>
      <description>&lt;!-- [DocumentBodyStart:1fb6a488-d921-4128-a35c-1689acd72f95] --&gt;&lt;div class="jive-rendered-content"&gt;It seems it's not possible to both read from and write to a
file in the same 
&lt;br/&gt;openFile session? I had the following code:
&lt;br/&gt;
&lt;br/&gt;fObj=xtra("FileIO").new()
&lt;br/&gt;fObj.openFile(the moviePath &amp;amp; fName,0)
&lt;br/&gt;fObj.writeString(fileString)
&lt;br/&gt;fObj.closeFile()
&lt;br/&gt;fObj=0
&lt;br/&gt;
&lt;br/&gt;fName and fileString are preset before this starts, but are
not relevant to 
&lt;br/&gt;the issue. This code was working for saving existing files,
but wouldn't 
&lt;br/&gt;create files if they didn't exist already. So I added the
following:
&lt;br/&gt;
&lt;br/&gt;fObj=xtra("FileIO").new()
&lt;br/&gt;fObj.openFile(the moviePath &amp;amp; fName,0)
&lt;br/&gt;if fObj.readFile() = VOID then
&lt;br/&gt; fObj.createFile(the moviePath &amp;amp; fName)
&lt;br/&gt; fObj.openFile(the moviePath &amp;amp; fName,0)
&lt;br/&gt;end if
&lt;br/&gt;fObj.writeString(fileString)
&lt;br/&gt;fObj.closeFile()
&lt;br/&gt;fObj=0
&lt;br/&gt;
&lt;br/&gt;Basically, I'm checking and see if the file exists already or
not. It opens 
&lt;br/&gt;it and reads it to see if there's anything there already. If
not, it 
&lt;br/&gt;creates the file and opens it. This did the opposite, working
fine on new 
&lt;br/&gt;files but wouldn't save data to existing files. So I had to
add yet another 
&lt;br/&gt;chunk of code to make it work all around:
&lt;br/&gt;
&lt;br/&gt;fObj=xtra("FileIO").new()
&lt;br/&gt;fObj.openFile(the moviePath &amp;amp; fName,0)
&lt;br/&gt;if fObj.readFile() = VOID then
&lt;br/&gt; fObj.createFile(the moviePath &amp;amp; fName)
&lt;br/&gt; fObj.openFile(the moviePath &amp;amp; fName,0)
&lt;br/&gt;else
&lt;br/&gt; fObj.closeFile()
&lt;br/&gt; fObj.openFile(the moviePath &amp;amp; fName,0)
&lt;br/&gt;end if
&lt;br/&gt;fObj.writeString(fileString)
&lt;br/&gt;fObj.closeFile()
&lt;br/&gt;fObj=0
&lt;br/&gt;
&lt;br/&gt;So if the file does exist, it has to close it and then open
it again in 
&lt;br/&gt;order to write to it? I thought that mode 0 was supposed to
be 
&lt;br/&gt;"Read/Write". So I should be able to both, but apparently not
in the same 
&lt;br/&gt;session? Is there a better way to check if the file exists
first? Seems 
&lt;br/&gt;like I'm using twice as much code as should be necessary to
do this... 
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1fb6a488-d921-4128-a35c-1689acd72f95] --&gt;</description>
      <pubDate>Tue, 13 May 2008 18:28:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/245960</guid>
      <dc:date>2008-05-13T18:28:26Z</dc:date>
      <clearspace:dateToText>6 years 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>EvalScript</title>
      <link>https://forums.adobe.com/thread/218166</link>
      <description>&lt;!-- [DocumentBodyStart:747a55f9-24f8-4c5f-8f01-805b1aba59ce] --&gt;&lt;div class="jive-rendered-content"&gt;can anyone tell me why this is not working!!?
&lt;br/&gt;
&lt;br/&gt;&amp;lt;!-- --&amp;gt;
&lt;br/&gt;&amp;lt;!-- --&amp;gt;
&lt;br/&gt;&amp;lt;HTML&amp;gt;
&lt;br/&gt;&amp;lt;HEAD&amp;gt;
&lt;br/&gt;&amp;lt;TITLE&amp;gt;game231&amp;lt;/TITLE&amp;gt;
&lt;br/&gt;&amp;lt;meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1"&amp;gt;
&lt;br/&gt;&amp;lt;/HEAD&amp;gt;
&lt;br/&gt;&amp;lt;BODY bgColor="#336600"&amp;gt;
&lt;br/&gt;&amp;lt;center&amp;gt;
&lt;br/&gt;&amp;lt;TABLE border=0 width=100% height=100%&amp;gt;
&lt;br/&gt;&amp;lt;TR&amp;gt;&amp;lt;TD valign=middle align=center&amp;gt;
&lt;br/&gt;&amp;lt;OBJECT
classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000"
&lt;br/&gt; codebase="
&lt;a class="jive-link-external-small" href="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0" rel="nofollow"&gt;http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0"&lt;/a&gt;
&lt;br/&gt; ID=game231 WIDTH=640 HEIGHT=400&amp;gt;
&lt;br/&gt;&amp;lt;param name=src value="game231.dcr"&amp;gt;
&lt;br/&gt;&amp;lt;PARAM NAME=swStretchStyle VALUE=none&amp;gt;
&lt;br/&gt;&amp;lt;param name=swRemote value="swSaveEnabled='true'
swVolume='true' swRestart='true' swPausePlay='true'
swFastForward='true' swSendUrl='www.game2.html'
swContextMenu='true' "&amp;gt;
&lt;br/&gt;&amp;lt;PARAM NAME=bgColor VALUE=#336600&amp;gt; 
&lt;br/&gt;&amp;lt;EMBED SRC="game231.dcr" bgColor=#336600 WIDTH=640
HEIGHT=400 swRemote="swSaveEnabled='true' swVolume='true'
swRestart='true' swPausePlay='true' swFastForward='true'
swSendUrl='www.game2.html' swContextMenu='true' "
swStretchStyle=none 
&lt;br/&gt; TYPE="application/x-director" PLUGINSPAGE="
&lt;a class="jive-link-external-small" href="http://www.macromedia.com/shockwave/download/" rel="nofollow"&gt;http://www.macromedia.com/shockwave/download/"&amp;gt;&amp;lt;/EMBED&amp;gt;&lt;/a&gt;
&lt;br/&gt;&amp;lt;/OBJECT&amp;gt;
&lt;br/&gt;&amp;lt;/TD&amp;gt;
&lt;br/&gt;&amp;lt;/TR&amp;gt;
&lt;br/&gt;&amp;lt;/TABLE&amp;gt;
&lt;br/&gt;&amp;lt;/CENTER&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;CENTER&amp;gt;
&lt;br/&gt;&amp;lt;SCRIPT&amp;gt;
&lt;br/&gt; function EvaluateIt() {
&lt;br/&gt; theArgs = document.theForm.entry1.value + ",
&lt;br/&gt; document.game231.EvalScript(theArgs)
&lt;br/&gt; }
&lt;br/&gt; &amp;lt;/SCRIPT&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;FORM name=theForm&amp;gt;&amp;lt;INPUT value="ENTER NAME"
name=entry1&amp;gt; &amp;lt;INPUT onclick=EvaluateIt() type=button
value=SUBMIT&amp;gt; 
&lt;br/&gt;&amp;lt;/FORM&amp;gt;&amp;lt;/CENTER&amp;gt;&amp;lt;/BODY&amp;gt;&amp;lt;/HTML&amp;gt;
&lt;br/&gt;
&lt;br/&gt;the lingo code i have is as follows 
&lt;br/&gt;
&lt;br/&gt;on evalScript argString
&lt;br/&gt; set the text of field "display" to item 1 of argString
&lt;br/&gt; 
&lt;br/&gt; end&lt;/div&gt;&lt;!-- [DocumentBodyEnd:747a55f9-24f8-4c5f-8f01-805b1aba59ce] --&gt;</description>
      <pubDate>Mon, 24 Apr 2006 16:21:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/218166</guid>
      <dc:date>2006-04-24T16:21:06Z</dc:date>
      <clearspace:dateToText>8 years 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Off stage printing</title>
      <link>https://forums.adobe.com/thread/172044</link>
      <description>&lt;!-- [DocumentBodyStart:0dd34650-007e-408d-acfc-c8c4e9166575] --&gt;&lt;div class="jive-rendered-content"&gt;I have a director movie from which I wish to print. I have
created the image I wish to print, which is made up of several
sprites, and put a border sprite around this. What I wish to be
able to do is to print this group of sprites from off stage. The
user should never see them appear on screen. I have previously used
code along the lines of:
&lt;br/&gt;
&lt;br/&gt;stageImage = (the stage).image
&lt;br/&gt;spriteImage = stageImage.crop(sprite(83).rect)
&lt;br/&gt;member("printimage").image = spriteImage
&lt;br/&gt;
&lt;br/&gt;to take a section of the stage and store it as a cast member
which I can then print. However because I want my section to be
taken from offstage I am unsure how to do it. I have tried taking
using the sprite(83).rect to define the image but this doesn't
work.
&lt;br/&gt;Any help will be most appreciated.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0dd34650-007e-408d-acfc-c8c4e9166575] --&gt;</description>
      <pubDate>Fri, 16 Feb 2007 11:24:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/172044</guid>
      <dc:date>2007-02-16T11:24:01Z</dc:date>
      <clearspace:dateToText>7 years 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>11</clearspace:messageCount>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Control 100 TFT</title>
      <link>https://forums.adobe.com/thread/170772</link>
      <description>&lt;!-- [DocumentBodyStart:99ebd02e-2399-4ee8-a9fc-0ed340a28287] --&gt;&lt;div class="jive-rendered-content"&gt;Hello:
&lt;br/&gt;
&lt;br/&gt;I have no too much information yet but what I know now is to
control about 
&lt;br/&gt;100 tactile TFT&amp;acute;s.
&lt;br/&gt;The application in Lingo show in each TFT one different
picture, the user 
&lt;br/&gt;touch one of this TFT and something happens.
&lt;br/&gt;Do you know what devices I need to do this?
&lt;br/&gt;Or is better to control by network? In that case, what Xtras
or devices I 
&lt;br/&gt;need?
&lt;br/&gt;
&lt;br/&gt;Thanks in advance 
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:99ebd02e-2399-4ee8-a9fc-0ed340a28287] --&gt;</description>
      <pubDate>Mon, 26 Feb 2007 09:31:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/170772</guid>
      <dc:date>2007-02-26T09:31:57Z</dc:date>
      <clearspace:dateToText>7 years 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can I use a ActiveX control to display a picture?</title>
      <link>https://forums.adobe.com/thread/131702</link>
      <description>&lt;!-- [DocumentBodyStart:653c494c-5db8-4bce-93c6-d8c7823f2006] --&gt;&lt;div class="jive-rendered-content"&gt;First,I've used the Microsoft Forms 2.0 Frame(and Image)
control,my code is like:
&lt;br/&gt;
&lt;br/&gt;on enterFrame me
&lt;br/&gt; filePath=_movie.path &amp;amp; "Snap151.bmp"
&lt;br/&gt; sprite("frm").CallString("Picture("&amp;amp; filePath &amp;amp;")")
&lt;br/&gt;end
&lt;br/&gt;
&lt;br/&gt;but I'v got the following error:Picture(...) Call of Picture
failed
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;Then I tried the Microsoft Forms 2.0 Label control. The
following is my code:
&lt;br/&gt;
&lt;br/&gt;on exitFrame me
&lt;br/&gt; filePath=_movie.path &amp;amp; "Snap151.bmp"
&lt;br/&gt; sprite("lbl").Picture=filePath
&lt;br/&gt;end
&lt;br/&gt;
&lt;br/&gt;also I'v got the error:Property not found
&lt;br/&gt;
&lt;br/&gt;Does Anybody know how to use this ActiveX to display a
picture?I'll appreciate your help or suggestion.
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:653c494c-5db8-4bce-93c6-d8c7823f2006] --&gt;</description>
      <pubDate>Sun, 03 Jun 2007 02:13:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/131702</guid>
      <dc:date>2007-06-03T02:13:36Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>11</clearspace:messageCount>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Text Xtra error after D11 update</title>
      <link>https://forums.adobe.com/thread/96195</link>
      <description>&lt;!-- [DocumentBodyStart:d81ca576-33c4-4afa-991f-5bac427a3340] --&gt;&lt;div class="jive-rendered-content"&gt;My client is getting the following error on a projector we
just upgraded from Director MX to D11:
&lt;br/&gt;
&lt;br/&gt;"Director Player Error. The application requires an Xtra
(Text) that either does not exist or failed to initialize properly.
Please make sure the appropriate Xtras are in the Xtra folder(s)."
&lt;br/&gt;
&lt;br/&gt;I don't get the error on my machine so it's really baffling
and I'm not sure how to troubleshoot it. The Xtras folder is
external, and I've confirmed that the TextXtra, TextAsset,
FontAsset and FontXtra are all in the folder. 
&lt;br/&gt;
&lt;br/&gt;Any ideas?
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d81ca576-33c4-4afa-991f-5bac427a3340] --&gt;</description>
      <pubDate>Sun, 20 Apr 2008 16:34:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/96195</guid>
      <dc:date>2008-04-20T16:34:19Z</dc:date>
      <clearspace:dateToText>6 years 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Help with formatting hyperlinks</title>
      <link>https://forums.adobe.com/thread/19669</link>
      <description>&lt;!-- [DocumentBodyStart:06d2f285-7c1e-4a2b-90e8-8e356c9f05e0] --&gt;&lt;div class="jive-rendered-content"&gt;here is some code i extracted from the lingo help to make a
sprite an active hyperlink
&lt;br/&gt;
&lt;br/&gt;this script is part fo a start movie event which is attatched
to the movie
&lt;br/&gt;
&lt;br/&gt; member("web_address").word[1].hyperlink = "
&lt;a class="jive-link-external-small" href="http://www.unn.ac.uk" rel="nofollow"&gt;http://www.unn.ac.uk"&lt;/a&gt;
&lt;br/&gt;
&lt;br/&gt;and this script is attatched to the sprite (which is a text
field), as a behaviour
&lt;br/&gt;
&lt;br/&gt;property spriteNum
&lt;br/&gt;on hyperlinkClicked me, data, range
&lt;br/&gt; if data starts "
&lt;a class="jive-link-external-small" href="http://" rel="nofollow"&gt;http://"&lt;/a&gt; then
&lt;br/&gt; unnlink = sprite(spriteNum).member
&lt;br/&gt; unnlink.word[4].hyperlinkState = #visited
&lt;br/&gt; gotoNetPage(data)
&lt;br/&gt; end if
&lt;br/&gt;end
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;however when i do this i get that hideous blue coloured
hyperlink. i have looked in every option within director to change
the colour of this and get rid of the underline but i cannot find
this. 
&lt;br/&gt;
&lt;br/&gt;i also checked through the lingo help and there doesnt seem
to be anything there either
&lt;br/&gt;
&lt;br/&gt;does anyone have any suggestions on how to recolour
hyperlinks and to not display the underline.
&lt;br/&gt;
&lt;br/&gt;i am guessing i could convert my sprite to an image but i do
not want this as i want my whole movie to be vector and not bitmap
for obvious anti aliasing avoidance.
&lt;br/&gt;
&lt;br/&gt;please help of you can
&lt;br/&gt;
&lt;br/&gt;cheers&lt;/div&gt;&lt;!-- [DocumentBodyEnd:06d2f285-7c1e-4a2b-90e8-8e356c9f05e0] --&gt;</description>
      <pubDate>Sun, 14 May 2006 11:29:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/19669</guid>
      <dc:date>2006-05-14T11:29:02Z</dc:date>
      <clearspace:dateToText>8 years 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

