Library of character motion
i've simple question (i hope)
i'm trying create simple character controlled via actionscript 3.0 application.
using flash 9 public alpha it's possible define movieclip series of motion of character (like "walking", "running", "talking"...) using set of frame loop?
for example:
- frame 1, label "walking"; frame 1-10 graphics of walking character loop; frame 10 gotoandplay("walking");
- frame 20, label "running"; frame 20-30 graphics of running character loop; frame 20 gotoandplay("running");
- etc.
for now, can see movieclip frame in sequence in final application without gotoandplay() effects.
it's non possible do?
can add frame script @ runtime using actionscript 3.0?
thanks lot
-g
i'm trying create simple character controlled via actionscript 3.0 application.
using flash 9 public alpha it's possible define movieclip series of motion of character (like "walking", "running", "talking"...) using set of frame loop?
for example:
- frame 1, label "walking"; frame 1-10 graphics of walking character loop; frame 10 gotoandplay("walking");
- frame 20, label "running"; frame 20-30 graphics of running character loop; frame 20 gotoandplay("running");
- etc.
for now, can see movieclip frame in sequence in final application without gotoandplay() effects.
it's non possible do?
can add frame script @ runtime using actionscript 3.0?
thanks lot
-g
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment