Computer Science Canada

Flash

Author:  Blade [ Thu Apr 24, 2003 8:30 pm ]
Post subject:  Flash

i dont know of any other place to post this, but if anyone has any experience with flash, i'd like to know if you know how i could pause for a duration of seconds on a frame... so, how can i pause on frame 1 for like 30 seconds, then show frame 2?

Author:  Tony [ Thu Apr 24, 2003 8:55 pm ]
Post subject: 

put a 30 seconds worth of blank frames in between Laughing

seriosly though, there's some code to get system's time. You can use that in a same way you use turing's wallclock and keep track of time passed based on system's clock inside the loop, there you goto frame 2 (ofcourse you have to be in stopped mode so it doesnt play by itself)

Author:  Asok [ Thu Apr 24, 2003 8:55 pm ]
Post subject: 

just use empty/blank keyframes

Author:  krishon [ Mon May 19, 2003 9:25 pm ]
Post subject: 

keyframes are the easiest way. theres another way to do it but u need a crap load of frames. Take the speed (frames/second) and mulitply it by 30. then u add the number of frames equal to the product of that thing.


: