A Flash Developer Resource Site

Search:

Type: Posts; User: DonDanny

Page 1 of 2 1 2

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    2,463

    I renamed the thread, like you suggested...

    I renamed the thread, like you suggested...
  2. Replies
    1
    Views
    1,721

    Something like this was discussed before here: ...

    Something like this was discussed before here:

    http://board.flashkit.com/board/showthread.php?threadid=281136

    and here:

    http://board.flashkit.com/board/showthread.php?threadid=279907
    ...
  3. Replies
    2
    Views
    2,511

    In Flash MX you can use the new Vector-Drawing...

    In Flash MX you can use the new Vector-Drawing Features...
  4. Andries Odendaal the Creator of Conversion Kings...

    Andries Odendaal the Creator of Conversion Kings has a good Chapter of doing exactly this, in Flash 5 Studio from FoED...

    If you don't got/ or want to buy that book. There is a 80 Pages Chapter of...
  5. Replies
    3
    Views
    2,984

    If I understood you right (I'm German so...

    If I understood you right (I'm German so sometimes it's a bit tricky to understand all the Mathematical terms in English;)
    You need to bring every number you don't want to be rounded before the...
  6. Thread: bit 101

    by DonDanny
    Replies
    4
    Views
    2,050

    Hi, I support your opinion bit 101 is really...

    Hi,
    I support your opinion bit 101 is really doing some great stuff, but:

    I'm not into deleting threads or moving them. So I'll just leave this one where it is. For anyone who reads this, please...
  7. Replies
    60
    Views
    5,060

    I support iCEBERG2000s proposal. I'd also like it...

    I support iCEBERG2000s proposal. I'd also like it to be in Berlin or somewhere in Germany/Europe;)

    At the last FK conference in Singapore I spoke at, the guys (James, Trav), talked about doing one...
  8. Replies
    2
    Views
    1,828

    The code for the Object should look like this...

    The code for the Object should look like this (Flash 5):

    onClipEvent(enterFrame){

    // test if mouse is over the clip
    if(this.hitTest(_parent._xmouse,_parent._ymouse)){

    // do one of the...
  9. Replies
    3
    Views
    2,029

    If you like to rotate the canon slower as the...

    If you like to rotate the canon slower as the body, devide the amount of rotation you add to the canons rotation through a value greater than one. This should slow down rotation, but let it end at...
  10. I'm currently doing some Math Chapters for a book...

    I'm currently doing some Math Chapters for a book called "Flash MX and ActionScript Professionell" (German). The Flash 5 book was a bestseller here in Germany, but wasn't translated to any other...
  11. Replies
    1
    Views
    2,382

    As far is I understood it, you would like to stop...

    As far is I understood it, you would like to stop the object from moving on mouseover.
    So just check if the mouse is over that object with hitTest() or if it is a button with a button event, and if...
  12. Replies
    8
    Views
    3,561

    Till now the overall quality of the forum is...

    Till now the overall quality of the forum is great and some guys in here are doing really nice stuff, so I'm very pleased how it worked out. We knew that this forum would be rather small, compared to...
  13. Replies
    3
    Views
    2,365

    There are new Charting Components for MX, maybe...

    There are new Charting Components for MX, maybe that could help:

    http://www.macromedia.com/desdev/mx/flash/
  14. Maybe you should check out "Flash Math...

    Maybe you should check out "Flash Math Creativity" by FoED. I didn't read it yet, but I heard they did a great job on that one.
  15. Thread: cAlCuLaTor

    by DonDanny
    Replies
    2
    Views
    6,308

    You can, there are all the functions needed in...

    You can, there are all the functions needed in the Math Object...

    easy example:

    on(release){
    result = Math.ANYTHING(enteredValue);
    }

    The results wouldn't be as exact as in some other...
  16. I don't have a finished Billiard game but if you...

    I don't have a finished Billiard game but if you check the collusion of two balls by their distance (hit if distance <2*radius of two balls), use some of the stuff here:...
  17. Replies
    16
    Views
    9,321

    And if you wanna know the angle of a moving...

    And if you wanna know the angle of a moving object. You could figure out it's slope by taking it's last two X and Y coordinates, then devide them

    slope = (y2-y1)/(x2-x1)

    and after that throw...
  18. Replies
    13
    Views
    4,899

    That's a deal CNO, I also prefered skate or die,...

    That's a deal CNO,
    I also prefered skate or die,
    we already did the skater :)
  19. Replies
    13
    Views
    4,899

    We thought about a game. It's car racing vs....

    We thought about a game.

    It's car racing vs. skate or die, what would you like?
  20. Replies
    13
    Views
    4,899

    Hmm, basicly I contructed it when I had the time...

    Hmm, basicly I contructed it when I had the time to do so. I guess we worked 3 month on it, more or less...

    And shame on me I'll never spam again ;)
  21. Replies
    8
    Views
    4,933

    It'll take longer Ian, but if you just do it for...

    It'll take longer Ian, but if you just do it for some objects it shouldn't be that processor intensive.
  22. Replies
    2
    Views
    4,057

    seems to be really a nice tool, thanks!

    seems to be really a nice tool,
    thanks!
  23. Replies
    8
    Views
    4,933

    Hope my job as Math and Physics mod will always...

    Hope my job as Math and Physics mod will always be that easy. I coundn't explain pythagoras theorem better, so I'll just say jup exactly ...
  24. Replies
    13
    Views
    4,899

    Hi, I just liked to say hello. Hope we'll have...

    Hi, I just liked to say hello. Hope we'll have lots of fun in here and maybe learn a little Flash Math.
    We also released a pretty Math intensive site today:

    http://www.taobot.com
  25. Replies
    8
    Views
    4,933

    Just an addition, hittesting circles that way...

    Just an addition, hittesting circles that way works pretty good. You know, like radius of the two circles is half the distance, if distance is less then hit... better then the normal sqaure...
Results 1 to 25 of 46
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center