|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Nov 2009
Posts: 3
|
Stopping a movie for 5 seconds and then let it start again.
Making a banner in flash cs4, and trying out AS 3.0.
Any one know how i stop the movie for 5 seconds and then let it start again? Thanks for any reply. |
|
|
|
|
|
#2 |
|
Member
Join Date: Nov 2009
Posts: 40
|
I never used AS 3.0. But you can delay movies with creating an empty mc. In the first frame you stop it, than make a lots of empty frames after it, and in the last, you write your script. So the movie's need to play this mc (for example if you need 5 sec, and you use 20fps, make 20*5 = 100 frames). And when the 100 frames played, will activate the delayed action.
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Nov 2009
Posts: 3
|
Thanks for the reply, but one of the reasons i wanted to do this was to avoid "dead frames" or empty frames(even do it's inside a movie clip).
If i create it in your way, wont the file size get larger? |
|
|
|
|
|
#4 |
|
Member
Join Date: Nov 2009
Posts: 40
|
With empty frames I think won't.
|
|
|
|
|
|
#5 |
|
Moderator
Join Date: May 2002
Location: portugal
Posts: 6,767
|
hi,
Something like this: PHP Code:
__________________
read the AS forum guidelines! --> * specify your Flash version * |00.use PHP tags | 11.questions in forums only |
|
|
|
|
|
#6 |
|
Junior Member
Join Date: Nov 2009
Posts: 3
|
Exactly like that. Work very nicely.
Thanks alot. |
|
|
|
![]() |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|