A Flash Developer Resource Site

Search:

Type: Posts; User: shedokan

Page 1 of 3 1 2 3

Search: Search took 0.06 seconds.

  1. Replies
    19
    Views
    12,021

    anyone has a working link to the files?

    anyone has a working link to the files?
  2. Replies
    0
    Views
    559

    Flade physics engine draggable?

    Is it possible to make a draggable or something that follows the mouse (for a rag doll) in the flade physics engine?
    and if yes so how?

    thanks.
  3. help with a board game like checkers but easier

    I am trying to do something like the jump over enemies in checkers.
    here's a piece of code to check if a player tries to jump two tiles forward and if there's another player or an enemy between, and...
  4. thanks, I don't know what base is. but I changed...

    thanks, I don't know what base is.
    but I changed it a little and it works.
  5. [MX04] go one level back inside a property?

    I have this code:

    players['p'+playerN]['c'+characterN].sticks[stickDir] =
    this.attachMovie("stick", "stick_"+_root.getNextHighestDepth(), _root.getNextHighestDepth(),...
  6. Replies
    17
    Views
    6,221

    there's a better solution not involving php, it's...

    there's a better solution not involving php, it's called SmartFoxServer, the lite version of it is free.
    and it has tons of examples with an avatar chat example, and I think they have tutorials on...
  7. Replies
    1
    Views
    369

    [MX04] go one level back?

    I have a movie clip which has another movie clip inside, I want to get information about the _x position of the container movie clip from the movie clip inside without using a full path.
    how do I do...
  8. Thread: delete me

    by shedokan
    Replies
    0
    Views
    678

    delete me

    sorry for posting this, delete me!
  9. you don't use 'onRelease' for movieclips. you...

    you don't use 'onRelease' for movieclips.
    you use 'onClipEvent (mouseUp)'.
  10. make my char move the same distance each frame?

    make my char move the same distance each frame?
    _root.goToY and _root.goToX define the coordintions the movie clip is supposed to go to.
    here's my code.

    onClipEvent (enterFrame) {
    ...
  11. is it possible to create a function wich called "keyUp"?

    hello,
    I am creating a game where you press two buttons to make a bar go up.
    in my game I found a way you can cheat in the game, the way is to hold one key down and only press the other key.

    to...
  12. ok, thanks anyway.

    ok, thanks anyway.
  13. it's attached to this post.

    it's attached to this post.
  14. thanks! but there is only one problem. when I...

    thanks!
    but there is only one problem.
    when I shoot my ballit moves a lot each frame.
    is there a way to specify how much it will move each frame?
    here's my code:

    xspeed *= friction;
    yspeed *=...
  15. how could I reverse the velocities? could you...

    how could I reverse the velocities?

    could you please output the file as flash mx 2004?
    thanks.
  16. Replies
    9
    Views
    2,432

    but he just told the solution

    but he just told the solution
  17. thanks I'll try that but if someone in this forum...

    thanks I'll try that but if someone in this forum can help I will really appreciate it.
  18. how can I make a ball that my character shoots to the wall bounce?

    how can I make a ball that my character shoots to the wall bounce?
  19. Replies
    10
    Views
    1,385

    never mind I solved it

    never mind I solved it
  20. Ok thanks.

    Ok thanks.
  21. [RESOLVED] how can I make a ball that my character shoots to the wall bounce?

    how can I make a ball that my character shoots to the wall bounce?
  22. nope, don't understand. and I want the real ball...

    nope, don't understand.
    and I want the real ball to move not a fake one because I need the real ball to hit a wall and stuff like that.

    thanks.
  23. [RESOLVED] how do I make the ball look moving?

    is there a way to make the ball look like it's moving?
    look at the attached file.

    thanks.
  24. Replies
    10
    Views
    1,385

    mr malee please help

    mr malee please help
  25. Is there a better way to make this game?

    Is there a better way to make this game?
Results 1 to 25 of 71
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center