actionscript

Tag details

Welcome to the 'actionscript' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'actionscript'.

Look up Offsite Link "actionscript" at The Free Dictionary

Latest blogosphere posts tagged “actionscript”

  • Creation of a Flash Stabilize! clone using Box2D – part 3


    Emanuele FeronatoAuthority Authority: 419
    Here we are with the 3rd step. Read steps 1 and 2 , then continue with this post. One thing I missed in Stabilize! was the “next” feature, something showing the block we are going do drop after the current one. The first time I saw this feature was in Tetris… now try to imagine yourself playing Tetris ...
    18 hours ago
  • Modifiers in Unity3D


    Everyday FlashAuthority Authority: 103
    Ringo from FlashBookmarks asked me if there were modifiers similar to AS3Dmod in Unity . I searched for something similar some time ago, but didnt find anything interesting. However, when I was starting C# scripting, I ported two of the modifiers from AS3Dmod - Bend and Twist . So I thought to share them with ...
    19 hours ago
  • VTC Adobe Flash ActionScript 3.0 For Designers-iNKiSO


    FileBetaAuthority Authority: 148
    Adobe Flash is the world’s leading authoring tool for creating media-rich web sites, web applications, online games, streaming audio and video presentations, animated greeting cards and much more. Learning ActionScript, Flash’s internal scripting language, is the key to creating these types of engaging and ...
    23 hours ago
  • Actionscript/xml Flash Guru


    Get a Freelance JobAuthority Authority: 179
    Need to make change to transition and many small detail changes like aligning boxes, aligning text, adjusting form so when you tab it goes to next field and clears old field. These changes are to a flash coming soon page. Approximately 2-3 hours of work for qualified actionscript/xml flash developer that can pay ...
    1 day ago
  • Todd Yard: Foundation ActionScript 3.0 Image Effects


    Free Your Mind All Free DownloadAuthority Authority: 161
    Foundation ActionScript 3.0 Image Effects | friends of ED | 2009 | ISBN: 1430218711 | 700 pages | PDF | Foundation ActionScript 3.0 Image Effects discusses the ins and outs of graphical manipulation through code of all the different elements available in a Flash project, from vectors to bitmaps to videos, from ...
    2 days ago
  • ActionScript 3.0 Design Pattern Starter Kit


    ActionScript 3 Design PatternsAuthority Authority: 113
    Over the years, Chandima and I have created several tools for helping ActionScript 3.0 developers create and use Design Patterns. For those who have recently decided to take the leap into coding patterns, this post provides one-stop shopping for getting started. For the old-timers, it represents a place where you can ...
    2 days ago
  • Augmented Ribbons


    James AllibanAuthority Authority: 106
    Here I’ve combined 2 reoccurring themes that run throughout my work – Augmented Reality and ribbons . It is an evolution of the particle trails code from AR Particle Beam . Initially I wanted to create a flocking effect for the ribbons, but didn’t quite get that far and ended up cheating. This will be the ...
    2 days ago
  • The error problem in AS3


    Ghost23 BlogAuthority Authority: 91
    Juten Tach, this post was inspired by a topic, i am interested a bit lately, “Functional Programming”. There is a very informative series of videos over on channel9, that covers functional programming, moderated by Erik Meijer from Microsoft Research. I have not yet made it through every bit of the topic, but ...
    2 days ago
  • Spirography


    onebyoneblogAuthority Authority: 106
    My wife mentioned something about Spirographs yesterday, so I thought "hey - why not make one in actionscript". Two seconds of googling found the formulas I was looking for (as well as a nifty java example), and about 10 minutes of coding had something up and running in Flash. Play around with the sliders and [...]
    2 days ago
  • Load external SWF in AS3


    ilike2FlashAuthority Authority: 112
    In this Flash tutorial you will learn how to load an external SWF file using Actionscript 3.0. In Actionscript 2.0 you could use the MovieClipLoader class or the loadMovie command to load an external SWF file, but now in AS3 you have to use the Loader class. The Loader class was also used in a previous tutorial which ...
    2 days ago
  • Extend Flash Template – Simple! by aClient


    Pro Freelance ProjectsAuthority Authority: 177
    I have a simple job for an Actionscript/php programmer. I have a template that i want extended. It is a dynamic playlist flash video template. The template is from the adobe website and can be accessed via the following link: http://www.adobe.com/devnet/flash/articles/video_playlist.html… (Budget: $30-250, Jobs: ...
    2 days ago
  • MiniBuilder - Flash based IDE for ActionScript


    FLEX{er}Authority Authority: 106
    Flash MiniBuilder is a lightweight IDE created for developing programs written in ActionScript 3. Flash MiniBuilder is itself written in ActionScript. Two of the main raison tobe of MiniBuilder are: provide a completely free and cross platform alternative for developing ActionScript projects. provide an editor ...
    3 days ago
  • Did You Know? Get Compiled Actionscript File Bytes via SWC Export


    Summit Projects Flash BlogAuthority Authority: 103
    We’ve often gone about the run-around method to find out how many bytes a particular class or package of Actionscript files adds to a compiled swf. In the pre CS4 days (unless there was something of which we were unawares) we often created a new AS3 fla, imported and declared only the classes to be tested, and then ...
    4 days ago
  • 9 Very Useful Animation Library/Engine For AS3


    Ntt.ccAuthority Authority: 118
    In previous article 9 Excellent 3D Engine For Flash/Flex/AS we have introduced some excellent 3D Engines. But we think you must need much more. Some very small lightweight, flexible animation Library will help you save effor in development work. You can handle animation or other time functionality with code by using ...
    4 days ago
  • Create an MP3 player with Adobe Flex


    TipClique TutorialsAuthority Authority: 142
    seop.com Posted by phyxx This tutorial steps you through the process of creating an MP3 player with Adobe Flex. Demo and source code included. Tags: actionscript , adobe , flash , flex , mp3 © TipClique Tutorials , 2009. | Add comment | Browse all Flash Tutorials .
    5 days ago
  • AS3 Global Object 2.0


    Uza's Blog & MoreAuthority Authority: 91
    Hello, I’ve just refreshed AS3 Global Object to version 2.0 by refactoring and simplifying most of the code. The main change is that the classes now reside in new package com.inruntime.utils and there’s only two of them (down from four) which also solves some code conflicts. Also, AS3 Global Object has got a new ...
    5 days ago
  • AS3.0 preloader part II : adding transparency


    FLANTUREAuthority Authority: 108
    It occurred to me how it would be much better if loading bar and text field in as3.0 preloader from previous post change alpha during loading process. This is what I wanted to do: both elements (loading bar and text field) start with alpha zero, then it grows constantly to alpha 1 in a moment when percent variable ...
    5 days ago
  • New ActionScript/Flex Refactoring: Move Static Members


    JetBrains IntelliJ IDEA BlogAuthority Authority: 502
    Next Maia’s EAP will bring you new refactoring that helps to be more productive when coding ActionScript or Flex. Now you can easily move static methods, properties, fields and constants between AS classes and Mxml components: just place caret on a member (or a reference to it) and hit F6 ( Move action). ...
    5 days ago
  • Create an MP3 player with Adobe Flex


    TipClique TutorialsAuthority Authority: 142
    seop.com Posted by phyxx This tutorial steps you through the process of creating an MP3 player with Adobe Flex. Demo and source code included. Tags: actionscript , adobe , flash , flex , mp3 © TipClique Tutorials , 2009. | Add comment | Browse all Flash Tutorials .
    5 days ago
  • Cool ActionScript projects to try out, if you haven’t already…


    PsykedAuthority Authority: 108
    Hopefully I’ll get a chance to cover each of these in more detail shortly, but there’s a whole bunch of cool new Actionscript 3 projects that are floating around at the moment – here are some of my favourites that I’m trying to find enough time to explore in detail.  Each stands out from the crowd for being ...
    5 days ago

Comments about actionscript

Personal attacks are NOT allowed
Please read our comment policy