A Flash Developer Resource Site

Search:

Type: Posts; User: nolen

Page 1 of 8 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    1
    Views
    17,975

    Check Emanuele's site: ...

    Check Emanuele's site:

    http://www.emanueleferonato.com/
  2. Replies
    1
    Views
    882

    I've sent you an email with my info. Hope to hear...

    I've sent you an email with my info. Hope to hear from you soon!
  3. Replies
    2
    Views
    884

    Sent you a PM and hope to receive an email from...

    Sent you a PM and hope to receive an email from you soon. Definitely interested.
  4. Replies
    7
    Views
    838

    So you have code on the first frame AND you're...

    So you have code on the first frame AND you're using a document class?
  5. anyone?

    anyone?
  6. Group of movieclips avoiding each other via rotation?

    I am trying to accomplish something similar to the map icons in Sims 3, where you have little clips that avoid each other but stay rotated around a static point.


    I am trying to use atan2 to...
  7. Group of clips avoiding each other via rotation

    I am trying to accomplish something similar to the map icons in Sims 3, where you have little clips that avoid each other but stay rotated around a static point.


    I am trying to use atan2 to...
  8. Replies
    0
    Views
    785

    globalToLocal problems

    I'm trying to make a zoomable/pannable map in Flash that will eventually be used on a kiosk with a joystick.

    I'm simulating this behavior right now with the mouse wheel and it works fine to a...
  9. Replies
    5
    Views
    1,687

    There's an issue with the latest Safari build on...

    There's an issue with the latest Safari build on a Mac and the Flash plugin. You can set Safari to run in 32-bit mode instead of 64-bit mode and that MIGHT fix the issue.


    Does the issue exist in...
  10. Hey I just wanted to thank you joshstrike for...

    Hey I just wanted to thank you joshstrike for your help.

    I've found my solution, which came about because of your suggestions regarding the calculation of a parabola.


    So yeah, thanks!
  11. Thanks for your reply! Your explanation...

    Thanks for your reply!

    Your explanation almost makes sense to me, but I'm lost when you mention "a scratch acceleration and it run it many times in a loop". The thought of calculating a parabola...
  12. [Box2D] Applying force to body, dependant on mouse distance (move to mouse)

    This is crossposted from the Math and Physics forum as well. I figured it would get more exposure in the Games forum.

    --

    I'm trying to create a setup where you have a player that is controlled...
  13. [Box2D] Apply force to body, dependant on mouse distance

    I'm trying to create a setup where you have a player that is controlled by clicking where you want them to move.

    What I'd like to implement is a scenario where you click the mouse, and the player...
  14. Replies
    4
    Views
    2,930

    Thanks IP, this is pretty much exactly how I was...

    Thanks IP, this is pretty much exactly how I was thinking it would work.

    I'll setup a special conditional for a single bullet so that it travels straight down, but otherwise this makes sense.

    ...
  15. Replies
    4
    Views
    2,930

    [AS3] bullet spawning pattern help

    I was curious if anyone knew of the most efficient way to spawn an arbitrary number of bullets from a specified point in a "fan" type pattern.

    I've attached an image that helps illustrate what I...
  16. Replies
    28
    Views
    3,316

    Yeah this is correct. The length is being...

    Yeah this is correct. The length is being calculated and updated properly, from what I can see. Otherwise my projections wouldn't be working, I think.

    Something with my reaction code is wrong.
  17. Replies
    28
    Views
    3,316

    Any other ball physics gurus out there?

    Any other ball physics gurus out there?
  18. Replies
    28
    Views
    3,316

    Ah, right on. Still having troubles with this...

    Ah, right on.

    Still having troubles with this if anyone has any insight.

    Thanks for the help so far, everyone.
  19. Replies
    28
    Views
    3,316

    I'm not sure I follow...

    I'm not sure I follow...
  20. Replies
    28
    Views
    3,316

    import com.nolentabner.Vector2D; var...

    import com.nolentabner.Vector2D;

    var gravity:Vector2D = new Vector2D(0, 0.8);
    var mass:Number = 5;

    // initialization of the balls
    var smallBall:Sprite = new Sprite();
    var bigBall:Sprite =...
  21. Replies
    28
    Views
    3,316

    OH. I see what you mean. What I've done is...

    OH. I see what you mean.

    What I've done is tried something similar to what you've just posted and then also putting the smaller ball to sleep if the velocity is less than a certain amount. It...
  22. Replies
    28
    Views
    3,316

    So the "if(ballDist.len+smallBall.width/2 >...

    So the "if(ballDist.len+smallBall.width/2 > bigBall.width / 2)" statement, I should multiply the movement vector by something like 0.5? That seems to slow the whole thing down and still cause a...
  23. Replies
    28
    Views
    3,316

    I just tried that and it stops the ball...

    I just tried that and it stops the ball unnaturally on either side, instead of in the middle. :( There has to be something simple that I'm missing.
  24. Replies
    28
    Views
    3,316

    Alright, I've updated the first post with the...

    Alright, I've updated the first post with the code for the Vector2D class in case anyone else wanted to compile the example and whatnot.

    I appreciate all the help so far. Thanks!
  25. Replies
    28
    Views
    3,316

    Oh poop. You're totally right. I'll upload a copy...

    Oh poop. You're totally right. I'll upload a copy of the class when I'm home from the office tonight.


    So right now I'm adding gravity to the velocity (that's the 0.8 at the beginning of the...
Results 1 to 25 of 191
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center