Ambrosia Garden Archive
    • Acceleration


      Is it posible to accelerate you main character? I mean, if a key in your keyboard is pressed long enough it would accelerate more, and if it not pressed the main character would desaccelerate...

      ------------------

    • I've started thinking about it and while there is a rather simple way to accelerate there isn't a simple way to deccelerate in a single button press. i've started work on a system since reading this, i'll let you know what i come up with.

      ------------------

    • I suspect you'll need to create an event (perhaps called IncreaseSpeed) to set an attribute in the event.

      Speed add 3

      Then under options tab, add a keydown, "u" for "up" perhaps, to call up the IncreaseSpeed event. You'll need to create a separate event with a separate keydown to DecreaseSpeed.

      ------------------
      -- Debra
      Danillitphil Productions

    • Here are my thoughts on the matter...
      (url="http://"http://ellrx.250free.com/accel.pdf")Acceleration(/url)

      ------------------