topical media & game development
actionscript-distort-view-distortion-Skins3D.mx
actionscript-distort-view-distortion-Skins3D.mx
[swf]
flex
<?xml version="1.0" encoding="utf-8"?>
<mx:VBox
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:sides="view.sides.*">
<mx:Style>
.my3DButtonSkin
{
upSkin: ClassReference( "view.distortion.ButtonSkin3D" );
overSkin: ClassReference( "view.distortion.ButtonSkin3D" );
downSkin: ClassReference( "view.distortion.ButtonSkin3D" );
}
</mx:Style>
<mx:Button
id="skin"
label="3D Skin"
styleName="my3DButtonSkin"/>
</mx:VBox>
(C) Æliens
27/08/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.