A Flash Developer Resource Site

Search:

Type: Posts; User: Booya Climber

Page 1 of 9 1 2 3 4

Search: Search took 0.19 seconds.

  1. Replies
    24
    Views
    1,441

    Hey, im kinda new to this thread, but i want to...

    Hey, im kinda new to this thread, but i want to reply on a few of Fatherjack's points:



    Well you can also use a small set of variables if you really wanted to, all it would do is decrease the...
  2. Replies
    2
    Views
    2,659

    Hey guys, got this off of Were-Here, you can...

    Hey guys, got this off of Were-Here, you can program flash MX actions in flash 5. All you need to do is use flash 5 to make your MX actions, then open the swf in a hex editor, and change:

    4657...
  3. Theres something really annoying with my...

    Theres something really annoying with my computer, i dont know if its the motherboard or what, but when i run games, they will run fine at a good fps, then pause for half a second, then start again,...
  4. I have a 17 inch NEC multisync FE750+, with a ati...

    I have a 17 inch NEC multisync FE750+, with a ati radeon 32mb ddr. I love my moniter, but i dont like my graphics card too much, it works, but not as well as i thought it would.
  5. I dont know if you can see it from the pic, but...

    I dont know if you can see it from the pic, but my windows is a mac wannabe, btw, vts31, where did you get that aqua amp?
    http://board.flashkit.com/board/images/ieimages/2001/10/7.jpg

    ah, the...
  6. Replies
    8
    Views
    2,277

    I redid the fla, using another kind of random...

    I redid the fla, using another kind of random movement, i dont know if youll like it better or not, so give me your email, and ill send it to you.
  7. Replies
    6
    Views
    2,191

    Looking good, that is much harder than the...

    Looking good, that is much harder than the original pong. One suggestion though, instead of moving the bottom paddle with the arrow keys, use the _x position of the mouse, and the _y postition for...
  8. Replies
    8
    Views
    2,277

    OK. I wouldnt call random movement ai, because it...

    OK. I wouldnt call random movement ai, because it doesnt involve any decision making. Also, i think the move too randomly, you could try and make it less random.
  9. Replies
    8
    Views
    2,277

    Right now I can't tell, they just look like they...

    Right now I can't tell, they just look like they are moing around randomly. What are they supposed to be doing?
  10. I would guess that the enemy mc is "overshooting"...

    I would guess that the enemy mc is "overshooting" the value of 300. eg: _x+=5;, if his _x was 299, his _x would then be 304, and he would overshoot the mark of 300, and you if statment wouldnt work....
  11. Replies
    3
    Views
    530

    Hello everyone... I live in Kamloops, BC. I have...

    Hello everyone... I live in Kamloops, BC. I have found that there arent too many flashers around here, and I would like to see if there are any more. Where in BC is everyone from? Im just curious.
  12. Replies
    3
    Views
    994

    What I would do is make the pointer an mc with an...

    What I would do is make the pointer an mc with an animation of the pointer moving up, in about 100 frames. In that mc put this code:



    onClipEvent(mouseDown) {
    play();
    }...
  13. Replies
    3
    Views
    929

    Here is something that might work a bit better,...

    Here is something that might work a bit better, unless your spaceship doesnt rotate.



    onClipEvent (load) {
    laserMoveSpeed=20;
    this._rotation = _root.ship._rotation
    ...
  14. Replies
    6
    Views
    2,040

    my suggestion would to use hittest(x,y,true),...

    my suggestion would to use hittest(x,y,true), this will not do hittests on the bounding box of an mc, so you could have the boundary in 1 mc, and have it hittest. I will explain further:

    Put the...
  15. Replies
    55
    Views
    2,571

    What does Smailey mean? Or do you mean Smiley?

    What does Smailey mean? Or do you mean Smiley?
  16. Replies
    5
    Views
    1,321

    Its bad when the source is too big for notepad to...

    Its bad when the source is too big for notepad to open...
  17. You probably have to use a php script of some...

    You probably have to use a php script of some sort... You would call it from the offline movie, and the script would save the txt file. You can check out http://www.php.net for more stuff on php,...
  18. Not bad. In my opinion, the character moves too...

    Not bad. In my opinion, the character moves too slow, and you should make it accept multiple keypresses. But otherwise pretty good!
  19. Try http://www.xoasis.com... I find they are...

    Try http://www.xoasis.com... I find they are pretty good, they support php and mysql.. plus their servers are faster than brinkster(or so ive found), and they allow ftp access; however, they have a...
  20. hey... lookin good so far. Hows your tank game...

    hey... lookin good so far. Hows your tank game coming? I though that was cool. Anyways... just a couple suggestions... I assume your using hittest(x,y,true) for this. One thing that might help with...
  21. Replies
    33
    Views
    2,462

    another really good game is framed at...

    another really good game is framed at http://www.dubit.co.uk... the site is really cool too.
  22. Thread: xiao-xio

    by Booya Climber
    Replies
    4
    Views
    920

    I think they used 3dsmax with the illustrate!...

    I think they used 3dsmax with the illustrate! plugin... or another. I know with the illustrate! plugin, you can choose to render it without shading, so you would just make all the building white,...
  23. Replies
    2
    Views
    852

    FLash has an undocumented save function that you...

    FLash has an undocumented save function that you call with FScommand:


    fscommand ("save", "file.txt");


    This saves all of the variables to the txt file specified. However, I found that it...
  24. Replies
    6
    Views
    1,034

    There you go... I will believe Colin Moock over...

    There you go... I will believe Colin Moock over me anyday... I assumed a global function was a function that efffected the whole movie... O well, I know better now.
  25. All I have to say is this... Hellbelowme is just...

    All I have to say is this... Hellbelowme is just upset that his logo did not get in the finals... no offense to hell.. but I do not like that logo... to much flashiness. All I see is some guy that...
Results 1 to 25 of 215
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center