Flash Help

Out of context: Reply #2

  • Started
  • Last post
  • 4 Responses
  • davi-t0

    Runs fine here but it prolly does run slow on older cpu's.

    - Use a PNG instead of a vector gradient.
    - If you're using Flash 8, use the Bitmap Caching feature since, you're only moving the X and Y and not scaling it or transforming it in any way.
    - Personnaly I can't tell there's easing on that grad really..I'd get rid of it.
    - Def get rid of the interval, use an event handler instead ie. onMouseMove(). If you want to keep the easing, just call that function without the interval on mousemove.

    That should do the trick.
    Davi-t

View thread