Archives by date

You are browsing the site archives by date.

  • Create amazing cosmic-inspired scene in Adobe Photoshop CS5

    In today’s tutorial we will demonstrate how to use fashion photography and various techniques to create a cosmic-inspired scene in Adobe Photoshop CS5. Layered PSD file included. Let’s get started! View Tutorial

  • Generating thumbnail previews using progressive flvs

    We probably all know by now how to play a progressive flv without Flashcom: nc = new NetConnection(); nc.connect(null); ns = new NetStream(my_nc); ns.setBufferTime(0.1); // small buffer to limit motion in preview my_video.attachVideo(ns); // my_video is a video object on stage ns.play(thefile); To turn this example into a thumbnail preview of the actual flv you…

  • Building an Arithmetic Quiz in Flash CS3: Using Textboxes

    There are several methods in ActionScript for dealing with time. We have shown before how to find a user’s response time using the getTimer() method as we did in the enanced (final) version of the Arithmetic Quiz from the tutorial, “Using Textboxes in an Arithmetic Quiz” in our Basic section. In the present tutorial, we…

  • Write On Text Effect

    Write On Text Effect – Learn this common ActionScript text animation technique. Use it wisely View tutorial