<?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 : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Fri, 30 May 2014 14:29:58 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-05-30T14:29:58Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Make simultaneously or sequentially moveable and editable fields or text sprites in movie.</title>
      <link>https://forums.adobe.com/thread/1486120</link>
      <description>&lt;!-- [DocumentBodyStart:1319a32b-607b-43ab-9d52-1f2416884cbe] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am having a bit of a problem with creating field or text sprites that are both editable and moveable. I want a user to be able to enter text into the sprites and move them around on the stage to serve as labels for schematics they are making. I can easily make them moveable or editable, but when trying to do both one property interferes with the other. I have been using various combinations of the properties on the mouseenter, mouseleave, and mousedown handlers. One version of my non-workable efforts are below. Seems I can move a sprite but once editable gets focus can't move it anymore.&amp;nbsp; Any ideas?&lt;/p&gt;&lt;p&gt;rod&lt;/p&gt;&lt;p&gt;___________________________________________________________&lt;/p&gt;&lt;p&gt;&lt;strong&gt;property spritenum&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;on mouseenter me&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;&amp;nbsp; sprite(spritenum).moveablesprite = true&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt; sprite(spritenum).editable = false&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;end&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;on mouseleave me&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;&amp;nbsp; sprite(spritenum).editable = false&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;&amp;nbsp; sprite(spritenum).moveablesprite = false&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;end&amp;nbsp; &lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;on mousedown me&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;&amp;nbsp; sprite(spritenum).moveablesprite = true&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;&amp;nbsp; sprite(spritenum).editable = false&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;end&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;on mouseup me&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;&amp;nbsp; sprite(spritenum).moveablesprite = false&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;&amp;nbsp; sprite(spritenum).editable = true&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;end&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1319a32b-607b-43ab-9d52-1f2416884cbe] --&gt;&lt;img src='/beacon?t=1415930909813' /&gt;</description>
      <pubDate>Fri, 30 May 2014 14:29:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1486120</guid>
      <dc:date>2014-05-30T14:29:58Z</dc:date>
      <clearspace:dateToText>5 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Use Excel to send commands from PowerPoint to open specific screens in a movie in a window</title>
      <link>https://forums.adobe.com/thread/1480808</link>
      <description>&lt;!-- [DocumentBodyStart:b0bae345-5dff-4f95-b9ac-2af83fe4c696] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello All,&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Excel&lt;/strong&gt; allows a user to create a &lt;strong&gt;Drop Down menu&lt;/strong&gt; that can be embedded into a &lt;strong&gt;PowerPoint&lt;/strong&gt; presentation. The links in the &lt;strong&gt;Drop Down menu&lt;/strong&gt; can contain &lt;strong&gt;hyperlinks&lt;/strong&gt;. My question is, can the &lt;strong&gt;hyperlink&lt;/strong&gt; contain the information needed to launch a &lt;strong&gt;MIAW&lt;/strong&gt; that, for example, used the following criteria:&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gCommercial = window().new("RooferManual_Fall_Protection2.dxr")&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gCommercial.movie.go(190)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gCommercial.open()&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can do this out of a &lt;strong&gt;director projector&lt;/strong&gt;, added to the&lt;strong&gt; PowerPoint&lt;/strong&gt;, but they perform inconsistently. Clearly, if the &lt;strong&gt;.dxr&lt;/strong&gt; launch could be linked to a &lt;strong&gt;hyperlink&lt;/strong&gt; in an &lt;strong&gt;Excel drop down menu&lt;/strong&gt;, I'd be in clover. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;There are about 80 frame based links in two movies that we would like to be able to access from within the &lt;strong&gt;PowerPoint&lt;/strong&gt; through a &lt;strong&gt;drop down menu&lt;/strong&gt; at anytime an instructor using the &lt;strong&gt;PowerPoint&lt;/strong&gt; wanted to access them.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any thoughts about this, including other solutions that can be easily added to &lt;strong&gt;PowerPoint&lt;/strong&gt;?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Rod&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b0bae345-5dff-4f95-b9ac-2af83fe4c696] --&gt;</description>
      <pubDate>Fri, 23 May 2014 00:34:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1480808</guid>
      <dc:date>2014-05-23T00:34:58Z</dc:date>
      <clearspace:dateToText>5 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to delete objects created with new</title>
      <link>https://forums.adobe.com/thread/1469132</link>
      <description>&lt;!-- [DocumentBodyStart:dbe56580-6bc8-41c6-95db-5b1613c94aff] --&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 creating a behavior or script to delete new sprites created in channels. I have a behavior script that creates new sprites using the following (simplified) script:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;First, a &lt;strong&gt;Beginsprite&lt;/strong&gt; creates a &lt;strong&gt;gChannel_list&lt;/strong&gt; and assigns a beginning &lt;strong&gt;gChannel&lt;/strong&gt; value. &lt;strong&gt;pSprite&lt;/strong&gt; is used to establish the sprite that in the &lt;strong&gt;mousedown&lt;/strong&gt; is clickon. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;on Beginsprite me&lt;/strong&gt;&amp;nbsp; &lt;br/&gt;&lt;strong&gt;&amp;nbsp; gChannel_List =[]&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;&amp;nbsp; gChannel = 70&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;&amp;nbsp; pSprite = sprite(Spritenum)&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;end&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;In the &lt;strong&gt;mousedown&lt;/strong&gt; the &lt;strong&gt;gChannel&lt;/strong&gt; is incremented and the newly created channel is added to the &lt;strong&gt;gChannel_list&lt;/strong&gt;. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;on Mousedown me&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;strong&gt;gChannel = gChannel + 1&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;&amp;nbsp; theChannel = addat(gChannel_List,gChannel)&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;&amp;nbsp; themember = pSprite.member&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp; ........&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;strong&gt;channel(gChannel).makeScriptedSprite(themember, point(80,160))&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;&amp;nbsp; sprite(gChannel).width = thememberW&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;&amp;nbsp; sprite(gChannel).height = thememberH&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;&amp;nbsp; sprite(gChannel).rotation = theMemberR&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;&amp;nbsp; sprite(gChannel).moveablesprite = 1&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;&amp;nbsp; sprite(gChannel).ink = 36&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;&amp;nbsp; ........&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;etc&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;After creation of several sprites based on the the &lt;strong&gt;gChannel&lt;/strong&gt;, the following globals, for example, are returned.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;-- Global Variables --&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;gChannel_List = [71,72,73,74]&lt;/strong&gt;&lt;br/&gt;&lt;strong&gt;gChannel = 74&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;My problem is that I am unable to delete these created &lt;strong&gt;gchannel&lt;/strong&gt; sprites with a lingo command. Deleting them from the list, for example, using &lt;strong&gt;deletat(gChannel,1),&lt;/strong&gt; does nothing to remove them from the stage (they do disappear from the list). And while I can display their attributes such as width [&lt;strong&gt;n=getat(gChannel_list, x); put sprite(n).width&lt;/strong&gt;], nothing seems to relate to deleting these &lt;strong&gt;gchannel&lt;/strong&gt; sprites.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How is it done?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hope this is enough information. If not, please let me know. I can provide whatever you might need. Please help.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Rod&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dbe56580-6bc8-41c6-95db-5b1613c94aff] --&gt;</description>
      <pubDate>Thu, 08 May 2014 01:20:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1469132</guid>
      <dc:date>2014-05-08T01:20:29Z</dc:date>
      <clearspace:dateToText>6 months 7 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</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=1">lingo</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">new()</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">#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:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Full Shockwave Installer that IS!</title>
      <link>https://forums.adobe.com/thread/1265153</link>
      <description>&lt;!-- [DocumentBodyStart:99b01349-eb33-4bb5-b297-8fe9d6afd86e] --&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 need to have a way to have folks be able to download the full installer because of some of the xtras it contains. Used to be that you could use &lt;a class="jive-link-external-small" href="http://" rel="nofollow"&gt;http://www.adobe.com/shockwave/download/alternates/#sp&lt;/a&gt;. And that seems to be the current recommendation, even up to a few days ago. However, a click on the link for full and for slim give the same size, so I can't see how one is full and the other is slim. Where does one reliably get the full installer? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Rod&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:99b01349-eb33-4bb5-b297-8fe9d6afd86e] --&gt;</description>
      <pubDate>Mon, 29 Jul 2013 20:29:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1265153</guid>
      <dc:date>2013-07-29T20:29:03Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Location for Download Full Installer V12.0.2</title>
      <link>https://forums.adobe.com/thread/1193661</link>
      <description>&lt;!-- [DocumentBodyStart:3e3479dd-64ac-4379-80a1-a309caf70751] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This link &lt;a class="jive-link-external-small" href="http://www.adobe.com/shockwave/download/alternates/#sp" rel="nofollow"&gt;http://www.adobe.com/shockwave/download/alternates/#sp&lt;/a&gt; is given as the link to download most recent full installer. However, the link only lists Shockwave Player V11, not 12. Is there a more recent or updated link?&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;Rod&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3e3479dd-64ac-4379-80a1-a309caf70751] --&gt;</description>
      <pubDate>Wed, 17 Apr 2013 00:15:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1193661</guid>
      <dc:date>2013-04-17T00:15:04Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Difficulty with Speech Xtra working in Shockwave in Firefox &amp; Chrome</title>
      <link>https://forums.adobe.com/thread/1193663</link>
      <description>&lt;!-- [DocumentBodyStart:bdc336f5-e861-49ff-a336-b5b2a4a54a88] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;With several Director 10.5 Shockwave movies I use the Speech Xtra for 508 compliant accessibility. Problem is, it works in IE 6 through 9, but not in Firefox or Chrome. Anybody know why this would be the case?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have asked this question in the Shockwave forum, but on second thought felt it might be more appropriate for the Director forum because it involves an Xtra. Also thought someone might have a suggestion for a debugging method that would let me follow what is, or is not, happening. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help would be greatly appreciated.&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;Rod Wolford&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bdc336f5-e861-49ff-a336-b5b2a4a54a88] --&gt;</description>
      <pubDate>Wed, 17 Apr 2013 01:01:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1193663</guid>
      <dc:date>2013-04-17T01:01:33Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Speech in Shockwave Movie IE9 vs Firefox and Chrome</title>
      <link>https://forums.adobe.com/thread/1193660</link>
      <description>&lt;!-- [DocumentBodyStart:fae9bdc9-2dbf-4dcf-9535-148337249457] --&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 have several Shockwave movies that use the Director Speech X32 xtra. Not sure why, but the speech works in IE 6 and above, but does not work in Firefox or Chrome. Any suggestions for why, options to test why, or fixes?&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;Rod&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fae9bdc9-2dbf-4dcf-9535-148337249457] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">shockwave</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">xtra</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">xtras</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">shockwave_player</category>
      <pubDate>Wed, 17 Apr 2013 00:09:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1193660</guid>
      <dc:date>2013-04-17T00:09:03Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Can't get Speech.X32 to access SAPI 5.4 on a 64-bit Windows 7 machine.</title>
      <link>https://forums.adobe.com/thread/1167990</link>
      <description>&lt;!-- [DocumentBodyStart:a5950e11-8e07-434e-a108-c7cbe60e7a53] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I can't seem to get the Speech.X32 to work in a Director 10.1 projector or in Shockwave on a 64-bit Windows 7 machine. It works fine on XP and Windows 7 32 bit, but not on Windows 7 64 bit. I placed the following script in first frame of movie. On all machines it says it is available. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;on beginsprite&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if voiceInitialize() then&amp;nbsp; &lt;/p&gt;&lt;p&gt;alert "Text-to-speech is available"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; else &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert "Text-to-speech is not available" &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; end if &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;However, I imagine this is just referring to the Xtra, not to the Microsoft SAPI. I can go into the accessibility features of the Windows 7 64-bit machine and use the voice. It just won't work in my projector or shockwavae movies. I have seen a number of discussions from gamers about loosing access to the voice option on Windows 7 64 bit machines. But none seemed to offer any solution. Any ideas?&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;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Rod Wolford&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a5950e11-8e07-434e-a108-c7cbe60e7a53] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">windows_7_64_bit</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">speech.x32</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">microsoft_sapi_5.4</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">speech_to_text</category>
      <pubDate>Sun, 10 Mar 2013 19:46:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1167990</guid>
      <dc:date>2013-03-10T19:46:50Z</dc:date>
      <clearspace:dateToText>1 year 8 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Getting OSControl Xtra to load in Shockwave Movie using IE 9 browser on a Windows 7 machine.</title>
      <link>https://forums.adobe.com/thread/1143143</link>
      <description>&lt;!-- [DocumentBodyStart:8a900eb4-4689-4c1b-97d1-01f67d39d018] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello all,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For a couple of months now, I have been trying to get the OSControl Xtra to load in a Shockwave Movie built with Director 10.1 using IE 9 Browser on a Windows 7 machine. In previous posts, I had indicated that the Xtra would not load with IE 9, displaying the red X wherever an OSControl sprite was expected. However, if I loaded the same movie using FireFox or Chrome, it would load. And in subsequent loads with IE 9 it would now work. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My question had been, "Why won't the Xtra load in IE 9, but will in others. Fortunately, I think I have an answer to that question. A friend of mine discovered that when using IE 9, and the Red X appears indicating that OSControl Xtra has not downloaded, you can right click on the OSControl sprite, select properties from the menu that appears, and in the properties menu, uncheck the checkbox next to backward compatibility. Next refresh the page and suddenly you will get a VeriSign message and be given the opportunity to download the OSControls Xtra. You can try this for yourself using this sample on my site &lt;a class="jive-link-external-small" href="http://www.fofcom.com/dswmedia/BigInch6.htm" rel="nofollow"&gt;http://www.fofcom.com/dswmedia/BigInch6.htm&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now here are my new questions: 1) Is there a way modify the shockwave movie so that a person using IE9 will not have to go through this strange set of actions to view a Shockwave movie using OSControls? 2) Is there possibly be a javascript that could be included in the htm to invoke the download or turn off the backward compatibility? and 3) Does this have anything to do with the recent absence of backward compatibility of the Shockwave player to Version 10 that I have been reading about, thereby making the question moot?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Would like to hear what anyone might know about this. Thanks in advance for any comments.&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;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Rod Wolford&lt;/p&gt;&lt;p&gt;FOF&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8a900eb4-4689-4c1b-97d1-01f67d39d018] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">windows_7</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ie9</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">shockwave</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">xtras</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">shockwave_player</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ie9_download_issue</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">oscontrol_xtra</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">oscontrol</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">xtra_download_issue</category>
      <pubDate>Mon, 28 Jan 2013 18:27:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1143143</guid>
      <dc:date>2013-01-28T18:27:11Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Does OScontrols now work in Shockwave on Windows 7?</title>
      <link>https://forums.adobe.com/thread/1126948</link>
      <description>&lt;!-- [DocumentBodyStart:15dd01be-98ba-4272-b552-193b0041dd8c] --&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;For many years I have used OScontrols with MX2004 for drop down menus and other input or navigation controls. Many of our .DXR materials were converted to Shockwave and worked perfectly on the Web until Windows 7. With Windows 7 and the new Windows browser, OScontrols stopped working. A red box would appear and James Netwon decided not to upgrade unicode. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Just the other day, I was working on converting some of our materials to Director 11.5, when I happened to open a couple of our old Shockwave files on a Windows 7 machine in a browser. Low and behold, OScontrols was working! I tried Chrome and Firefox and they worked too! Am I delusional? Did I overlook something? Or does the new Shockwave (or the new browsers) now support OScontrols? Or maybe they always did and I just couldn't see it?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I just hope I haven't overlooked something and that suddenly it turns to illusion! Anyone know anything about this?&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&gt;FOF Communications&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:15dd01be-98ba-4272-b552-193b0041dd8c] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">windows_7</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">oscontrols</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">director_mx_2004</category>
      <pubDate>Sun, 30 Dec 2012 15:50:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1126948</guid>
      <dc:date>2012-12-30T15:50:15Z</dc:date>
      <clearspace:dateToText>1 year 10 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Any good methods for 508 compliance with Director 11.0 or 11.5?</title>
      <link>https://forums.adobe.com/thread/1106691</link>
      <description>&lt;!-- [DocumentBodyStart:500b233a-58ec-4054-9059-0031589422dd] --&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;We have a lot of great materials developed in Director 2004 and Director 11.0 that now must be converted to meet 508 (access for impaired) standards. Are there any good places to begin thinking about this? Some have wanted us to just convert to HTML5, but this would be a nightmare for us. Much of it already has audio files in english and spanish. Unfortunately, that doesn't account for things like "capability to tab through a document" or "every graphic must have a verbal description." Any thoughts?&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;Rod&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:500b233a-58ec-4054-9059-0031589422dd] --&gt;</description>
      <pubDate>Thu, 29 Nov 2012 01:55:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1106691</guid>
      <dc:date>2012-11-29T01:55:48Z</dc:date>
      <clearspace:dateToText>1 year 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Help with Closing a Shockwave (.DCR) movie called in Moodle.</title>
      <link>https://forums.adobe.com/thread/1120602</link>
      <description>&lt;!-- [DocumentBodyStart:db202504-c295-4ad3-ae03-aef481dc3dee] --&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 have several Director MX2004 movies that are saved as Shockwave (DCR) movies that are called using htm in MOODLE 2.4+. They open and play just fine, but I haven't figured out how to close them, using lingo, after they play, so that the area from which they were called is the "active window" and the Shockwave movie is closed. Hope this makes some sense and someone can give me an idea about what to do. As it stands now, when the shockwave movie finishes, the back arrow on the browser navigation is the only way back. I'd rather just be able to click a "quit" button in the shockwave file to get back.&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;Rod Wolford&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:db202504-c295-4ad3-ae03-aef481dc3dee] --&gt;</description>
      <pubDate>Wed, 26 Dec 2012 02:04:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1120602</guid>
      <dc:date>2012-12-26T02:04:32Z</dc:date>
      <clearspace:dateToText>1 year 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Access to CourseBuilder templates in Dreamweaver CS6.</title>
      <link>https://forums.adobe.com/thread/1106690</link>
      <description>&lt;!-- [DocumentBodyStart:dde3f591-5ce0-488e-a566-2e3fd81dc401] --&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 have the CS6 E-learning Suite. I have been trying to access Coursebuilder and its templates in DreamWeaver without success. I have accessed them in Flash, but not in Dreamweaver. I can look under extensions in Dreamweaver, and see Course Builder 7.0. But I can find no way to access it. My understanding was that I should see an option for them under the file menu, but I do not. Can anyone help? &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;Rod&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dde3f591-5ce0-488e-a566-2e3fd81dc401] --&gt;</description>
      <pubDate>Thu, 29 Nov 2012 01:46:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1106690</guid>
      <dc:date>2012-11-29T01:46:01Z</dc:date>
      <clearspace:dateToText>1 year 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Help displaying Instructional Objectives 1-at-a-time using mouse down on a button on one screen.</title>
      <link>https://forums.adobe.com/thread/1071262</link>
      <description>&lt;!-- [DocumentBodyStart:6f7c5864-6d4c-4565-8c41-712e7cafaebd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am brand new to Captivate 6 and have encountered my first coding problem. I have six instructional objectives and would like to display them one at a time with a mouse click on a button. I would like some guidance either with making what I a trying to do work or in the alternative telling me what I should be doing instead. Here is what I tried to do.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. I created 6 instructional objectives on a single screen. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2. Then I created a user variable "increment_objectives." It's starting value was set to 0. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;3. Next, I built an advanced conditional action. It contained seven conditional&amp;nbsp; statements, each built the same way. The purpose of the seventh was to move to the next slide after all instructional objectives were viewed.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The advanced conditional action IF statement was:&amp;nbsp; If increment_objectives = x&amp;nbsp; then (where x varied from 0 to 7) &lt;/p&gt;&lt;p&gt;The ACTION statements contained the names of the six instruction objectives (objective_1 through objective_6) and these were either shown or hidden, based upon the increment_objectives value.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;4. This advanced conditional action was attached to the enter frame on the slide and "no action" was on the exit frame on the slide.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;5. On a Button I attached an increment value that added 1 to increment_objectives variable.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;6. I set all frame objects to "duration of slide" turning off all timing increments.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I had expected that this would increment the increment_objectives variable when the mouse was clicked and that the advanced actions conditional statements would be interpreted and display the objectives one at a time. How wrong I was. Not only did they not display, but after a few seconds, the screen would flip to the next slide.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can you offer me some help?&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;/div&gt;&lt;!-- [DocumentBodyEnd:6f7c5864-6d4c-4565-8c41-712e7cafaebd] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">button</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">captivate6</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">increment_variable</category>
      <pubDate>Mon, 24 Sep 2012 17:19:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1071262</guid>
      <dc:date>2012-09-24T17:19:18Z</dc:date>
      <clearspace:dateToText>2 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Need Help with MIAW Issue</title>
      <link>https://forums.adobe.com/thread/1041891</link>
      <description>&lt;!-- [DocumentBodyStart:9ec8634b-5843-4e75-afcd-edc0973902bd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;strong&gt;Background: &lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A. I have a movie that works as a menu to open other movies. For example here is code in a mousedown handler over a list:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; ......&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;case&lt;/span&gt; (&lt;span style="color: #008080;"&gt;x&lt;/span&gt;)&lt;span style="color: #0000ff;"&gt; of&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gmiaw = "RooferManual_Hazards_in_Roofing_Waterproofing"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lframe = 8&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #ff0000;"&gt;&amp;nbsp; --&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; go to frame 8 of movie "RooferManual_Hazards_in_Roofing_Waterproofing"&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gmiaw = "RooferManual_Your_Role_in_Safety"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lframe = 6&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #ff0000;"&gt;--&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; go to frame 6 of movie "RooferManual_Your_Role_in_Safety"&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3: etc&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;end case&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; .........&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;span style="color: #008000;"&gt;go&lt;/span&gt; &lt;span style="color: #0000ff;"&gt;to&lt;/span&gt; &lt;span style="color: #008080;"&gt;frame&lt;/span&gt; lframe &lt;span style="color: #0000ff;"&gt;of&lt;/span&gt; &lt;span style="color: #008080;"&gt;movie&lt;/span&gt; gMiaw &lt;span style="color: #ff0000;"&gt;-- I know this is not a MIAW.&amp;nbsp; I use the term for simplicity.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;B. When it opens the new movie, it closes the menu movie. When the new movie is done, the new movie is re-opened. This has worked perfectly for about 8 years.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;C. Recently, the client has asked for the ability to have a MIAW open up along side each new movie that can contain "instructor" notes. This I have been able to do, using a movie called "notes." &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When an arrow at bottom of a screen in a movie is clicked, the "notes" movie opens in a "sidebar." The movie contains two fields, one for the location of the note (moviename + frame number in the movie. These fields are saved into a notes folder as .txt files, and when present are loaded into the "notes" movie when it opens, or, when added by a user, are saved in that file. PHEW! &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This actually works pretty good -- when I run any individual movie, not using the menu to access the movie (either as projector or in author mode in MX 2004).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Problem:&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Unfortunately, When the movie is called from the menu using the code in A., those movies where I have inserted the MIAW notes option, return an error that says, for example, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;em&gt;"Unable to open file &amp;lt;the movie path&amp;gt; &amp;lt;the movie name&amp;gt; because it is already open with permission by another user." &lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This does not happen in movies where I have yet to install the notes option.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have followed the problem to the end of the "menu" movie, using break points and puts for the windowlist and I see no other window open (I get a [] for the result) nor the writing of any global value which would indicate another movie is open. Below is part of my stopMovie code to try to make sure I have no other windows open.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #008000;"&gt;on stopMovie&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;span style="color: #008000;"&gt;window&lt;/span&gt;("notes")&lt;span style="color: #008000;"&gt;.forget&lt;/span&gt;()&lt;/p&gt;&lt;p&gt;&amp;nbsp; lWindows= &lt;span style="color: #0000ff;"&gt;the&lt;/span&gt; &lt;span style="color: #008000;"&gt;windowlist&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; q = lWindows.&lt;span style="color: #008000;"&gt;count&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt; &lt;span style="color: #0000ff;"&gt; if the&lt;/span&gt; &lt;span style="color: #008000;"&gt;windowlist &lt;/span&gt;&amp;lt;&amp;gt;[]&lt;span style="color: #0000ff;"&gt; then&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;repeat with&lt;/span&gt; i = 1 &lt;span style="color: #0000ff;"&gt;to &lt;/span&gt;q&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; n= &lt;span style="color: #008000;"&gt;getat&lt;/span&gt;(lWindows,i)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #008000;"&gt;forget window&lt;/span&gt;(n)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;end repeat&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&amp;nbsp; end if&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I also have tried break points at the prepare movie and start movie handlers in the beginning of the new movie being opened, but it never reaches it. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Finally, here is code used on the arrow button within the new movie to create the "notes" MIAW. This code is used in a &lt;strong&gt;mousedown&lt;/strong&gt; handler. At this point in time, I am doing nothing in the &lt;strong&gt;beginsprite&lt;/strong&gt; handler for the behavior attached to the arrow to create the MIAW. So I can't see what effect it might be having at all. Beyond that, I HAVE NO IDEA WHAT IS GOING ON AND DON'T KNOW WHAT TO DO NEXT!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;On&lt;/span&gt; &lt;span style="color: #008000;"&gt;mousedown&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; x= &lt;span style="color: #0000ff;"&gt;the&lt;/span&gt; &lt;span style="color: #008000;"&gt;moviename&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; olditemdelimiter = &lt;span style="color: #0000ff;"&gt;the&lt;/span&gt; &lt;span style="color: #008000;"&gt;itemdelimiter&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt; the&lt;/span&gt; &lt;span style="color: #008000;"&gt;itemdelimiter&lt;/span&gt; = "."&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #008000;"&gt;y &lt;/span&gt;= &lt;span style="color: #008000;"&gt;x&lt;/span&gt;.&lt;span style="color: #008000;"&gt;item&lt;/span&gt;[1]&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gTheNotesLocation = the moviepath &amp;amp; Y &amp;amp; "Notes"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gTheNotesName = "S" &amp;amp; gFrame &lt;span style="color: #ff0000;"&gt;--gFrame is the current frame in the movie&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NotesName = &lt;span style="color: #008000;"&gt;y &lt;/span&gt;&amp;amp;&amp;amp; "S" &amp;amp; gFrame&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #008000;"&gt;window&lt;/span&gt;("notes").&lt;span style="color: #008000;"&gt;movie.member&lt;/span&gt;("moviename").&lt;span style="color: #008000;"&gt;text&lt;/span&gt; = NotesName&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;the&lt;/span&gt; &lt;span style="color: #008000;"&gt;itemdelimiter&lt;/span&gt; = olditemdelimiter&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;Result&lt;/span&gt; = baFolderExists( gtheNotesLocation )&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #0000ff;"&gt;put result&lt;/span&gt; ........., etc. rest is just preparing folder and location..........&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; Can anyone tell me what is going wrong or give me a pathway for finding out?&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;Rod Wolford&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9ec8634b-5843-4e75-afcd-edc0973902bd] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">lingo</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">miaw</category>
      <pubDate>Sun, 29 Jul 2012 16:56:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1041891</guid>
      <dc:date>2012-07-29T16:56:04Z</dc:date>
      <clearspace:dateToText>2 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

