smeighan Posted May 17, 2012 Posted May 17, 2012 Bug fixes: Meteor type 3 was not working. Sparkles was not working. Both are now fixed.Some examples:meteor type 1, every pixel is random . Note: your start and end colors are ignored for this effect.array_to_saveusername fuser_target AAeffect_class meteorseffect_name METEOR_RG1window_degrees 180start_color #FF0000end_color #16FF05frame_delay 100sparkles 0maxPhase 5seq_duration 5maxMeteors 5meteor_type 1submit Submit Form to create your effectOBJECT_NAME meteorsshow_frame Ndirection cwMeteor type 2: each meteor will keep the same color throughout its life. Here we have 0% for sparklesarray_to_saveusername fuser_target AAeffect_class meteorseffect_name METEOR_RG1window_degrees 180start_color #FF0000end_color #16FF05frame_delay 100sparkles 0maxPhase 5seq_duration 5maxMeteors 5meteor_type 2submit Submit Form to create your effectOBJECT_NAME meteorsshow_frame Ndirection cwHere is the same meteor type 2 but sparkles has been set to 33%array_to_saveusername fuser_target AAeffect_class meteorseffect_name METEOR_RG2swindow_degrees 180start_color #FF0000end_color #16FF05frame_delay 100sparkles 33maxPhase 5seq_duration 5maxMeteors 5meteor_type 2submit Submit Form to create your effectOBJECT_NAME meteorsshow_frame Ndirection cwHere is meteor type 3, as we go through the frame sequence a meteor will be shifted between your start and end color. any given meteor will keep its hue.sparkles set at 33% so you can compare with the above image.array_to_saveusername fuser_target AAeffect_class meteorseffect_name METEOR_RG3swindow_degrees 180start_color #FF0000end_color #16FF05frame_delay 100sparkles 33maxPhase 5seq_duration 5maxMeteors 5meteor_type 3submit Submit Form to create your effectOBJECT_NAME meteorsshow_frame Ndirection cwand finally, what if you want a meteor shower with just white.Select meteor type 2 or 3 and set start and end color = #FFFFFF.array_to_saveusername fuser_target AAeffect_class meteorseffect_name METEOR_RG2wwindow_degrees 180start_color #FFFFFFend_color #FFFFFFframe_delay 100sparkles 0maxPhase 5seq_duration 5maxMeteors 5meteor_type 2submit Submit Form to create your effectOBJECT_NAME meteorsshow_frame Ndirection cw
Recommended Posts