A Flash Developer Resource Site

Search:

Type: Posts; User: Rochella

Search: Search took 0.05 seconds.

  1. Replies
    13
    Views
    1,532

    That seems to be working, saves me the trouble ^_^

    That seems to be working, saves me the trouble ^_^
  2. Replies
    13
    Views
    1,532

    Could be, i use Flash 8. i could make you a...

    Could be, i use Flash 8.
    i could make you a quick example .fla if you want.
  3. Replies
    13
    Views
    1,532

    make sure that the first frame of the death...

    make sure that the first frame of the death sequence is unreachable(unless the spikes you touch refer you to it)
    simply said: make the first frame on the char movieclip have stop(); and name the...
  4. Replies
    13
    Views
    1,532

    No problem :) if you have any questions, feel...

    No problem :)
    if you have any questions, feel free to msg me ^_^.
  5. Looks amazing! This really reminds me of...

    Looks amazing!
    This really reminds me of "little fighters 2"
    haha ^_^
  6. Replies
    13
    Views
    1,532

    Here's what to do: You need to create a...

    Here's what to do:
    You need to create a movieclip for the "walls", next to that create another movieclip for the "touch-and-die" pieces.
    on those pieces you add this code:...
  7. Replies
    1
    Views
    1,022

    Add the actions from movieclip2 in the first...

    Add the actions from movieclip2 in the first movieclip. (not in the maintitle)
  8. Replies
    1
    Views
    623

    Depends what you want to do with flash, web...

    Depends what you want to do with flash, web design, games, ect ect.
  9. Replies
    1
    Views
    2,738

    Create a movieClip and give it the following...

    Create a movieClip and give it the following actions:
    onClipEvent (load) {
    _x = 0;
    _y = 0;
    }
    onClipEvent (enterFrame) {
    endX = _root._xmouse;
    endY = _root._ymouse;
    _x += (endX-_x);
    _y...
Results 1 to 9 of 9




Click Here to Expand Forum to Full Width

HTML5 Development Center