Question
3D efect problem
Hello.
I'm new here and just start my adventure with as3. ![]()
I have a problem with a 3D effect during play a rotation of the cube.
I made a cube with sample textures and texture of the walls while playing "overlap" each other.
Source code:
function rotate(e:Event){
cube.rotationX+=0
cube.rotationY-=1
}
stage.addEventListener(Event.ENTER_FRAME,rotate)
Source files to download
http://www.fhu-projektor.pl/flash/cube.fla
Please help.
