package be.nascom.flash10_tests.widgets{ public class graphic_player_10_cube_be_nascom_flash10_tests_widgets_Offset3d{ public var x:Number; public var y:Number; public var z:Number; public var xrotation:Number; public var yrotation:Number; public var zrotation:Number; public function graphic_player_10_cube_be_nascom_flash10_tests_widgets_Offset3d(x:Number,y:Number,z:Number,xrotation:Number,yrotation:Number,zrotation:Number){ this.x=x; this.y=y; this.z=z; this.xrotation=xrotation; this.yrotation=yrotation; this.zrotation=zrotation; } } }