Hey, I have this movie running at 12 fps and at frame 60 i need it running about 25fps. Is there some sort of action script that will allow me to do this? Also can anyone suggest any books or anything regarding learning action script? thanks for your help.
Richard_N
5:04 pm on Nov 10, 2005 (gmt 0)
just set the properties of the movie in the properties panel to 25fps, simple as that.
If its a particular pice that needs to run fast(er) you can use the setInterval() function just check its syntax in the actionscript help
Richard_N
5:34 pm on Nov 10, 2005 (gmt 0)
whopps should have read the thread in a bit more detail, you obviouly cant just aleter the frame rate, you could try the setIntrval() method but I believe this will not work with the _root movie but may be wrong. You ca use it with any clips on the main timeline though.