Browsing projects by Tag(s)

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

Showing page 1 of 4

Lets you create and on the fly edit bezier curves with an easy syntax. You can add as many anchor and control points as you want. How to useimport beziercurve.BezierCurve; import beziercurve.display.AnchorPoint; import beziercurve.display.ControlPoint; import beziercurves.events.BezierEvent; ... ... [More] BezierCurve.verbose = true; var b:BezierCurve = new BezierCurve(0, 0xFF0000, 1); addChild(b); b.addAnchor(x, y); b.addControl(x, y); b.addAnchor(x, y); b.addControl(x, y); b.addControl(x, y); b.addControl(x, y); b.addAnchor(x, y); b.addAnchor(x, y); var a0:AnchorPoint = new AnchorPoint(x, y); var a1:AnchorPoint = new AnchorPoint(x, y); var c0:ControlPoint = new ControlPoint(x, y); b.addPath(a0, c0, a1); b.editable = true; b.showEditor = true; b.addEventListener(BezierEvent.START_EDITING, startEditCurve); b.addEventListener(BezierEvent.END_EDITING, endEditCurve);Documentationonline http://www.nicolaslevavasseur.com/beziercurves/ or download here [Less]

0
 
  0 reviews  |  0 users  |  21 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 

FlexMVCS is an application framework for developing Flex and ActionScript 3 projects. This is a Flex-focused modification of the excellent PureMVC framework. A significant design influence was Joe Berkovitz's MVCS approach. FlexMVCS was designed and implemented by Ali Mills and Luke Bayes of ... [More] Pattern Park, Inc. and was entirely funded and generously contributed to the community by Bunchball, Inc. This build differs from PureMVC in the following ways: Removed unnecessary use of Singletons. Added IService as a first-class participant and member of IFacade. Created asynchronous commands that trigger events when complete. Added composite command that facilitates synchronous and asynchronous command chaining with support for arbitrary composition depth. Added MXML Facade definitions. Application Facades can be defined using MXML instead of only ActionScript. Added support for Modular Flex applications, including composite Facades for each loaded module. PureMVC is trying to be more than we need, we need clean, intuitive support for Flex and ActionScript. Not ECMA, Java or other languages. Please let us know if you're interested in contributing or even using this project. [Less]

0
 
  0 reviews  |  0 users  |  1,522 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

as classes for fast web development

0
 
  0 reviews  |  0 users  |  614 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

This is an ActionScript 3 API that allows developers to access the Highrise APIs provided by 37Signals.

0
 
  0 reviews  |  0 users  |  1,789 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

What is csvlib? It implements a few advanced features which help make your life easier when working with CSV data in Actionscript?. Here you can find a QuickStart tutorial to use csvlib. Features of current versionFull RFC 4180 conform Multiline recordsets/field values Double and single quote ... [More] enclosures Enclosed field values and commas Much more of RFC 4180 compatibility conditions Working with individual field seperator recordset delimiter quote tokens (double/single) A data-model that differentiates between data & header Simple header and data manipulation Sort data by field name or index position Searching for field values Encoding of csv objects content (header & data array) to a csv formated string (ready for send) ContactIf you have any questions or sugestions, feel free to contact me: shortybmc@gmail.com [Less]

0
 
  0 reviews  |  0 users  |  409 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

flex actionscript

0
 
  0 reviews  |  0 users  |  39,735 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

Some actionscript source files.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Keep it simple mvc framework for actionscript 3

0
 
  0 reviews  |  0 users  |  53,001 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

自宅と職場でライブラリがごちゃごちゃになってきたので、Google Codeを使うことに. 超個人的プロジェクト. Documentation

0
 
  0 reviews  |  0 users  |  3,698 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

ActionScript v3 grammar written in ANTLR Generically based on ECMAScript v3 grammar,adding the support of Regular Expression,E4X Support,For Each In loop structure.

0
 
  0 reviews  |  0 users  |  34,944 lines of code  |  0 current contributors  |  Analyzed over 2 years 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.