A Flash Developer Resource Site

Search:

Type: Posts; User: jbum

Search: Search took 0.08 seconds.

  1. Replies
    14
    Views
    59,115

    Rather than write the whole script, I'll give you...

    Rather than write the whole script, I'll give you the math, and some partial scripts in hopes that you can incorporate it into your script, and thereby learn more in the process.

    The current...
  2. Replies
    14
    Views
    59,115

    A modification. man_mc.stop(); // Use...

    A modification.



    man_mc.stop();

    // Use tx,ty to keep track of desired location
    man_mc.tx = man_mc._x;
    man_mc.ty = man_mc._y;
    man_mc.walkSpeed = .2;
  3. Replies
    14
    Views
    59,115

    Let's say you make a movie in which each frame...

    Let's say you make a movie in which each frame corresponds to one of your diagonal directions (each frame would contain a movieclip with a walk cycle of the man walking in the desired direction).
    ...
  4. Replies
    14
    Views
    59,115

    Seems like you've already done an excellent...

    Seems like you've already done an excellent analysis of what you need to do.

    What is the problem exactly?
Results 1 to 4 of 4




Click Here to Expand Forum to Full Width

HTML5 Development Center