Stick Page Forums Archive

i need help animating snow

Started by: RemoteControlCard | Replies: 5 | Views: 1,294

RemoteControlCard

Posts: 184
Joined: Nov 2013
Rep: 10

View Profile
Dec 1, 2014 5:54 AM #1276057
so like im doing something for christmas and i need some help doing the snow. i made some pretty good snow and i classic tweened the stuff falling down but it just kind of falls down then restarts. i dont know how to make it look continuous. so any help would be appreciated
Arch-Angel
2

Posts: 9,496
Joined: Jan 2007
Rep: 10

View Profile
Dec 1, 2014 10:48 AM #1276109
I'll make a good tutorial for you when I get off work in a few hours. In the meantime of you can, familiarize yourself with masking because that's what's going to make this work

Here you go:


http://archanine.deviantart.com/art/ParticleTutorial-497729774?ga_submit_new=10%253A1417454324
RemoteControlCard

Posts: 184
Joined: Nov 2013
Rep: 10

View Profile
Dec 2, 2014 4:53 AM #1276687
thank you so much my friend! i really needed this
mx
2

Posts: 495
Joined: Feb 2012
Rep: 10

View Profile
Dec 2, 2014 8:40 AM #1276731
You could also use actionscript to do snow, its easier than animating it. This tutorial pretty easy to understand and has a .fla that you can use.

Btw change the width and height to Stage.width and Stage.height, so it automatically changes to your stage's width and height
init = function () {
width = Stage.width;
// pixels
height = Stage.height;
// pixels

and remove the t.wind line (line 17) if you want it to fall without the random movement
acb
2

Posts: 1,131
Joined: Feb 2012
Rep: 10

View Profile
Dec 2, 2014 4:05 PM #1276804
Wow MX this is really cool, I need to get into more actionscript stuff lol
RemoteControlCard

Posts: 184
Joined: Nov 2013
Rep: 10

View Profile
Dec 4, 2014 8:00 AM #1277611
oh i do crappy while handling actionscript but thank you anyway. i got the effect i was going for with that tutorial he gave me.
Website Version: 1.0.4
© 2025 Max Games. All rights reserved.