ActionScript and Flex Tutorial (3): Object Orientation – part 1
May.18, 2011 in
ActionScript
www.sapphiresteel.com ActionScript 3 is a powerful Object Oriented language. In this tutorial I’ll explain how to write you first class in its own ‘package’ and and then create multiple objects from it. Presented by Huw Collingbourne of SapphireSteel Software, makers of the Amethyst Flex IDE for Visual Studio.
Video Rating: 5 / 5
Related posts:
- ActionScript and Flex Tutorial (1) – Introduction to ActionScript and Flex
- Developing Flex 4 Components: Using ActionScript & MXML to Extend Flex and AIR Applications
- Flex and ActionScript Development Tips
- Foundation ActionScript 3.0 for Flash and Flex (Foundations)
- ActionScript 3.0 Design Patterns: Object Oriented Programming Techniques (Adobe Developer Library) Reviews

May 18th, 2011 at 10:35 am
why the heck do I get a “1137 Incorrect number of arguments” at ‘r1 = new Room(“Dragon’s Lair”); and the line after that.
I’ve followed your tutorial to the letter. I’m using Flex builder 4. It’s like flex doesn’t get that the function Room doesn’t accept the argument. Damned strange!