<?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: Message List - Can anybody help me set this code into an array?</title>
    <link>https://forums.adobe.com/community/edge_animate?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Fri, 23 May 2014 13:13:18 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-05-23T13:13:18Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Can anybody help me set this code into an array?</title>
      <link>https://forums.adobe.com/message/6403660?tstart=0#6403660</link>
      <description>&lt;!-- [DocumentBodyStart:ca0985e5-801b-4079-91cd-3c61777b5106] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Looked through the file,your code is right but a few corrections&lt;/p&gt;&lt;p&gt;1)Set only the group parent i.e your UK symbol to display off as your are toggling display of only this element&lt;/p&gt;&lt;p&gt;2)First element in stan button is placed outside the stage,so event setting display to visible might not make it visible&lt;/p&gt;&lt;p&gt;3)Remaining 8 buttons are placed one o top of another at x-0 y-0 place it at different positions to display them&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have done the corrections for UK button in these files&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="https://drive.google.com/file/d/0B2k82B_Y-fXCVW5xV3VZXzFfaG8/edit?usp=sharing" rel="nofollow"&gt;Countries_modified 2.zip - Google Drive&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ca0985e5-801b-4079-91cd-3c61777b5106] --&gt;&lt;img src='/beacon?t=1415897869351' /&gt;</description>
      <pubDate>Fri, 23 May 2014 13:13:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6403660?tstart=0#6403660</guid>
      <dc:date>2014-05-23T13:13:18Z</dc:date>
      <clearspace:dateToText>5 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Can anybody help me set this code into an array?</title>
      <link>https://forums.adobe.com/message/6397038?tstart=0#6397038</link>
      <description>&lt;!-- [DocumentBodyStart:c46b49c3-6c2c-40fd-b790-3b76dc4ffb1e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi I'm afraid that didn't work, I have followed your examples from the modified code your provided an they all work so it is driving me a bit mad! Could u take a look a the attached zip to see what I mean please? I just need the Stanbuttons to toggle as the Piecharts, Textwindows and Countires do! thanks so much in almost there! &lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="https://www.dropbox.com/s/2ndqzq271pklamw/Countries_modified.zip?m" rel="nofollow"&gt;Dropbox - Countries_modified.zip&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c46b49c3-6c2c-40fd-b790-3b76dc4ffb1e] --&gt;</description>
      <pubDate>Wed, 21 May 2014 08:55:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6397038?tstart=0#6397038</guid>
      <dc:date>2014-05-21T08:55:35Z</dc:date>
      <clearspace:dateToText>5 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Can anybody help me set this code into an array?</title>
      <link>https://forums.adobe.com/message/6395463?tstart=0#6395463</link>
      <description>&lt;!-- [DocumentBodyStart:71cc11da-fbe1-404f-a7b6-cb30227441df] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I think this[&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;var = sym.getSymbol (Stanbuttons).$(".UK_stan, .USA_stan"); ] should be &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-size: 12px; background-color: #f2f2f2; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;var myvar = sym.getSymbol (Stanbuttons).$(".UK_stan, .USA_stan");&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-size: 12px; background-color: #f2f2f2; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;And than &lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333; background-color: #f2f2f2;"&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;myvar&lt;/span&gt;.each(function(){&lt;/p&gt;&lt;p style="font-size: 12px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333; background-color: #f2f2f2;"&gt;$(this).fadeOut();&lt;/p&gt;&lt;p style="font-size: 12px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333; background-color: #f2f2f2;"&gt;});&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:71cc11da-fbe1-404f-a7b6-cb30227441df] --&gt;</description>
      <pubDate>Tue, 20 May 2014 19:57:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6395463?tstart=0#6395463</guid>
      <dc:date>2014-05-20T19:57:01Z</dc:date>
      <clearspace:dateToText>5 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Can anybody help me set this code into an array?</title>
      <link>https://forums.adobe.com/message/6394113?tstart=0#6394113</link>
      <description>&lt;!-- [DocumentBodyStart:2fa1db35-c265-4072-b69c-580ef7a09d87] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;HI, am so close now! Thanks for class visible tip, however I have creates a new symbol called Stanbuttons, and within this symbols there are 9 elements called UK1,UK2 etc and 9 more called USA1,USA2 etc I have grouped these into two seperate groups, one called UK and one called USA. I have given these groups a class of UK_stan and USA_stan and turned them to visible OFF. In stage&amp;nbsp; comp ready I have var = sym.getSymbol (Stanbuttons).$(".UK_stan, .USA_stan");&lt;/p&gt;&lt;p&gt;then i I have added the Stanbuttons.each(function(){&lt;/p&gt;&lt;p&gt;$(this).fadeOut();&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&gt;then in the action list for ukcountrybuttom I bave&lt;/p&gt;&lt;p&gt;sym.getSymbol("Stanbuttons").$("UK").slideToggle();&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;just as you had for the pie hart and textwindows but nothing the standard buttons are not appearing! Any ideas?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2fa1db35-c265-4072-b69c-580ef7a09d87] --&gt;</description>
      <pubDate>Tue, 20 May 2014 13:25:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6394113?tstart=0#6394113</guid>
      <dc:date>2014-05-20T13:25:04Z</dc:date>
      <clearspace:dateToText>5 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Can anybody help me set this code into an array?</title>
      <link>https://forums.adobe.com/message/6393123?tstart=0#6393123</link>
      <description>&lt;!-- [DocumentBodyStart:12f0b09a-c0ad-435f-b90e-f1bd6f6a9abe] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;For the class button to become active you need to set the display property of the element to 'visible'.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:12f0b09a-c0ad-435f-b90e-f1bd6f6a9abe] --&gt;</description>
      <pubDate>Tue, 20 May 2014 04:36:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6393123?tstart=0#6393123</guid>
      <dc:date>2014-05-20T04:36:43Z</dc:date>
      <clearspace:dateToText>5 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Can anybody help me set this code into an array?</title>
      <link>https://forums.adobe.com/message/6392226?tstart=0#6392226</link>
      <description>&lt;!-- [DocumentBodyStart:57f279a5-409c-402b-ad6c-22406a77afa6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi that is such a great help thank you so much! I have one more question, I tried to set up another symbol with elements inside to fade out and fade toggle like you had done, but am having trouble - you mentioned creating classes, where did you do this as the class button has not been selected on any of the modifications you did for me.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks you so much for your help&lt;/p&gt;&lt;p&gt;James&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:57f279a5-409c-402b-ad6c-22406a77afa6] --&gt;</description>
      <pubDate>Mon, 19 May 2014 20:56:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6392226?tstart=0#6392226</guid>
      <dc:date>2014-05-19T20:56:28Z</dc:date>
      <clearspace:dateToText>5 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Can anybody help me set this code into an array?</title>
      <link>https://forums.adobe.com/message/6388990?tstart=0#6388990</link>
      <description>&lt;!-- [DocumentBodyStart:f287893c-bf84-4fa8-b716-e86ad9f0eb96] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Her is the&amp;nbsp; modified&amp;nbsp; file&amp;nbsp; &lt;a class="jive-link-external-small" href="https://drive.google.com/file/d/0B2k82B_Y-fXCcFRsNTRkaWdtcU0/edit?usp=sharing" rel="nofollow"&gt;Countries_modified.zip - Google Drive&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Changes&lt;/span&gt;&lt;/p&gt;&lt;p&gt;1)Give unique user class names to maps('AUS'),text fields('AUS_text')and pie charts ('AUS_Chart').&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;2)Moved the fading logic to composition ready &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f287893c-bf84-4fa8-b716-e86ad9f0eb96] --&gt;</description>
      <pubDate>Sun, 18 May 2014 18:16:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6388990?tstart=0#6388990</guid>
      <dc:date>2014-05-18T18:16:58Z</dc:date>
      <clearspace:dateToText>5 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Can anybody help me set this code into an array?</title>
      <link>https://forums.adobe.com/message/6388557?tstart=0#6388557</link>
      <description>&lt;!-- [DocumentBodyStart:3c758490-050b-4453-9589-9a4e13fbaf56] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;Thanks, can you help me understand how to make an array work?&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt; &lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;I need to fade toggle a different country png for each country button and fade out the rest of the country images i.e.: when i click the UK button i need to fade toggle the UK png and fade out the other countries&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;when i click the USA button i need to fade toggle the USA ing and fade out the other countries and so on&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: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;sym.getSymbol("Countries").$("UK").fadeToggle();&lt;/span&gt;&lt;span style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;sym.getSymbol("Countries").$("USA","AUS","Hongkong","Switzerland","Ireland","Indias","Japa n","Netherlands","Spain").fadeOut();&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: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;sym.getSymbol("Countries").$("USA").fadeToggle();&lt;/span&gt;&lt;span style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;sym.getSymbol("Countries").$("UK","AUS","Hongkong","Switzerland","Ireland","Indias","Japan ","Netherlands","Spain").fadeOut();&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;etc&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;but it doesn't seem to work how i have it and i have been told to do an array but I'm not sure how?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;P&lt;span style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;roject here if you want to have a look&lt;/span&gt;&lt;span style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;a class="jive-link-external-small" href="https://www.dropbox.com/s/z9jad1pvc1abo1l/Countries.zip" rel="nofollow"&gt;Dropbox - Countries.zip&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;can you help?&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3c758490-050b-4453-9589-9a4e13fbaf56] --&gt;</description>
      <pubDate>Sun, 18 May 2014 12:50:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6388557?tstart=0#6388557</guid>
      <dc:date>2014-05-18T12:50:38Z</dc:date>
      <clearspace:dateToText>5 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

