A Flash Developer Resource Site

Search:

Type: Posts; User: bit-101

Page 1 of 15 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    3
    Views
    2,053

    sure. of course.

    sure. of course.
  2. Replies
    3
    Views
    2,053

    www.bit-101.com/ffnyc05/ session notes from my...

    www.bit-101.com/ffnyc05/

    session notes from my Flash Forward presentation in NY last week.
  3. Replies
    18
    Views
    624

    the class is at www.bit-101.com/Particle or is...

    the class is at www.bit-101.com/Particle

    or is it Particles?
  4. Replies
    18
    Views
    624

    the force is with you.

    the force is with you.
  5. Replies
    12
    Views
    2,231

    nope

    nope
  6. Replies
    12
    Views
    2,231

    Math.PI is a constant. it is always 3.14.... 180...

    Math.PI is a constant. it is always 3.14....
    180 is a constant. it is always 180.
    when Flash compiles your movie, it sees Math.PI/180 and calculates it and inserts that number into the swf. the...
  7. Replies
    12
    Views
    2,231

    there are many factors. if you are actually using...

    there are many factors. if you are actually using trig functions on degrees, and only whole number degrees, you can make a table like so:



    table = new Array();
    for (i=0; i<10000; i++) {...
  8. Replies
    12
    Views
    2,231

    just for additional info, it has pretty much been...

    just for additional info, it has pretty much been demonstrated that lookup tables are far less efficient than just using the math function in Flash. The math functions in Flash are pretty fast and...
  9. Replies
    14
    Views
    1,173

    the magazine is cool. some great articles in...

    the magazine is cool. some great articles in there. i learned a lot.
    i don't mind paying a few bucks to learn stuff.
    if you want to pay money for criticism, send me some cash and i'll gladly...
  10. Thread: Vector fields

    by bit-101
    Replies
    2
    Views
    1,015

    sometimes i even stop in here personally. it's...

    sometimes i even stop in here personally.

    it's kind of funny to me that people would be studying my files to learn about vector fields, since i don't know the first thing about them. i just saw...
  11. Replies
    4
    Views
    793

    Most Unique Asteroids Game ever.

    www.flashextensibility.com/files/other/IDEAsteroids.zip

    Flash MX 2004 only.
    Play Asteroids right in a fla in the IDE!
  12. Thread: chain class

    by bit-101
    Replies
    4
    Views
    1,523

    very nice. thanks!

    very nice. thanks!
  13. Thread: chain class

    by bit-101
    Replies
    4
    Views
    1,523

    it could be converted relatively easily. nothing...

    it could be converted relatively easily. nothing there that couldn't be done in AS1. Go for it, just give me a little credit if you do it.
    i started working on a 3d particle class.
  14. Thread: chain class

    by bit-101
    Replies
    4
    Views
    1,523

    chain class

    if you are using mx 2004, you might find this useful:
    www.bit-101.com/Chain

    also, while I'm at it,
    www.bit-101.com/Particles
  15. Replies
    20
    Views
    1,954

    thanks.

    thanks.
  16. no offense, but if you don't know the answers to...

    no offense, but if you don't know the answers to all those the day before the presentation, you are screwed. and you'd be better off hitting the books hard than posting the questions on a flash...
  17. Thread: is this true?

    by bit-101
    Replies
    21
    Views
    4,812

    check your math... 9.99746975

    check your math...

    9.99746975
  18. Thread: Sticky Balls

    by bit-101
    Replies
    16
    Views
    2,264

    ok, finally worked it out. that first code is...

    ok, finally worked it out. that first code is awesome. after about 3 pages of sketches, i realized what it is doing, and it is quite sweet. i will be using that. far simpler than what i have used.
    ...
  19. Thread: Sticky Balls

    by bit-101
    Replies
    16
    Views
    2,264

    just gave that first code yet another look. seems...

    just gave that first code yet another look. seems to work out, oddly enough. i gotta work it over a bit to be sure. seems like it's omitting several factors... :confused:
  20. Thread: Sticky Balls

    by bit-101
    Replies
    16
    Views
    2,264

    actually, the more i look at it, i think it is...

    actually, the more i look at it, i think it is too simple. when you subtract vector2 from vector1, and then use the result as the speed of both balls after collision, it results in both balls having...
  21. Thread: Sticky Balls

    by bit-101
    Replies
    16
    Views
    2,264

    that's nice code. simpler than i have been using...

    that's nice code. simpler than i have been using for the same purpose. to elaborate on the sticky problem, upon collision, the balls are overlapping. you then adjust their velocities so they will...
  22. Thread: blob

    by bit-101
    Replies
    1
    Views
    429

    blob

    new component i just made today.
    drag the blob component onto the stage, set parameters and run.

    www.bit-101.com/components/Blob_01.fla

    plan to add live preview and custom interface soon.
    any...
  23. Thread: need a 3D code

    by bit-101
    Replies
    4
    Views
    1,264

    if you keep using getProperty and setProperty,...

    if you keep using getProperty and setProperty, women will not want to have sex with you.
  24. Thread: is this true?

    by bit-101
    Replies
    21
    Views
    4,812

    my point was that they ARE two different things,...

    my point was that they ARE two different things, even though they appear the same at the outset.
  25. Thread: is this true?

    by bit-101
    Replies
    21
    Views
    4,812

    the bullet one is interesting. it demonstrates...

    the bullet one is interesting. it demonstrates the general theory of relativity. from the shooter's viewpoint. the bullet would be travelling away from him, at the speed of a bullet. from a...
Results 1 to 25 of 371
Page 1 of 15 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center