A Flash Developer Resource Site

Search:

Type: Posts; User: Xploder

Page 1 of 20 1 2 3 4

Search: Search took 0.19 seconds.

  1. Replies
    57
    Views
    32,108

    Poll: I'll enter.

    I'll enter.
  2. Replies
    4
    Views
    1,246

    This is a paid project.

    This is a paid project.
  3. Replies
    4
    Views
    1,246

    Bump. Anyone interested? Please let me know.

    Bump. Anyone interested? Please let me know.
  4. Thread: Brainstorming

    by Xploder
    Replies
    83
    Views
    13,902

    EMP (electro-magnetic-pulse) @pseudobot nice...

    EMP (electro-magnetic-pulse)

    @pseudobot nice background story, reminds me of this: http://www.youtube.com/watch?v=9yk2ijYrLoI

    An nuclear test was underway at a blocked off area in the desert....
  5. Replies
    4
    Views
    2,192

    Hey Ray Beez, I'd like to help out. Send me a PM...

    Hey Ray Beez, I'd like to help out. Send me a PM with the details.
  6. Replies
    4
    Views
    1,717

    M4R7IN, check out this article: Collision...

    M4R7IN, check out this article: Collision Determination
  7. I like the idea of allowing a higher level of...

    I like the idea of allowing a higher level of freedom to games. I would definitly create a map in it, as long as it is aiding me in the process. Something similar to the "Warcraft 3" world editor [in...
  8. Replies
    1
    Views
    953

    [Discussion] Simulation Experiments

    The things that I enjoy doing the most with Flash, is to setup simulation experiments. Toying around with fresh gameplay ideas in the process. Recently I came across download-able prototypes to the...
  9. Replies
    14
    Views
    1,754

    Have you checked out: Drag Racer V4...

    Have you checked out: Drag Racer V4? The developer of V3 is porting the Flash game to the iPhone.
  10. Did you guys check out Stratus...

    Did you guys check out Stratus? That looks promising for multiplayer games.
  11. How about this: import flash.geom.Point var...

    How about this:

    import flash.geom.Point

    var EarthAxis:Point = new Point(100,100);
    var MoonAxis:Point = new Point(125,175);

    function setPosition(_object:MovieClip, pt:Point){
    _object._x =...
  12. Let me get this straight. So you want to set...

    Let me get this straight. So you want to set starting positions with AS, for both the "moon" and "earth" and the distance be determined by the initial positions? And then you want them to rotate...
  13. Dude... _moon._x = _anchor._x + dMag *...

    Dude...

    _moon._x = _anchor._x + dMag * Math.cos(_anchor._rotation*Math.PI/180);
    _moon._y = _anchor._y + dMag * Math.sin(_anchor._rotation*Math.PI/180);
    _moon._rotation = _anchor._rotation;
  14. Replies
    4
    Views
    1,246

    The game mechanics are pretty simple and...

    The game mechanics are pretty simple and shouldn't require much work.
  15. Replies
    10
    Views
    1,504

    mine is nitroball

    mine is nitroball
  16. Replies
    4
    Views
    1,246

    [Multiplayer Programmer] Card Game

    I've designed rules for a new card-game based off of the general 52card deck.

    The visuals are ready to go and some gameplay mechanics are done, but the multiplayer component is missing. I'm...
  17. Replies
    22
    Views
    5,353

    University Pursuit The Game of Live meets...

    University Pursuit
    The Game of Live meets Pursuit, meets University
    http://img11.imageshack.us/img11/1301/unipursuit.jpg



    ColorTheNet
    Facebook meets live Graffiti...
  18. Hey chris you need to look into projecting boxes...

    Hey chris you need to look into projecting boxes onto a line.
    If the lines of the squished boxes overlap along all normals, you have a colision.
    This method can be used for pretty much any shape:...
  19. Replies
    21
    Views
    2,483

    @Geneve, here, I did a bit of searching and found...

    @Geneve, here, I did a bit of searching and found this flash tutorial on inverse kinematics: http://www.gotoandplay.it/_articles/2004/12/inverseKinematics.php
  20. Replies
    21
    Views
    2,483

    @NickZA, there really weren't any resources I...

    @NickZA,
    there really weren't any resources I used. Just some geometry knowledge. Which was used to get 2 points out of 1, to build a cage. I provided the function to do that up above.

    @Geneve,...
  21. VENGEANCE MX, that's what break points are for....

    VENGEANCE MX, that's what break points are for.
    Set a break point and go from there.
    Break points are way better than tracing something.
    Hover over the variable and the value of it will appear.
  22. VENGEANCE MX, how's the iPhone app development...

    VENGEANCE MX, how's the iPhone app development coming along? I played around with it myself and got some polygon drawing down with quartz 2d.
    But I'm going to explore OpenGl ES next (on the 2D...
  23. I know how to do that using php/flash and have...

    I know how to do that using php/flash and have done similar things by letting the user upload custom logos, but I've never worked with ASPX.
  24. Replies
    14
    Views
    3,987

    Here is the part I'm worried about. You need to...

    Here is the part I'm worried about. You need to make sure that the least possible time is spent sending updates. If you keep sending the x,y positions, the updates will be queued up and the position...
  25. Replies
    21
    Views
    2,483

    @renderhjs AS1, seriously? How so?

    @renderhjs AS1, seriously? How so?
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center