A Flash Developer Resource Site

Search:

Type: Posts; User: segavenger

Page 1 of 15 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    2
    Views
    644

    well im just testing this thing locally (on my c:...

    well im just testing this thing locally (on my c: drive).
    so there's no way to send this data directly from flash to a txt without being interpreted by some sort of SSL?
  2. Replies
    2
    Views
    644

    Sending variables TO a text file.

    I have mastered the fine art of loading crap from a dinky old text file.... now I need to know how to send variables TO it.
    Please help.
  3. Replies
    3
    Views
    494

    Fat lot of help the last guy was :P ...

    Fat lot of help the last guy was :P



    Anyhoo, this is what ya do :mrpimp: :

    Make a variable on the main stage called "enemy_num"

    give it a certain number.
    now whenever an enemy appears...
  4. Replies
    8
    Views
    659

    could do it this way too: mc = new...

    could do it this way too:



    mc = new Array();
    mc[0] = mov1
    mc[1] = mov2;
    mc[2] = mov3;
    _root[mc[random(mc.length)]].play();
  5. Replies
    214
    Views
    105,327

    You wrote the code like this: ...

    You wrote the code like this:


    if(this.hittest(_root.ball));
    _root.p1=_rootp1+1
    Telltarget(_root.ball)
    Play;

    It should be written like this:
  6. Replies
    214
    Views
    105,327

    well yeah that was just a basic explanation. I...

    well yeah that was just a basic explanation. I didn't add the Y collision detection. I guess the reason I like to use this form of hitTest() is because I don't have to bother with boxes and things......
  7. Replies
    214
    Views
    105,327

    I don't like hitTest() :)

    It's one of those pointless functions in Flash that need not exist.

    this is how I do collision detection:


    if((_x+_width/2>_root.object2._x-_root.object2._width/2 &&...
  8. Replies
    2
    Views
    802

    so you think it's just the way certain laptop...

    so you think it's just the way certain laptop cd-rom drives are built? if so... damn
  9. And just look how enthusiastic Rare Game...

    And just look how enthusiastic Rare Game Designers are now that they've been bought by Microsoft. ;)

    They must just get outta bed each morning and say "... Doggone it. The company I work for is...
  10. Further Proof...

    Gamecube Version:

    http://www.nintendoweb.com/media/kameo/kameo_03.jpg

    XBOX Version:

    http://www.pr.breadcrumbint.com/junk/crap.jpg
  11. Replies
    2
    Views
    802

    Drive doesn't play certain cds...

    Ok, I've got a laptop in addition to my main comp. Now for some reason this laptop's drive refuses to read certain cds. Mainly burned cds (which would make one suspicious eh?), but I also have a...
  12. Replies
    18
    Views
    682

    LOL! ... no you may not

    LOL! ... no you may not
  13. Replies
    18
    Views
    682

    yeah I felt pretty retarded when I realized what...

    yeah I felt pretty retarded when I realized what I had done HAHA

    but don't call me a bonehead you Smurf-shagger! :smoov:
  14. Replies
    18
    Views
    682

    thanks guys, but I fixed it :) I think what...

    thanks guys, but I fixed it :)

    I think what caused it was my desktop bg was an image off of a CD in my CD Rom drive, and when I went to install a program this messed with things for some odd...
  15. Replies
    18
    Views
    682

    so I should just keep clicking and it will go...

    so I should just keep clicking and it will go away? lol that's MAD
  16. Replies
    18
    Views
    682

    Help! XP Error Message from hell!

    For some reason my comp crashed unexpectedly this evening.
    When I rebooted I got one of those XP Error Report messages ("The system has recovered from a serious error.")
    .... one teeny problem......
  17. Replies
    4
    Views
    680

    well here's a basic example: wallwidth= 80...

    well here's a basic example:



    wallwidth= 80
    wallheight = 100
    wallposition = 300
    if(_x>wallposition-wallwidth && _x<wallposition && _y>wallposition-wallheight && _y<wallposition+wallheight){...
  18. Replies
    8
    Views
    1,092

    cool! this is just the kinda stuff I had in mind...

    cool! this is just the kinda stuff I had in mind :)
  19. Replies
    8
    Views
    1,092

    Game Source code

    Ok this is a somewhat odd request. But you see I know what kinda code goes into the average 2D Flash game. I really want to get my hands an just an example of source code from a professional modern...
  20. Replies
    3
    Views
    514

    sweet. thanks for the link :)

    sweet. thanks for the link :)
  21. Replies
    3
    Views
    514

    how do I programme one? (im using flash 5 btw)

    how do I programme one? (im using flash 5 btw)
  22. Replies
    5
    Views
    505

    Flash 5 is the best I think :)

    Flash 5 is the best I think :)
  23. Replies
    5
    Views
    505

    from the way I understand it, Swish is meant to...

    from the way I understand it, Swish is meant to be used as a vector-based special-fx creator.

    Flash 5 is built for game development (IMHO)
  24. how do you go about programming a frame rate...

    how do you go about programming a frame rate counter anyway???
  25. Replies
    1
    Views
    696

    Saw your stuff. Very nice, i really like it :D ...

    Saw your stuff. Very nice, i really like it :D

    it's a great style.

    anyhoo. yes Im a programmer :)

    not the best, but I can code, and make decent games.

    (Im proficient in keyboard control,...
Results 1 to 25 of 370
Page 1 of 15 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center