A Flash Developer Resource Site

Search:

Type: Posts; User: Greatfaith

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    2,004

    Here's an example. I drew a ball, made it into a...

    Here's an example. I drew a ball, made it into a movieclip and added this code.



    onClipEvent (load) {
    yspeed = 0;
    gravity = .3;
    }

    onClipEvent (enterFrame) {
  2. Replies
    2
    Views
    1,772

    show us your code, it's easier for us to tell you...

    show us your code, it's easier for us to tell you what to do if we can see your code.
  3. Welcome to the forums man. Great site you've...

    Welcome to the forums man.
    Great site you've found. Thanks.
  4. Replies
    6
    Views
    2,073

    What I've done so far is that I've drawn the...

    What I've done so far is that I've drawn the ground, with slopes, and I've added gravity. Here's the link to what I've created. http://www.home.no/highnorth/slope.swf

    Here's the script. Everything...
  5. Replies
    6
    Views
    2,073

    The thing is, that creating advanced physics, is...

    The thing is, that creating advanced physics, is hard for me. I have troubles writting the code. If I could get some help on this, It would be easier for me to write the code, and what I need to...
  6. Adding forces, gravity and rotation to a plane?

    A while back, I started making a little plane game. The main object of the game, is to take -off and land on different airports that's on the way.
    It's a 2D side-scrolling flying game. The reason I...
  7. Replies
    6
    Views
    2,073

    I don't know yet, but I would like to know how do...

    I don't know yet, but I would like to know how do make a ball follow a path with gravity etc, for future purposes + that I want to learn how to make a bezier curve.
  8. Replies
    6
    Views
    2,073

    Making a Bezier Curve?

    I was wondering, how to make a bezier curve, and have, e.g a ball being able to go up and down smoothly on it. What should I know, math, physics, to make this? I'm guessing vectors for the ball.
    If...
Results 1 to 8 of 8




Click Here to Expand Forum to Full Width

HTML5 Development Center