"Flash Script - Falling Snow Effect"
|
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 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
"Flash Script - Falling Snow Effect" - justinOrel - 01-12-2011, 09:53 AM
RE: "Flash Script - Falling Snow Effect" - dianna - 08-01-2011, 09:59 PM
RE: "Flash Script - Falling Snow Effect" - dianna - 08-06-2011, 04:35 PM
RE: "Flash Script - Falling Snow Effect" - dianna - 08-11-2011 11:14 PM
RE: "Flash Script - Falling Snow Effect" - netshet - 08-12-2011, 08:46 PM
RE: "Flash Script - Falling Snow Effect" - jackkelly - 08-16-2012, 09:31 PM
RE: "Flash Script - Falling Snow Effect" - markslatter - 09-01-2012, 08:46 PM
|
User(s) browsing this thread: 2 Guest(s)