topical media & game development
animation-ch02-MySubClass.ax
animation-ch02-MySubClass.ax
[swf]
[flash]
flex
package {
public class @ax-animation-ch02-MySubClass extends animation_ch02_MyBaseClass {
override public function sayHello():void {
trace("Hola from @ax-animation-ch02-MySubClass");
}
public function sayGoodbye():void {
trace("Goodbye from @ax-animation-ch02-MySubClass");
}
}
}
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.