<p>The function .frameIndex() will change the frame of a given object. The function can also be used to return the current frame of an item. The function takes in a single parameter, that being the desired frame.</p>
<pre><code>object.frameIndex(1);
//changes 'object' to frame 1</code></pre>
<h4>See Further:</h4>
<olclass="more">
<li>Dojo Practice</li>
</ol>
</a>
</div>
<br>
<divclass="item"><!--done-->
<aname="animation">
<h3>.animation()</h3>
<p>The function .animation() will set the frame of an object. The function take in one parameter: the object's desired frame name.</p>
<pre><code>object.animation("default");
//changes 'object' to frame 'default'</code></pre>
<h4>See Further:</h4>
<olclass="more">
<li>Meteors Deluxe</li>
</ol>
</a>
</div>
<br>
<divclass="item"><!--done-->
<aname="incrementanimation">
<h3>.incrementAnimation()</h3>
<p>The function .incrementAnimation() will change the frame of an object by 1. The function takes in no parameters</p>