A Flash Developer Resource Site

Search:

Type: Posts; User: kyled

Page 1 of 14 1 2 3 4

Search: Search took 0.23 seconds.

  1. Replies
    1
    Views
    5,926

    looking for sounds / music/midi for game

    Hello, I have a game that I have been working on.( Can be seen at http://gecko-games.com/zones/).

    The game is space combat based so I am looking for appropriate sounds, possibly some menu music,...
  2. Thread: Help me

    by kyled
    Replies
    1
    Views
    1,877

    Is this something you wish to help with your...

    Is this something you wish to help with your students (guessing by your name), if so, it may be best to just google applications that best suite your needs.
  3. Thread: Problemo

    by kyled
    Replies
    2
    Views
    1,966

    I would look into existing tutorials, no point...

    I would look into existing tutorials, no point redesigning the wheel.

    As for your code, why not use a multidimensional array?

    var y = 0;
    var x = 0;
    var z = 0;
    tiles =new Array();
    for(var...
  4. Replies
    1
    Views
    1,748

    Fixed your code, Made your scorebored function...

    Fixed your code,
    Made your scorebored function return the current score, and the kill fish function checked that score.

    Your current setup has your check working with an object, there is no score.
  5. Replies
    3
    Views
    2,049

    I really dont like your controls, My suggestion...

    I really dont like your controls, My suggestion is to keep the W A S D, but add Q and E to your controls. You already have strafe, but add in keyed rotation and it would be much better.

    Another...
  6. Replies
    4
    Views
    1,453

    I can load into kongregate but it doesnt like my...

    I can load into kongregate but it doesnt like my game it all, I had to load the game into a new window and it got trashed lol.

    Whirled, well.. no

    nona I'll try later, thanks.
  7. Replies
    4
    Views
    1,453

    Sites to submit to or work with

    I have a fairly indepth mutliplayer game that I have worked on over the years.

    I have finally coded up to what I would call a more professional level of game play. Yes, I still need a few tweaks...
  8. Obviously server side handling is one of the best...

    Obviously server side handling is one of the best ways, of course you cant always do it.

    As for server calculations, dont worry! unless your game is played on a massive scale, with the speed of...
  9. Replies
    1,912
    Views
    1,284,602

    Pretty nice setup. Seems fairly simple but it...

    Pretty nice setup.

    Seems fairly simple but it took me a minuite to figure out the resource system. Gets a little annoying when you cannot get the right resource to place monsters.

    Also perhaps...
  10. If you dont need the rapid multiplayer, polling...

    If you dont need the rapid multiplayer, polling might be easiest for you.

    Sockets are nice, but they can become unstable and be a royal pain in the but.

    I will be looking later into turning my...
  11. Replies
    15
    Views
    1,072

    Theres an OLD script i posted here using php...

    Theres an OLD script i posted here using php sockets for multi user applications.

    you DO NOT need full access to the server to run php sockets (which is nice for cheap hosting) the host needs to...
  12. Replies
    6
    Views
    827

    It wouldnt be too hard to do. Flash can do real...

    It wouldnt be too hard to do. Flash can do real time multiplayer games if people would learn how to do it. Flash is limited in its graphical area (for displaying) so its not worth getting too...
  13. Replies
    9
    Views
    912

    Dont build a chat room from scratch, youll...

    Dont build a chat room from scratch, youll confuse yourself and the help sucks.

    What I did was look at a sample one, and understand how the socket works and then went further.

    I first made a...
  14. Replies
    23
    Views
    1,081

    you certain about that one?

    you certain about that one?
  15. Replies
    23
    Views
    1,081

    Try this then.... On your line movieclip /...

    Try this then....

    On your line movieclip / object for the lines, draw a filled box around, about the radius of the ball. This new object, make its alpha = 0, thus the box around the line is not...
  16. Replies
    3
    Views
    623

    There are many ways to do it. You can input a...

    There are many ways to do it.
    You can input a letter from the user, and scan the string for matching letter.
    If not a match, users 2 try, if a match, user 1 tries again.

    For choosing the phrase,...
  17. Replies
    3
    Views
    623

    The server should have tutorials and info files...

    The server should have tutorials and info files with how to work with the data. I dont have any simple flas that I can share on this sort of game
  18. Replies
    23
    Views
    1,081

    use math on the XY test. get a rough loation...

    use math on the XY test.
    get a rough loation center of ball to bar (angle to bar). Then pick the point closest to where the ball should be to the bar. Hit test it that way with x y.

    Or for a...
  19. Replies
    4
    Views
    648

    use ifs to detect the problem, even use double...

    use ifs to detect the problem, even use double ifs, If the ball hits in that area and will create that bug the do this, ie, if this block is hit and this block is there do this action that will...
  20. Replies
    4
    Views
    572

    There are some previous posts about backend...

    There are some previous posts about backend servers and chats that can lead you up to a multiplayer game. RTS Is fairly tricky in flash and takes a lot of time. There should be a post of an old php...
  21. Replies
    5
    Views
    883

    Haha Sweet! Id love to make a multiplayer game...

    Haha Sweet! Id love to make a multiplayer game for this, Resident Evil Monsters Invading an automated base and ohhhh we can make it multiplayer muahaha. But oh well... No time to do it =(
  22. Replies
    14
    Views
    1,125

    Flash Games Can be turned into larger multiuse...

    Flash Games Can be turned into larger multiuse games. Its code is easy to use, and the visual interface can make things extremely or sometimes extemely difficult. Action scripting is similar to other...
  23. Replies
    4
    Views
    804

    Heads up with multiplayer games like this,...

    Heads up with multiplayer games like this, synchronizing the turns is a biggy!

    I take it your constantly polling from the waiting player until his turn is met? Just a suggestion, have a turn...
  24. Replies
    4
    Views
    642

    Just Look around at people showing off thier work...

    Just Look around at people showing off thier work to what you like and try contacting them, I have done a couple of smaller jobs this way. They possibly could even give you a reference.
  25. Replies
    11
    Views
    1,109

    lol, I already have one of these games sitting...

    lol, I already have one of these games sitting idle on my hard drive =p
Results 1 to 25 of 349
Page 1 of 14 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center