actionscript movement
- Started
- Last post
- 14 Responses
- armed_rob
Help anybody!
I did this banner:
http://www.livingbrands.dk/debit…Problem is when the phone goes slow in the tween it isent smooth at all... its done with a motiontween... and runs 18 fps.
Can anybody help me out – I can send you the fla right away.
- smoothblend0
18 fps is WAY to slow. Try making your tween smaller and play with easing.
- k770
remove the slow tween.
- armed_rob0
but its gotta be 18 fps... so it is in the banner spec.
how can I remove the slow tween?
- nuggler0
I'm not sure what the problem is, but it's not the frame rate; 18fps can look much smoother. It looks like a bunch of key frames instead of a tween in the slow part.
- ********0
Try using AS to move it over time rather than frames. 18fps is a little slow to have smooth motion at that speed though.
- armed_rob0
I know... the problem is that its animated in frames and not AS the AS is what I need help 4.
- armed_rob0
I know... the problem is that its animated in frames and not AS the AS is what I need help 4.
- ********0
search for tween.as on google. use that. tis easy enough.
- nuggler0
You can achieve what you need without scripting, just do a timeline tween, ease out 100% as it slows down, and don't have too many key frames.
- armed_rob0
nuggler... I dont understand what you is telling me?
It is a timeline tween.
- nuggler0
I know it's a timeline tween, but you can redo it so it's not jerky in the slow part. I don't know how you made it so click-click-unsmooth but it doesn't have to be that way just because it's 18fps timeline animation.
- obey460
if you click on the tween and look at the document panel, theres an "Ease" option under "Tween".
- nuggler0
maybe you should let the phone come to a complete stop for a couple of seconds.
- lostnation0
mx 2004:
import mx.effects.*;
import mx.transitions.easing.*;
var tween=new mx.transitions.Tween(this.myClip... "_alpha", null, this.myClip._alpha, 100, 10);