Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 70

This is an ActionScript 3 API for Google Analytics data collection.

5.0
 
  0 reviews  |  13 users  |  185,270 lines of code  |  1 current contributor  |  Analyzed 8 days ago
 
 
Compare

Axdt is a set of plug-ins for the Eclipse Platform that enable you to write ActionScript3 code in an integrated environment. Axdt is based on Eclipse Xtext and utilizes the opensource FlexSDK.

4.6
   
  0 reviews  |  10 users  |  225,103 lines of code  |  1 current contributor  |  Analyzed over 2 years ago
 
 

Robotlegs AS3 – yet another lightweight micro-architecture for Rich Internet Applications.

4.875
   
  0 reviews  |  8 users  |  25,290 lines of code  |  7 current contributors  |  Analyzed 6 months ago
 
 

Tweener (caurina.transitions.Tweener) is a Class used to create tweenings and other transitions via ActionScript code for projects built on the Flash platform. It's released and maintained for these versions: ActionScript 2.0, for Flash 7+ and Flash Lite 2.0+ ActionScript 2.0, for Flash 8+ ... [More] ActionSctipt 3.0, for Flash 9+ Ported/inspired versions for other languages are also available: haXe version (ported by Baluta Cristian) JavaScript version (ported by Yuichi Tateno) JavaScript version (ported by Michael MacMillan) vvvv version using nodes vvvv version using a native C# dll (faster) (ported by by Rene Westhof) Python version (ported by Benjamin Harling) C++ version (ported by Wesley Marques) In layman's terms, Tweener helps you move things around on the screen using only code, instead of the timeline. The general idea of a tweening Class is that dynamic animation and transitions (created by code) are easier to maintain and control, and more stable than animation based on the regular Flash timeline, since you can control it by time rather than by frames. Aimed both for designers and advanced developers, the Tweener syntax is created with simplicity of use in mind, while still allowing access to more advanced features. Because of this, it follows a 'one-line' design mentality when creating new tweenings, with no instancing required (as it's a static Class) and a set of optional parameters. Also, there are no initialization methods required by Tweener, other than the mandatory 'import' command. Its fluid syntax allows it to be used to tween any numeric property of any object of any class, so it is not tied to specific properties of built-in Classes such as MovieClips or TextFields. This flexibility grants a wider control on how transitions are performed, and makes creating complex sequential transitions on any kind of object easier. Small file overhead is also one of the main goals of Tweener - once included on SWF movies, Tweener currently takes 8.8kb (AS2 FL2), 9.2kb (AS2) or 10.4kb (AS3) of the total compiled file size. It can be compiled with the Flash IDE, MTASC, or Flex SDK (even with strict rules on), with no errors or warnings thrown during compilation. Tweener is also the spiritual successor to MC Tween. However, it follows ActionScript's more strict OOP rules, and gets rid of the fixed parameter order syntax imposed by MC Tween. As a result, code written with Tweener is a lot more readable even for developers not versed on the Class. Development wise, modularity is one of the main aspects of Tweener. The code is built in a way that new features such as transitions and special tweenings can be added (or removed) easily: for example, properties that are only acessible through methods and functions can be tweened by creating and registering new special properties. Expanding the feature set of the original Class can be done on a per-project basis, with no change to the original files. From this page, you can download the latest stable (heavily tested) version of Tweener, check out a few examples with source, or read the documentation. There's also a mailing list for Tweener discussion. If you prefer, you can also get the very latest versions from Subversion, before they're considered stable and featured on the download list (the changelog is available here). The repository can also be viewed with a web browser. [Less]

5.0
 
  0 reviews  |  5 users  |  11,304 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

Lightweight dependency injection solution for ActionScript 3

5.0
 
  0 reviews  |  4 users  |  5,372 lines of code  |  5 current contributors  |  Analyzed 2 days ago
 
 

Apparat is a framework written in Scala to optimize ABC, SWC and SWF files.

4.66667
   
  0 reviews  |  4 users  |  171 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

Flint is an open-source project to create a versatile particle system in Actionscript 3. The aim is to create a library that handles the common functionality for all particle systems, has methods for common particle behaviours, and lets developers extend it easily with their own custom behaviours ... [More] without needing to touch the core code. You can find more about Flint and join in discussions on our forum at the Flint website - http://flintparticles.org/ [Less]

5.0
 
  0 reviews  |  4 users  |  67,908 lines of code  |  3 current contributors  |  Analyzed 8 days ago
 
 
Compare

A set of Actionscript 3 utilities that enable the use of MVC for rapidly building rich internet applications within the Flex framework. Includes Router for deeplinking, Model for easy data access, some base Controllers and some other goodies that make our lives easier.

5.0
 
  0 reviews  |  3 users  |  177,700 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

Create flexible mock objects for use when unit testing Flash and Flex projects. Supports method and property mocking with argument constraints, return values, event dispatch, error throwing, and more. mock-as3 provides an expectation based API, allowing the setting of method and property ... [More] expectations separate to the invocation of mocked methods. Just a taster of what mock-as3 looks like. // create an instance of a Mock delegate. var example:MockExample = new MockExample(); // get the reference to the Mock instance. var mock:Mock = example.mock; // set an expectation mock.method('hello').withArgs(String).andReturn('hi!').once; // call the method mock.hello('with a string'); // check that all the expectations were met mock.verify();See the SettingExpectations page for more examples. [Less]

5.0
 
  0 reviews  |  2 users  |  7,581 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

The original port of Box2DFlash by skatehead is hosted here: http://sourceforge.net/projects/box2dflash This port of Box2d takes shaktool and skatehead's port and simplifies the syntax for ActionScript developers: Done so far: removed all b2's organized the classes into packages ... [More] changed all "Get" methods to getters changed all "Set" methods to setters clean up To do: remove m_'s and similar naming oddities fix namespacing clean up [Less]

0
 
  0 reviews  |  2 users  |  7,965 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.