ActiveDen

Pure AS3 Spinner Preloader

Simple but powerful class to create spinner loader animations.

With this class you only have to write a few lines to making work.

The class is well documented, using the docs used by adobe.

This is OOP class, so you can use it in a regular FLA file or in a OOP project, Flash or Flex as well.

The class size is 5kb, most of it are comments for documentation.

The class have multiple configurations:

  • Slices
  • Radius
  • Color
  • Speed

Simple to use

import net.tmeister.utils.preloaders.Spinner
var spinner:Sprite = new Spinner();
addChild(spinner)
by
by
by
by
by