Time line question

This is a discussion on "Time line question" within the Flash & Multimedia Forum section. This forum, and the thread "Time line question are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices




Closed Thread
 
LinkBack Thread Tools
  #1  
Old May 24th, 2005, 22:27
Reputable Member
Join Date: Oct 2004
Location: Mobile, AL USA
Age: 47
Posts: 228
Thanks: 0
Thanked 0 Times in 0 Posts
Time line question

What happens if you 'start' something new (new layer, new movie clip or whatever) AFTER the last frame past the 'stop' actionscript?

In other words, movie plays, one moving portion stops, music is still playing...but you want to have something else show up on the scene when the other stuff stops. Can I just do that beginning where the other moving symbol stops moving?

I know I sound like an idiot. Hopefully you understand what I mean, despite my lack of technical phraseology. lol
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!

  #2  
Old May 25th, 2005, 02:48
Reputable Member
Join Date: Sep 2004
Posts: 144
Thanks: 0
Thanked 0 Times in 0 Posts
If it is on the same timeline then no, stopping stops the entire movie, not just that one layer. In order to do this you need to create movie Clips.

Lets say you have 2 animations. You want one to start and go to frame 10 and then stop. You want animation 2 to start on Frame 11 and go to frame 20.

Where
- = animation
0 = keyframe STOP (indicated as "stop;")
x = keyframe PLAY (no need to indicate)
() = empty frame


You make 2 SEPERATE movie clips and use this code:
Code: Select all
Movie Clip 1:
----------0()()()()()()()()()()

Movie Clip 2:
()()()()()()()()()()x--------0
Now you put both of these on the timeline in Frame 1 and Viola!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #3  
Old May 25th, 2005, 07:46
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
JohnMitch has it, but I'm not sure if he's explained it well enough :P

Quite simply, movieclips have independent timelines and can only be stopped by their own 'stop();' command. If you issue a stop on the stage then it stops the stage, but movieclips can continue.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #4  
Old May 25th, 2005, 08:19
Junior Member
Join Date: Mar 2005
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
eh the best way to learn is through digging through things, with visuals.

here you go autumn_whispers2me

www.eggrollindustries.com/example.fla

www.eggrollindustries.com/example2.fla


im pretty certain you want to do the 2nd one but the 1st one is just as easy.

o yea tell me when your done downloading them so i can delete them off cuz im gunna be uploading a bunch of stuff soon so im gunna be doing some summer cleaning on my ftp server.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #5  
Old May 25th, 2005, 14:12
Reputable Member
Join Date: Oct 2004
Location: Mobile, AL USA
Age: 47
Posts: 228
Thanks: 0
Thanked 0 Times in 0 Posts
You guys are SO awesome! 8) So do I still need to copy and paste that code, or can I just use the actionscript panel to do this stop, start, etc. thing? Man, I sound so goofy, but you guys know what I mean, I'm sure.

Thanks for those examples, btw..... Master_Phat. That helps quite a bit.

But... the other part of my confusion is this: if a new movie clip begins after the stop of the animation on another layer, and say that animation was an image fading in that should stay put and visible throughout the rest of the movie---will it stay put and visible while the other movie clips are playing?

Thanks.. I don't know what I'd do without you guys!!! 8)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #6  
Old May 25th, 2005, 15:11
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by autumn_whispers2me
But... the other part of my confusion is this: if a new movie clip begins after the stop of the animation on another layer, and say that animation was an image fading in that should stay put and visible throughout the rest of the movie---will it stay put and visible while the other movie clips are playing?
Yes, if that movieclip is still on your timeline...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #7  
Old May 25th, 2005, 17:24
Junior Member
Join Date: Mar 2005
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
:P
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #8  
Old May 25th, 2005, 20:53
Reputable Member
Join Date: Oct 2004
Location: Mobile, AL USA
Age: 47
Posts: 228
Thanks: 0
Thanked 0 Times in 0 Posts
er? lol If I were to draw the layers with content on them....


new content-----------------------------------start------------------------
content---------------------------------------stop (this layer still visible here after stop?)

Yeah. I know I'm a dork. But it's the best way I know to show you what I mean! lol

Now does it have to be a movie clip (content on bottom in example), or can it just be a static picture?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #9  
Old May 25th, 2005, 22:42
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
If there are frames after the stop then it's still visible. It's that simple. Try it and see 8)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #10  
Old May 26th, 2005, 00:43
Reputable Member
Join Date: Oct 2004
Location: Mobile, AL USA
Age: 47
Posts: 228
Thanks: 0
Thanked 0 Times in 0 Posts
Cool! 8) T'anks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread

Tags
time, line, question

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Seeing Line Breaks? Jack Franklin PHP Forum 2 Feb 24th, 2008 20:55
reading a log file one line at a time depending on timestamp eon201 PHP Forum 1 Dec 4th, 2007 05:54
Line Break DregondRahl Web Page Design 6 Jun 12th, 2007 15:33
on-line training n1gel65 Starting Out 2 Jun 11th, 2007 16:27
Adjusting time from server time to local time Tim356 Classic ASP 10 Jun 21st, 2004 14:57


All times are GMT. The time now is 23:31.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42