ActiveDen

Snow Generator

How can i make it stop?

Put this line of code in the same time line where the component is and give your component an instance name, for this exmple snow_MC.

For AS2 : clearInterval(snow_MC.intervalId);

For AS3 : clearInterval(MovieClip(snow_MC).intervalId);

Can i access or modify the code?

YES ! This is not a compiled component you can access the code by editing the component.

Can the the snow flake symbol be changed?

Yes. Edit the flake_MC movie clip from the assets folder in the library.

With the AS3 version i keep getting an error on compilation: Implicit coercion of a value

You need to turn off the strict mode on the publish settings. Go to file>Publish Settings>Actionscript 3 settings… and then uncheck the strict mode.

Where do i find the inspector window?

Go to Window and select Component Inspector or press Shift + F7 on your keyboard.

by
by
by
by
by