Tag: 3D flower twist in flash

  • HOW TO DESIGN A WATERCOLOR PORTRAIT

    Step 1 – Create the Texture Open the image in Photoshop. From here we need to create a high contrast side of the image. To do that we first need to desaturate the image (Ctrl+Shift+U) or (Image | Adjust | Desaturate). Then we need to punch up the contrast using…

  • 3D Particles rotation in flash

    1. Open a new document and set background color as black. 2. Select Layer-1, Keyframe 1. Press F9 to write the following action script. I have explained the code in the comments. import fl.motion.easing.Quartic; import fl.motion.easing.Bounce; import fl.motion.Animator3D; import main.submain.loaders.*; import main.submain.bitmapUtilities.PictureAtomizer; import main.submain.objects.Particle3D; import main.submain.geom3D.*; import main.submain.display.*; var picURLString:Array;…