A Flash Developer Resource Site

Search:

Type: Posts; User: kendude

Page 1 of 20 1 2 3 4

Search: Search took 0.23 seconds.

  1. Replies
    15
    Views
    737

    I sent AdityaSharma this over a year ago...This...

    I sent AdityaSharma this over a year ago...This will work. Here is the highscore system: Just unstuff it. Happy Holidays to all. (I didn't read this thread, just your PM)
    EDIT: Send me your email....
  2. Here is a fight engine I built, it is nearly...

    Here is a fight engine I built, it is nearly complete. I started to add the collision checks, but I haven't been programming since early this spring, last month I did about 10 minutes worth of work...
  3. Thanks Xploder, tomorrow night I'll have a go at...

    Thanks Xploder, tomorrow night I'll have a go at correcting those bugs. Your link resulted in: "HTTP1.1 STATUS 403 Remote Access to this object forbidden This file cannot be directly accessed from...
  4. Random, I need to look into that bug. Tomorrow...

    Random, I need to look into that bug. Tomorrow night, too tired right now.
    Freakwncy, press "R" to restart a level or in the editor hit "M".
    In regards to scrolling titles/menus...They now move at...
  5. [beta] Carry and Climb (Blockdude remake, no music yet, need level design)

    I could really use some help making levels for this game. The first level is mad easy, the second is incomplete. If anyone has a spare minute or two, some help would sure be appreciated. You can play...
  6. Replies
    36
    Views
    2,055

    Motivation is one thing. Time and energy are two...

    Motivation is one thing. Time and energy are two other factors that can cramp motivation for real. At my last job I had plenty of downtime to work on my own games and I wrote a lot of material and...
  7. Replies
    25
    Views
    1,569

    You know your the man :) . Its nice that you...

    You know your the man :) . Its nice that you getting the recognition you deserve. Happy Birthday too.
  8. Replies
    10
    Views
    599

    Damn clever Martyn! I didn't play for long...got...

    Damn clever Martyn! I didn't play for long...got to make dinner, but it was one of the better concepts that have passed through here in a while. With some cosmetic dressing this could go far.
    ...
  9. [help] Level Editor, Level Tester & php...

    I've got the level editor that I save permanent map data to a text file after I create a level I am happy with. I want to put the editor and tester online so I can get some cool levels from folks on...
  10. Replies
    75
    Views
    3,500

    How old are you? 28, I'll be 29 quite soon. ...

    How old are you? 28, I'll be 29 quite soon.

    How many years have you been working with Flash? Only seriously since 2 years ago.

    How advanced is your programming? I get by.

    Do you make...
  11. Check your pm.

    Check your pm.
  12. Replies
    10
    Views
    864

    Check your pm.

    Check your pm.
  13. Replies
    2
    Views
    592

    Thanks for the tip Mike. In the map editor...

    Thanks for the tip Mike. In the map editor (modified version of Klas') I output a 2d array in string form and now I also output a 1d array (as a string) to an output box so the user can copy that and...
  14. Replies
    2
    Views
    592

    [help] paste an array into input box

    What can I do to keep a 2d array as an array when I paste it into a user input text box, it keeps turning it into a string when I try to set the map variable to the variable assigned to the user...
  15. Replies
    8
    Views
    1,541

    I kind of wished you'd let us know they were...

    I kind of wished you'd let us know they were circles right off the bat. I thought it was going to be something more challenging. I myself don't think any major calculations are necessary. I use a...
  16. Replies
    8
    Views
    1,541

    The link on this page should be helpful, but may...

    The link on this page should be helpful, but may be overkill for your needs; http://www.flashtalker.org/detail-1144589.html .

    What type of game is this? Could you show us an example of the shapes?...
  17. Replies
    10
    Views
    882

    http://www.actionscript.org/forums/archive/index.p...

    http://www.actionscript.org/forums/archive/index.php3/t-6415.html or http://www.killersites.com/mvnforum/mvnforum/viewthread?thread=762 or...
  18. Replies
    4
    Views
    554

    You have to initialize all your vars before...

    You have to initialize all your vars before starting over. Inside a functio have something like "speed=0;" or something.
  19. Replies
    92
    Views
    3,469

    Best Art : MechaPiano Most Fun : Abministrator...

    Best Art : MechaPiano

    Most Fun : Abministrator

    Most hard work : MD004 (Never played it, but seeing that it is multiplayer, he got my vote)

    Most original : HumanChimp

    All around goodness :...
  20. You boys should've saved those gems for the...

    You boys should've saved those gems for the 48hour contest ;) .
  21. Replies
    14
    Views
    639

    Incredible. The detail level is on par with the...

    Incredible. The detail level is on par with the rest of the game. Full steam ahead!
  22. Replies
    170
    Views
    12,414

    I'm at work, but as soon as I get home, I'll...

    I'm at work, but as soon as I get home, I'll change mine to "Press n' Release" rather than Toss/Throw. I agree with Strille that Toss/Throw doesn't mean much and isn't very insightful for the player....
  23. Here is a quick fix:move_fighters = function () {...

    Here is a quick fix:move_fighters = function () {
    this._x += this.xspeed;
    if (this._x<=-30) {
    this.reset();
    }
    if (_root["bullet_"+m].hitTest(this)) {
    this.removeMovieClip();...
  24. Replies
    17
    Views
    823

    The Pongo mission just didn't feel right. My...

    The Pongo mission just didn't feel right. My suggestion...Even though it would be different from the previous mission, the weapon ball should shoot out automatically so the player only needs to worry...
  25. Replies
    9
    Views
    1,152

    No spaces...

    No spaces...
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