"Flash Script - Falling Snow Effect"
|
01-12-2011, 09:53 AM
Post: #1
|
|||
|
|||
"Flash Script - Falling Snow Effect"
do you have any script for "Flash Script - Falling Snow Effect"
Web Designers Directory | Advertise Web Design Business | Website Design |
|||
08-01-2011, 09:59 PM
Post: #2
|
|||
|
|||
RE: "Flash Script - Falling Snow Effect"
Flash Script – Falling Snow Effect
Code: type = ‘application/x-shockwave-flash’ mov = 0; <br> ran = getProperty("", _x); [/quote] Pakistan's Local Search Engine | Yellow Pages of Pakistan |
|||
08-06-2011, 04:35 PM
Post: #3
|
|||
|
|||
RE: "Flash Script - Falling Snow Effect"
I'm using this little script for an xmas ad right now The snow disappears to the right after some time due to this code:
ran = ran - 10; Just remove this line and the snow should start at the top of the screen again. I'm still having problems with some flickering in the top section of the window. I replaced this: setProperty ("", _y, 50); with this: setProperty ("", _y, 0); and that seemed to help. Wonder why... Pakistan's Local Search Engine | Yellow Pages of Pakistan |
|||
08-11-2011, 11:14 PM
Post: #4
|
|||
|
|||
RE: "Flash Script - Falling Snow Effect"
ow go back to the main timeline, and create three key frames in this layer.
8. Insert these actions into the first key frame: snowparticles = 0; i = 0; 9. Insert this action into the second key frame: if (snowparticles<150) { duplicateMovieClip("snow","snow" add i,i) scale=random(60)+10 setProperty("snow" add i,_x,random(450)) setProperty("snow" add i,_xscale,scale) setProperty("snow" add i,_yscale,scale) snowparticles++ i++ } 10. Insert this action into the third key frame: gotoAndPlay (2); Pakistan's Local Search Engine | Yellow Pages of Pakistan |
|||
08-12-2011, 08:46 PM
Post: #5
|
|||
|
|||
RE: "Flash Script - Falling Snow Effect"
how does code work
Hair Transplant |
|||
08-16-2012, 09:31 PM
Post: #6
|
|||
|
|||
RE: "Flash Script - Falling Snow Effect"
thanks for this stuff good share
buy iphone 5| iphone sim unlock| unlock iphone 5| |
|||
09-01-2012, 08:46 PM
Post: #7
|
|||
|
|||
RE: "Flash Script - Falling Snow Effect"
this is very informative stuff u have share here good work keep posting
plumber in Laguna Hills| plumbing in Laguna Hills| plumbers in Fullerton| |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)