Hope you can help me on a Timeline question

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Hope you can help me on a Timeline question
nomadesign
CZ Super Newbie
nomadesign has been a member for over 19 year's 19 Year Member
usa.gif
Status: Offline
Joined: Jun 24, 2004
0.01 posts per day
Posts: 71
Points: 2,907
   
is there away one can change the timeline duration. ei in Final Cut pro you can set the duration to any number 7 sec or whatever you want.
Reason I want to add several pictures to show for 6 sec. and then move on to the next picture. I don't want to have to figure out where the next keyframe will have to be.

thanks
damon
PS I'm using Flash MX 2004



Back to top Reply with quote
#2   
GoddsEgo
PayPal Donation
CZ Moderator
GoddsEgo has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Jun 26, 2003
0.16 posts per day
Posts: 1211
Points: 69,166
 Yahoo Messenger  
Hi Nomad,

I am not sure if this is what you are asking but probably the easiest way would be to to set the frames per second to 1. 6 frames 6 seconds.

To change the frame rate in menu klik modify> document.

The only problem I see with doing that is if you are fading or scrolling something then it would KISS that all up. But if its just a basic slide show that flips thru pics then it will work fine



Back to top Reply with quote
#3   
nomadesign
CZ Super Newbie
nomadesign has been a member for over 19 year's 19 Year Member
usa.gif
Status: Offline
Joined: Jun 24, 2004
0.01 posts per day
Posts: 71
Points: 2,907
   
I forgot to thank you GoddsEgo
-damon



Back to top Reply with quote
#4   re: Hope you can help me on a Timeline question
wolf
CZ Active Member
wolf has been a member for over 20 year's 20 Year Member
usa.gif indiana.gif
Occupation: Student; Flash, HTML, PHP developer
Age: 33
Gender: Male
Status: Offline
Joined: Jul 25, 2003
0.02 posts per day
Posts: 168
Points: 10,417
AIM Address Yahoo Messenger MSN Messenger 
A transition from picture to picture would look very nice. It's up to you, but here's an alternative.

Put this in frame 1 action panel. The action panel can be found by pressing F9, and making sure you have Frame 1 selected.
this.createEmptyMovieClip("timer",50);
timer.onEnterFrame = function()
{
        if (this.startTime>0)
        {
                var diff = getTimer()-this.startTime;
                if (diff>this.timerLength)
                {
                        this.target.play();
                        this.startTime = 0;
                }
        }
};
function pauseFor(theTime)
{
        stop();
        timer.timerLength = theTime;
        timer.startTime = getTimer();
        timer.target = this;
}


Now go to the frame that has your pictures, and enter this code into the Action panel. Again, hitting F9 if it has dissapeared.
pauseFor(6000);


6000 tells it to pause on that frame for 6 seconds. If you would like to pause for 11 seconds, the number would be 11000. 30 seconds? 30000. Just make sure there are 3 zeros at the end.



_________________
[ Register or login to view links on this board.]
Back to top Reply with quote
#5   
nomadesign
CZ Super Newbie
nomadesign has been a member for over 19 year's 19 Year Member
usa.gif
Status: Offline
Joined: Jun 24, 2004
0.01 posts per day
Posts: 71
Points: 2,907
   
Thank you very much Wolf.
I will try this and pass it along to others that need it and of course give you credit.
-damon icon_biggrin.gif



Back to top Reply with quote
#6   re: Hope you can help me on a Timeline question
Cucumber
CZ Newbie
Cucumber has been a member for over 18 year's 18 Year Member
Gender: Male
Status: Offline
Joined: Nov 18, 2005
0.00 posts per day
Posts: 1
Points: 19
   
Hi there!
For making Flash SlideShow i use the proggy from geovid,that records images to SWE Flash.Its really good program and i advise you it.You can download it from:http://geovid.com/Flash_SlideVidShow/



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum