background preloader

Edutech wiki

Facebook Twitter

Updated: List of Best Animation Packages for AS3 « [ draw.logic ] AS3 community and code has been moving very quickly since the beginning of the year.

Updated: List of Best Animation Packages for AS3 « [ draw.logic ]

Animation kits are no different. So we are revising our list of best animation kits for AS3 due to the recent changes and the kits that have heavy usage in AS3 as compared to AS2. Best Flash AS3 Animation Kits: FuseKit is missing a huge opportunity by not updating to AS3 yet, it might be too late as some of these kits above are simply too good for the situations you may come across where you want to standardize on an animation kit.

Right now for most projects I am using Tweener for AS3, with a few projects using Animation Package. But as time goes on things may change, usually the simplest and most agile systems keep up which this usually means the open source ones and the ones with simple syntax. I have also tried and sampled Animation System 2.0 of which I have heard good things and used Animation Package quite a bit more in effects than Tweener. Am I missing any other good ones? Like this: Flash and AS3 links. Page created by Daniel K.

Flash and AS3 links

Schneider, 4 June 2010Contributors: Daniel K. Schneider x37, EverythingFLA x1, Andre Mikulec x1Last modified by Daniel K. Schneider, 11 February 2013 1 Introduction This page contains Flash and AS3 links of all kinds, e.g. Partially updated on June 2010 - I also decided to have all Flash/AS3 links on a single page, except for links that relate to specific matters of course ... See also: Flash - Entry point for Flash tutorials and software links Flash ActionScript 3 overview - A high-level overview of the AS3 world. 2 General Flash/AS3/Flex links Waldron, Rick (2000). 2.1 Flash developer web sites (only a few, see also the tutorials sections) 2.2 Flash links @ Adobe Adobe Flash Player (list of current player version and diagnostic of yours). 2.3 Forums Kirupa Forums. 2.4 Adobe AS3/Flex links 2.5 News / Feeds aggregators Actionscript, Haxe, Neko, Flex, Air feeds 3 References, documentation, and manuals on-line.

Flash tutorials. 1 Introduction EduTech Wiki contains introductory Flash and ActionScript tutorials for Flash using Adobe CS6.

Flash tutorials

I use these tutorials in my Web animation classes at Webster University, Geneva. A similar virtual book exists in french for my classes at University of Geneva. Some chapters better than others and none is top quality so far, but most can serve as lecture notes and for some self-study. Some tutorials were made with CS3, CS4 or CS5. . - talk) April 2013 2 List of Flash Tutorials 2.1 Introduction Flash 2.2 Understanding the environment Flash CS6 desktop tutorial 2.3 Basic drawing 2.4 Basic animation 2.5 Use of external media 2.6 Advanced drawing 2.7 Basic interactivity and use of components 2.8 Medium animation 2.9 Medium Interactivity (some more ActionScript) 2.10 Working with ActionScript libraries 3 List of deprecated tutorials Drawing Flash CS3 drawing tutorial Animation Interactivity CS4 and ActionScript 2 4 AS3 Class programming with CS6 Needs to be written, there is something in french General See:

ActionScript 3 interactive objects tutorial. This article or section is incomplete and its contents need further attention.

ActionScript 3 interactive objects tutorial

Some sections may be missing, some information may be wrong, spelling and grammar may have to be improved etc. Use your judgment! 1 Overview Learning materials Grab the various *.fla files from here: 2 Manipulating objects The principle of (simple) object manipulation is fairly simple: change properties of a display object. Below, we show a few little examples that demonstrate how to manipulate objects with mouse events (see the ActionScript 3 event handling tutorial for more details). Symbol instances you want to manipulate must be named You could imagine dozens of other simple examples, but it's not so easy to understand the technical ActionScript documentation which is made for programmers and not designers. 2.1 Simple repositioning example To understand what is going on below, you may want to look at: actionscript3-simple-object-manipulation.html And also load the *.fla file A statement like.