Flash CS3 Animation Looping
Loading...
8,779
Loading...
Uploader Comments (blake912)
see all
All Comments (10)
-
this is a response to yo balls.
-
shut up
-
I Am Trying To Make A Christmas Animation, And I Am Trying To Make Snow Fall In The Menu. I Don't Know What To Do.
-
me too
-
dont u know that by default, the animation will start again to start line..try put another new frame at the end..what the result??i still can't looping the frame that is located in the middle of a timeline
-
do u know the action script 2.0 code..
Loading...
Thx for the lesson. nice and clear. What software did you use for recording? I like it. Also, what was script code? I could not see it.
Thank you.
RickyLyPLLC 3 years ago
I used iShowU for the mac
send me a msg with your email and i will send you the code
blake912 3 years ago
Hey blake thanks a lot, I thought it was that simple. One question though is there a reason why you wrote the action script on the animation key frame layer and not the actions layer? Is this what you would wanna always do for this case? Thanks a lot man and great response time to my questions, wonderful!
yoballs1234 3 years ago
No, I would normally not do it this way. I always put a locked actions layer at the top because it's good practice. However, I like to do EVERYTHING through action script because of the fact that gives you great control over your animation. Especially if you only want certain things to happen based on what the user does. hope that helps
blake912 3 years ago
ok so what happens if i want the swv movie to loop the last frame over and over after playing through the whole thing once?
CheckmateTelevision 2 years ago
at the end of the last playing frame you would put:
gotoAndPlay(frame number here);
where it says "frame number here you would have it go to the frame you wanted to start at
blake912 2 years ago