<?xml version="1.0" encoding="UTF-8"?>
<posts type="array">
  <post>
    <body>unsad, but true, yes, and i know why but i shan't say because it will cause more posts if i say</body>
    <body-html>&lt;p&gt;unsad, but true, yes, and i know why but i shan&amp;#8217;t say because it will cause more posts if i say&lt;/p&gt;</body-html>
    <created-at type="datetime">2009-07-04T08:34:06-07:00</created-at>
    <flaggings-count type="integer">0</flaggings-count>
    <forced-visibility-state type="boolean">true</forced-visibility-state>
    <forum-id type="integer">2</forum-id>
    <hidden-by-id type="integer" nil="true"></hidden-by-id>
    <id type="integer">1063007</id>
    <post-number type="integer">210</post-number>
    <topic-id type="integer">46296</topic-id>
    <updated-at type="datetime">2009-09-17T03:21:40-07:00</updated-at>
    <user-id type="integer">1834940</user-id>
  </post>
  <post>
    <body>ok well thank you anyway. i guess i cant make my game :*(</body>
    <body-html>&lt;p&gt;ok well thank you anyway. i guess i cant make my game :*(&lt;/p&gt;</body-html>
    <created-at type="datetime">2009-07-03T13:31:03-07:00</created-at>
    <flaggings-count type="integer">0</flaggings-count>
    <forced-visibility-state type="boolean">true</forced-visibility-state>
    <forum-id type="integer">4</forum-id>
    <hidden-by-id type="integer" nil="true"></hidden-by-id>
    <id type="integer">1060801</id>
    <post-number type="integer">4</post-number>
    <topic-id type="integer">48064</topic-id>
    <updated-at type="datetime">2009-09-17T03:30:31-07:00</updated-at>
    <user-id type="integer">1834940</user-id>
  </post>
  <post>
    <body>well are you sure the framerate is 30 fps?
you could always try doubling the fps.
also im no flash expert but where it says gotoAndPlay(1);
perhaps try just a play(); function, it might fix it.</body>
    <body-html>&lt;p&gt;well are you sure the framerate is 30 fps?&lt;br /&gt;
you could always try doubling the fps.&lt;br /&gt;
also im no flash expert but where it says gotoAndPlay(1);&lt;br /&gt;
perhaps try just a play(); function, it might fix it.&lt;/p&gt;</body-html>
    <created-at type="datetime">2009-07-02T13:53:41-07:00</created-at>
    <flaggings-count type="integer">0</flaggings-count>
    <forced-visibility-state type="boolean">true</forced-visibility-state>
    <forum-id type="integer">4</forum-id>
    <hidden-by-id type="integer" nil="true"></hidden-by-id>
    <id type="integer">1058155</id>
    <post-number type="integer">2</post-number>
    <topic-id type="integer">48066</topic-id>
    <updated-at type="datetime">2009-09-17T03:30:31-07:00</updated-at>
    <user-id type="integer">1834940</user-id>
  </post>
  <post>
    <body>copypast
&lt;blockquote&gt;&lt;cite&gt;Originally posted by &lt;b&gt;&lt;a href='/forums/4/topics/48027?page=1#posts-1057466'&gt;Kingfish34&lt;/a&gt;:&lt;/b&gt;&lt;/cite&gt;&lt;br&gt;&lt;p&gt;Correct&amp;#8230; Returns the value in the =&amp;#8217;s which is false.&lt;/p&gt;
&lt;p&gt;= assignment Operator&lt;/p&gt;
&lt;p&gt;Usage expression1 = expression2&lt;/p&gt;
&lt;p&gt;Language Version :  ActionScript 3.0 &lt;br /&gt;
Flash Player 8.5 :  Flash Player 9&lt;/p&gt;
&lt;p&gt;Assigns the value of expression2 (the operand on the right) to the variable, array element, or property in expression1. Assignment can be either by value or by reference. Assignment by value copies the actual value of expression2 and stores it in expression1. Assignment by value is used when expression2 is a primitive value, which means that its data type is either Boolean, Number, int, uint, or String. Assignment by reference stores a reference to expression2 in expression1. Assignment by reference is commonly used with the new operator. The new operator creates an object in memory, and a reference to that location in memory is assigned to a variable.&lt;/p&gt;
&lt;p&gt;Note: In ActionScript 3.0 all values (including primitive values) are objects, and all assignment is done by reference, but primitive objects have special operators that allow them to behave as if they are assigned by value.&lt;/p&gt;
&lt;p&gt;Operands expression1:* &#8212; A variable, element of an array, or property of an object.  &lt;br /&gt;
 expression2:* &#8212; A value of any type.&lt;/p&gt;
&lt;p&gt;Result Object &#8212; The assigned value, expression2.&lt;/p&gt;&lt;/blockquote&gt;

copypasta</body>
    <body-html>&lt;p&gt;copypast&lt;br /&gt;
&lt;blockquote&gt;&lt;cite&gt;Originally posted by &lt;b&gt;&lt;a href=&quot;/forums/4/topics/48027?page=1#posts-1057466&quot;&gt;Kingfish34&lt;/a&gt;:&lt;/b&gt;&lt;/cite&gt;&lt;br&gt;&lt;p&gt;Correct&amp;#8230; Returns the value in the =&amp;#8217;s which is false.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;= assignment Operator&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Usage expression1 = expression2&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Language Version :  ActionScript 3.0 &lt;br /&gt;&lt;br /&gt;
Flash Player 8.5 :  Flash Player 9&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Assigns the value of expression2 (the operand on the right) to the variable, array element, or property in expression1. Assignment can be either by value or by reference. Assignment by value copies the actual value of expression2 and stores it in expression1. Assignment by value is used when expression2 is a primitive value, which means that its data type is either Boolean, Number, int, uint, or String. Assignment by reference stores a reference to expression2 in expression1. Assignment by reference is commonly used with the new operator. The new operator creates an object in memory, and a reference to that location in memory is assigned to a variable.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Note: In ActionScript 3.0 all values (including primitive values) are objects, and all assignment is done by reference, but primitive objects have special operators that allow them to behave as if they are assigned by value.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Operands expression1:* &#8212; A variable, element of an array, or property of an object.  &lt;br /&gt;&lt;br /&gt;
 expression2:* &#8212; A value of any type.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Result Object &#8212; The assigned value, expression2.&lt;/p&gt;&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;copypasta&lt;/p&gt;</body-html>
    <created-at type="datetime">2009-07-02T13:51:13-07:00</created-at>
    <flaggings-count type="integer">0</flaggings-count>
    <forced-visibility-state type="boolean">true</forced-visibility-state>
    <forum-id type="integer">4</forum-id>
    <hidden-by-id type="integer" nil="true"></hidden-by-id>
    <id type="integer">1058150</id>
    <post-number type="integer">11</post-number>
    <topic-id type="integer">48027</topic-id>
    <updated-at type="datetime">2009-09-17T03:30:21-07:00</updated-at>
    <user-id type="integer">1834940</user-id>
  </post>
  <post>
    <body>in actionscript 2.0 how might i use actionscript to increase the framerate of a movieclip when a certain thing happens for example on a button with the on(release) {
} 

handler

how could i make the button increase the framerate of my movieclip or the speed at which it is played?</body>
    <body-html>&lt;p&gt;in actionscript 2.0 how might i use actionscript to increase the framerate of a movieclip when a certain thing happens for example on a button with the on(release) {&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;handler&lt;/p&gt;
&lt;p&gt;how could i make the button increase the framerate of my movieclip or the speed at which it is played?&lt;/p&gt;</body-html>
    <created-at type="datetime">2009-07-02T13:23:00-07:00</created-at>
    <flaggings-count type="integer">0</flaggings-count>
    <forced-visibility-state type="boolean">true</forced-visibility-state>
    <forum-id type="integer">4</forum-id>
    <hidden-by-id type="integer" nil="true"></hidden-by-id>
    <id type="integer">1058046</id>
    <post-number type="integer">1</post-number>
    <topic-id type="integer">48064</topic-id>
    <updated-at type="datetime">2009-09-17T03:30:30-07:00</updated-at>
    <user-id type="integer">1834940</user-id>
  </post>
</posts>
