
Welcome Guest
|
#1
|
||||
|
||||
|
questions about Flash animation between Actionscript and dragging manually
Hello....I'm a new guy here...I don't know if there is a similar question that had been asked before....but I'm going to ask here anyway. While we create animation in flash, there are possibly two ways to do so....
1). using those timeline bar and drag the motion, or create motion tween; which it's faster and easier...or 2). type the motion by actionscript...however, it takes longer to create the motions... And I've been trying to test both of them...and there are couple things that I'm not quite sure whether it's true or not... a). if I used the method #1 (the provided motion tween option), will the graphics show choppy if the computer is slow?? or the framerate is low?? b). if I used the method #2 (the actionscript), will it be much smoother than the method #1??....or will it still having the same thing either computer is slow, or the framerate is slow??....or will it just slow the motion abit, but still running smoothly?? c). If the flash movie's framerate is high (like 100fps - 120fps), will it take too much memories of a computer??....will it still show choppy while running a slower computer??....does the swf file size bigger with a higher framerate?? I hope all the flash experts here can answer my questions...I'll be really appreciated it. (p.s. I am wondering, how do you create motion of a objects in actionscript... ....is it likeonClipEvent (enterFrame) { this._x = +1; } or something like this??
__________________
Flash is everything |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Flash Map Questions | omenworker | Flash MX ActionScript |
7 | 04-19-2006 12:08 AM |

Art & Design

....is it like


