Tip of the day:
Use + to add a new row
Use ESCAPE to reset
Use ENTER to save as .AS file
Create basic Actionscript classes fast!
Use final when your class should not be extended
Tool created by Mark Knol
Classnames should be PascalCased
Variables should be CamelCased
Constants should be UPPER_CASED
Use packages to organize your Actionscript classes
This tool helps your Actionscript editor to reconize variables
Strong-typed objects are fast
Bookmark this tool to use it later.
Bookmark now
Spread the word: Other Flashers should know this tool too
Add a link on your website to this tool
Protected access modifier allows subclasses access
Internal access modifier allows Classes sharing this package access
Private access modifier allows no external access
Public access modifier allows every Class access
In some situations, final method execute faster than non-final methods
Making a class or a method final prevents extending the class or overriding the method
Visit
blog.stroep.nl
Vectors can be used in FlashPlayer 10 or higher
Vectors are strong-typed Arrays
Value Objects can be used to have nice code completion in your favorite editor
FlashDevelop is a nice actionscript editor
AS3
ValueObject
-Generator
Mark Knol
-
blog.stroep.nl
Class data
Package :
Class name :
Extends :
Add values
Variable
Type
Output
Advanced Settings
Allow auto-imports
Final class
Acces modifiers get/set
private
protected
internal
Parameters prefix
Did I make you happy?
»
Feature request / Bug report form