A Flash Developer Resource Site

Search:

Type: Posts; User: wickedwing

Search: Search took 0.04 seconds.

  1. Replies
    6
    Views
    3,552

    ty, works just fine now. Now I just need to know...

    ty, works just fine now. Now I just need to know how to keep the health number from going into the negatives :P
  2. Replies
    6
    Views
    3,552

    Decreasing health

    I'm trying to make a game where I have a "ball" object i move around with the cursor and dodge "block" objects. I have a variable called health and I want to make it so whenever the ball is hit by...
  3. Replies
    0
    Views
    1,325

    problems with two "on" statements

    What would I do if I wanted to combine two on statements?
    I want to combine an enterFrame with an on(press) statement.

    I'm creating a shooting game and am having trouble with adding a recoil...
  4. Replies
    0
    Views
    1,543

    keypress with letter keys.

    how can I make a keypress action with the letter keys. I wanna make the controls for a game with the WASD keys.
  5. Replies
    0
    Views
    2,464

    making a platform game character jump.

    I have a movie clip with 4 labeled frames(jump, idle, walk, run). I have a problem with the jumping.

    onClipEvent (load)
    {
    speed = 7;
    isJumping = false;
    jumpSpeed = 10;
    startY = _y;
    }...
  6. Replies
    2
    Views
    675

    Thanks for the help.

    Thanks for the help.
  7. Replies
    2
    Views
    675

    character movement, help please

    I'm trying to make a game. So far I have the movement down good,
    but I need some help.

    A) When I hit the UP key to jump the character continues to move up
    as I hold the key down.

    B) When...
Results 1 to 7 of 7




Click Here to Expand Forum to Full Width

HTML5 Development Center