Tip of the day:Use + to add a new rowUse ESCAPE to resetUse ENTER to save as .AS fileCreate basic Actionscript classes fast!Use final when your class should not be extendedTool created by Mark KnolClassnames should be PascalCasedVariables should be CamelCasedConstants should be UPPER_CASEDUse packages to organize your Actionscript classesThis tool helps your Actionscript editor to reconize variablesStrong-typed objects are fastBookmark this tool to use it later. Bookmark nowSpread the word: Other Flashers should know this tool tooAdd a link on your website to this toolProtected access modifier allows subclasses accessInternal access modifier allows Classes sharing this package accessPrivate access modifier allows no external accessPublic access modifier allows every Class accessIn some situations, final method execute faster than non-final methodsMaking a class or a method final prevents extending the class or overriding the methodVisit my blog blog.stroep.nlVectors can be used in FlashPlayer 10 or higherVectors are strong-typed ArraysValue Objects can be used to have nice code completion in your favorite editor