Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to do the looping

Status
Not open for further replies.

millencolin

Technical User
Jul 13, 2000
21
AR
I saw a page where there was a flash movie with a &quot;loading&quot; animation and then the animation started.<br><br>i read something about the frame actions but i just can't get how to do that<br><br>thanx for reading this
 
Create a Layer called &quot;Actions&quot;. (Make that a habit. You don't have to do it, but it will be a mess if you don't.)<br>Next, create a keyframe where you want the movie to start looping: label it ! (e.g. &quot;LoopStart&quot;) Then create the ending keyframe, And a keyframe that is called &quot;StartMovie&quot;.<br>In the &quot;Actions&quot; layer, put this code in &quot;LoopStart&quot;:<br>&nbsp;&nbsp;If Frame Is Loaded (_totalframes)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Go to and Play (&quot;StartMovie&quot;)<br>&nbsp;&nbsp;End Frame Loaded<br>In the &quot;Actions&quot; layer, put this code in the end keyframe of the loop:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Go to and Play (&quot;LoopStart&quot;)<br><br>Gasbag--&gt;<br><br>Gasbag's Gas-of-the-Day:<br>Hope it helps !!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top