Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 691 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 691 Bytes

as3-snowfall

AS3 Snowfall is an ActionScript 3 partical emitter class you can add to any ActionScript 3 project or banner easily.

There is no need to edit Class file. Simply import the class or set the Document Class to Snow and that's all you need.

Is it very easily customizable however if you choose. The class file Snow.as is commented to quickly and easily see where to customize. The options you can change are:

  • Color
  • Range is random size
  • Location (x,y)
  • Speed of snowfall
  • Speed of Drift

This Class file creates snowflakes (sprite) dynamically, but can also easily be modified to addChild() MovieClips from the library as well, to drop things such as leaves, rain, etc.