Page 1 of 1
how do I make animations past frame 72???
Posted: Sun Feb 10, 2008 3:10 pm
by hoqboy
ive made an animation, but when i play, it stops at frame 72, where its highlighted. help's appreciated
Posted: Sun Feb 10, 2008 3:45 pm
by Víctor Paredes
go to project settings, and put zero as end frame (save as default if you want). your animation will be unlimited.
Posted: Sun Feb 10, 2008 6:42 pm
by fiziwig
If you are using standard AS, not PRO, you have a maximum of 3000 frames per file. Set the end frame to any number less than 3000.
Setting the ending frame to 0 in the standard version gives you NO frames of animation.
--gary
Posted: Sun Feb 10, 2008 6:53 pm
by Víctor Paredes
fiziwig wrote:Setting the ending frame to 0 in the standard version gives you NO frames of animation.
no, the animation will last until the last keyframe you add. if there is no keyframes, the animation will last zero.

Posted: Sun Feb 10, 2008 7:25 pm
by fiziwig
You're right. I stand corrected.
--gary
Posted: Sun Feb 10, 2008 8:54 pm
by hoqboy
thanks a ton

Posted: Thu Feb 14, 2008 4:23 am
by cartmanblues
Yea I was about to ask this too! Thanks!